From a66d94fb31ea82b9658fe01b8f7b4e0bb9a02467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Fri, 10 Sep 2021 22:22:28 +0200 Subject: [PATCH 001/142] Update README.md --- .github/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/README.md b/.github/README.md index d086b334da..1544b7fd9b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -85,6 +85,7 @@ _Note: `.bat` files are for Windows, `.sh` are for Mac / Linux._ 2. Open the `automation` folder. 3. Run the script `InstanceSyncSetup`. 4. Run the script `update-server`. +5. The script `start-automated-server` is now available in the root folder - Run it to start the server. Re-run the script `update-server` whenever you want to update to a new modpack version. From bec127df25aef04ffa0cbda0ab5b14151d5fbfca Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Sat, 18 Sep 2021 17:43:09 +0200 Subject: [PATCH 002/142] Add the menril_logs tag to ultimine's merged tags --- defaultconfigs/ftbultimine-server.snbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultconfigs/ftbultimine-server.snbt b/defaultconfigs/ftbultimine-server.snbt index 2f174e7fd4..feec1ff299 100644 --- a/defaultconfigs/ftbultimine-server.snbt +++ b/defaultconfigs/ftbultimine-server.snbt @@ -11,5 +11,5 @@ # These tags will be considered the same block when checking for blocks to Ultimine # Default: ["minecraft:base_stone_overworld"] - merge_tags: ["minecraft:base_stone_overworld"] + merge_tags: ["minecraft:base_stone_overworld", "ftbultimine:menril_logs"] } From e93560bd34fce01d0b843014ecd73986411c8db2 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Sat, 18 Sep 2021 17:45:26 +0200 Subject: [PATCH 003/142] Merge menril_log & menril_log_filled under the menril_logs tag --- .../kubejs/base/tags/blocks/ftbultimine/menril_logs.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js diff --git a/kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js b/kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js new file mode 100644 index 0000000000..f3028b81b1 --- /dev/null +++ b/kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js @@ -0,0 +1,3 @@ +onEvent('block.tags', (event) => { + event.add('ftbultimine:menril_logs', ['integrateddynamics:menril_log', 'integrateddynamics:menril_log_filled']); +}); From 4644162210734286094db441576082bade98fd3f Mon Sep 17 00:00:00 2001 From: MuteTiefling Date: Sat, 18 Sep 2021 12:27:53 -0400 Subject: [PATCH 004/142] Revert "Allow ftb ultimine to harvest entire menril tree (excl. leaves)" --- defaultconfigs/ftbultimine-server.snbt | 2 +- .../kubejs/base/tags/blocks/ftbultimine/menril_logs.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js diff --git a/defaultconfigs/ftbultimine-server.snbt b/defaultconfigs/ftbultimine-server.snbt index feec1ff299..2f174e7fd4 100644 --- a/defaultconfigs/ftbultimine-server.snbt +++ b/defaultconfigs/ftbultimine-server.snbt @@ -11,5 +11,5 @@ # These tags will be considered the same block when checking for blocks to Ultimine # Default: ["minecraft:base_stone_overworld"] - merge_tags: ["minecraft:base_stone_overworld", "ftbultimine:menril_logs"] + merge_tags: ["minecraft:base_stone_overworld"] } diff --git a/kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js b/kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js deleted file mode 100644 index f3028b81b1..0000000000 --- a/kubejs/server_scripts/enigmatica/kubejs/base/tags/blocks/ftbultimine/menril_logs.js +++ /dev/null @@ -1,3 +0,0 @@ -onEvent('block.tags', (event) => { - event.add('ftbultimine:menril_logs', ['integrateddynamics:menril_log', 'integrateddynamics:menril_log_filled']); -}); From 8f300885f34d3a4c9064cd20974c527f13fd6eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 22:26:08 +0200 Subject: [PATCH 005/142] Rename mod-suggestion.md to mod-suggestion.yml --- .github/ISSUE_TEMPLATE/{mod-suggestion.md => mod-suggestion.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{mod-suggestion.md => mod-suggestion.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/mod-suggestion.md b/.github/ISSUE_TEMPLATE/mod-suggestion.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/mod-suggestion.md rename to .github/ISSUE_TEMPLATE/mod-suggestion.yml From 5f35104e6d4919909ed0f10b5915251753df5252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 22:26:57 +0200 Subject: [PATCH 006/142] Create other_issue.yml --- .github/ISSUE_TEMPLATE/other_issue.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/other_issue.yml diff --git a/.github/ISSUE_TEMPLATE/other_issue.yml b/.github/ISSUE_TEMPLATE/other_issue.yml new file mode 100644 index 0000000000..9daeafb986 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_issue.yml @@ -0,0 +1 @@ +test From 8b2fbb2a206573278c81deb5ef73c0a75b03ec15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 22:50:32 +0200 Subject: [PATCH 007/142] Delete other_issue.yml --- .github/ISSUE_TEMPLATE/other_issue.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/ISSUE_TEMPLATE/other_issue.yml diff --git a/.github/ISSUE_TEMPLATE/other_issue.yml b/.github/ISSUE_TEMPLATE/other_issue.yml deleted file mode 100644 index 9daeafb986..0000000000 --- a/.github/ISSUE_TEMPLATE/other_issue.yml +++ /dev/null @@ -1 +0,0 @@ -test From 1bd3ecf6feb807dadbee8fdb7585d8488fb0abad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 23:19:17 +0200 Subject: [PATCH 008/142] Delete suggestion.md --- .github/ISSUE_TEMPLATE/suggestion.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/suggestion.md diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md deleted file mode 100644 index 15410c5128..0000000000 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: General Suggestion -about: Suggest a change or addition to the modpack -labels: Suggestion ---- - -**Description** -Write a short description of your suggestion here. - -**Why would you like this added/changed?** - -**Screenshots if applicable.** From 48f1e524dae72961063083a29639ac285c95c237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 23:19:29 +0200 Subject: [PATCH 009/142] Delete bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 74 --------------------------- 1 file changed, 74 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index 53f58b625f..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,74 +0,0 @@ -name: Bug Report -description: Report an issue to help us improve -labels: [Bug] -body: - - type: markdown - attributes: - value: | - Before submitting an issue, please search the following links to make sure your issue is not covered: - - * **[Wiki](/NillerMedDild/Enigmatica6/wiki)** - * **[Issues](/NillerMedDild/Enigmatica6/issues?q=is%3Aissue)** - - Please fill in the following template to report your issue. - - - type: input - id: modpack-version - attributes: - label: "Modpack Version" - description: "'Latest' is not a valid answer, please write an exact version number" - validations: - required: true - - - type: textarea - id: description - attributes: - label: Describe your issue - validations: - required: true - - - type: input - id: crash-report - attributes: - label: Crash Report - description: Paste a link to the crash report, if present - validations: - required: false - - - type: input - id: latest-log - attributes: - label: Latest Log - description: Paste a link to your latest.log, if needed. We often ask for this, so adding it upfront can save some time. - validations: - required: false - - - type: dropdown - id: modified-modpack - attributes: - label: "Have you modified the modpack?" - description: "Have you added mods, changed configs, changed scripts or similar?" - options: - - 'No' - - 'Yes' - validations: - required: true - - - type: textarea - id: user-modifications - attributes: - label: User Modifications - description: If you answered "Yes" above, please briefly explain what you have modified. Added mods are particularly important. - validations: - required: false - - - type: dropdown - id: environment - attributes: - label: "Did the issue happen in singleplayer or on a server?" - options: - - 'Singleplayer' - - 'Server' - - 'Both' - validations: - required: true From 17a3a5eb8fd69ba6ab3e9b36b716a8515331d823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 23:19:35 +0200 Subject: [PATCH 010/142] Delete config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ca99840383..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Enigmatica Discord - url: https://discord.gg/xPPwaFx - about: Join our Discord for support, questions & discussion. From f3f64b831f358eacd8eefa918cd97b47c4e87ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 18 Sep 2021 23:20:02 +0200 Subject: [PATCH 011/142] Delete mod-suggestion.yml --- .github/ISSUE_TEMPLATE/mod-suggestion.yml | 25 ----------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/mod-suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/mod-suggestion.yml b/.github/ISSUE_TEMPLATE/mod-suggestion.yml deleted file mode 100644 index 41c657953e..0000000000 --- a/.github/ISSUE_TEMPLATE/mod-suggestion.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Mod Suggestion -about: Suggest a new mod -title: Mod Name -labels: Suggestion ---- - -DELETE THIS TEXT BEFORE WRITING YOUR SUGGESTION - -Before suggesting a mod, please make sure it hasn't been suggested before by searching for it here: -https://github.com/NillerMedDild/Enigmatica6/issues?q=is%3Aissue - -Please keep in mind that each and every new mod makes the modpack a little harder to run, so we're a bit strict when it comes to mod suggestions. - - -----------------------------> - -**CurseForge Link** - -**Mod description** -Write a short description of the mod here. - -**Why would you like the mod added?** - -**Screenshots if applicable.** From beabfbae708670f869a523c3f2bb076e059e39ad Mon Sep 17 00:00:00 2001 From: Eric Vineyard Date: Tue, 28 Sep 2021 21:42:28 -0400 Subject: [PATCH 012/142] Added a script for Powah to add Solid Coolants --- kubejs/config/common.properties | 1 + kubejs/startup_scripts/powah_coolants.js | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 kubejs/startup_scripts/powah_coolants.js diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties index 11dc2209dd..d581693c60 100644 --- a/kubejs/config/common.properties +++ b/kubejs/config/common.properties @@ -5,3 +5,4 @@ packmode=default hideServerScriptErrors=false announceReload=true serverOnly=false +invertClassLoader=true diff --git a/kubejs/startup_scripts/powah_coolants.js b/kubejs/startup_scripts/powah_coolants.js new file mode 100644 index 0000000000..5997da907e --- /dev/null +++ b/kubejs/startup_scripts/powah_coolants.js @@ -0,0 +1,9 @@ +// Listen to post-init event, after all mods have loaded +onEvent('postinit', event => { + // Load PowahAPI + var PowahAPI = java('owmii.powah.api.PowahAPI'); + // Register the Coolants + PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 400, -20); + PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 800, -40); + PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 1200, -100); +}); \ No newline at end of file From 495284d857309397af69f9cbe4c407e7678110e4 Mon Sep 17 00:00:00 2001 From: Eric Vineyard Date: Tue, 28 Sep 2021 21:46:31 -0400 Subject: [PATCH 013/142] Fix crlf? --- kubejs/config/common.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties index d581693c60..a5951007c0 100644 --- a/kubejs/config/common.properties +++ b/kubejs/config/common.properties @@ -1,5 +1,5 @@ #KubeJS Common Properties -#Sat May 01 23:14:14 CEST 2021 +#Sat Sept 28 21:45:14 CEST 2021 exportVisualizerData=false packmode=default hideServerScriptErrors=false From da9efbfcb37e33660660bd4b2bfc53f88ebc2f98 Mon Sep 17 00:00:00 2001 From: Eric Vineyard Date: Tue, 28 Sep 2021 21:47:10 -0400 Subject: [PATCH 014/142] new line --- kubejs/startup_scripts/powah_coolants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/powah_coolants.js b/kubejs/startup_scripts/powah_coolants.js index 5997da907e..22cfe6c479 100644 --- a/kubejs/startup_scripts/powah_coolants.js +++ b/kubejs/startup_scripts/powah_coolants.js @@ -6,4 +6,4 @@ onEvent('postinit', event => { PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 400, -20); PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 800, -40); PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 1200, -100); -}); \ No newline at end of file +}); From 9c0585032049a8ce5be91cf64a9a18b0893102ad Mon Sep 17 00:00:00 2001 From: Eric Vineyard Date: Tue, 28 Sep 2021 22:01:34 -0400 Subject: [PATCH 015/142] Correcting the items... derp. --- kubejs/startup_scripts/powah_coolants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/startup_scripts/powah_coolants.js b/kubejs/startup_scripts/powah_coolants.js index 22cfe6c479..4debe0ccb2 100644 --- a/kubejs/startup_scripts/powah_coolants.js +++ b/kubejs/startup_scripts/powah_coolants.js @@ -4,6 +4,6 @@ onEvent('postinit', event => { var PowahAPI = java('owmii.powah.api.PowahAPI'); // Register the Coolants PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 400, -20); - PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 800, -40); - PowahAPI.registerSolidCoolant(Item.of('betterendforge:emerald_ice').item, 1200, -100); + PowahAPI.registerSolidCoolant(Item.of('betterendforge:dense_emerald_ice').item, 800, -40); + PowahAPI.registerSolidCoolant(Item.of('betterendforge:ancient_emerald_ice').item, 1200, -100); }); From a5fdb50824e6df39a9c6c6d2a17c9dd584767d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 4 Oct 2021 21:11:54 +0200 Subject: [PATCH 016/142] Create support.yml --- .github/workflows/support.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/support.yml diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml new file mode 100644 index 0000000000..96605f47ff --- /dev/null +++ b/.github/workflows/support.yml @@ -0,0 +1,11 @@ + +name: Support Requests + +on: + issues: + types: [labeled, unlabeled, reopened] + + +jobs: + support-requests: + uses: NillerMedDild/Enigmatica6/.github/workflows/support.yml@v1 From f264ce567c115b7d461139452bb8397ac2354e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 4 Oct 2021 21:14:41 +0200 Subject: [PATCH 017/142] Update support.yml --- .github/workflows/support.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 96605f47ff..290760a68d 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -8,4 +8,4 @@ on: jobs: support-requests: - uses: NillerMedDild/Enigmatica6/.github/workflows/support.yml@v1 + uses: NillerMedDild/.github/workflows/support.yml@v1 From a8e8641ed8538c5b727fc23e9706384d5a3dbed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 4 Oct 2021 21:16:25 +0200 Subject: [PATCH 018/142] Update support.yml --- .github/workflows/support.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 290760a68d..e74bb61bcb 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -8,4 +8,4 @@ on: jobs: support-requests: - uses: NillerMedDild/.github/workflows/support.yml@v1 + uses: NillerMedDild/.github/workflows/support.yml@master From 70c0688f0a89b35b1f52c2e2191778ec7a02ae63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 4 Oct 2021 21:17:27 +0200 Subject: [PATCH 019/142] Update support.yml --- .github/workflows/support.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index e74bb61bcb..faa77227e3 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -8,4 +8,4 @@ on: jobs: support-requests: - uses: NillerMedDild/.github/workflows/support.yml@master + uses: NillerMedDild/.github/.github/workflows/support.yml@master From f45bf8890bf9329ade5402277788eddf4f157a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 4 Oct 2021 21:18:58 +0200 Subject: [PATCH 020/142] Delete support.yml --- .github/support.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml deleted file mode 100644 index b1c0c88f63..0000000000 --- a/.github/support.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Configuration for Support Requests - https://github.com/dessant/support-requests - -# Label used to mark issues as support requests -supportLabel: "Support" - -# Comment to post on issues marked as support requests, `{issue-author}` is an -# optional placeholder. Set to `false` to disable -supportComment: > - We use the issue tracker exclusively for bug reports, development and feature requests. - However, this issue appears to be a support request. - Please use the [support channel on our Discord](https://discord.gg/kZ7RdrD) to get help. - - -# Close issues marked as support requests -close: true - -# Lock issues marked as support requests -lock: false - -# Assign `off-topic` as the reason for locking. Set to `false` to disable -setLockReason: false - -# Repository to extend settings from -# _extends: .github \ No newline at end of file From 33f29adf67cfffa777a967cdb69283e5af9158de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 22:57:36 +0200 Subject: [PATCH 021/142] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000000..b7b1a39408 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: '**/en_us.json' + translation: /%original_path%/%locale_with_underscore%.%file_extension% From 51ee45295f4415cd002723bfd3d0bdbbc7833a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:07 +0200 Subject: [PATCH 022/142] New translations en_us.json (French) --- .../assets/resourcefulbees/lang/fr_fr.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/fr_fr.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/fr_fr.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/fr_fr.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/fr_fr.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 50fa7e4ebecffb6b94d66fee4b0e27da172b393c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:07 +0200 Subject: [PATCH 023/142] New translations en_us.json (Spanish) --- kubejs/assets/tconstruct/lang/es_es.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/es_es.json diff --git a/kubejs/assets/tconstruct/lang/es_es.json b/kubejs/assets/tconstruct/lang/es_es.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/es_es.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 211c0c27ad930f064074deb0e7c014188c86ddaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:08 +0200 Subject: [PATCH 024/142] New translations en_us.json (Chinese Simplified) --- kubejs/assets/tconstruct/lang/zh_cn.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/zh_cn.json diff --git a/kubejs/assets/tconstruct/lang/zh_cn.json b/kubejs/assets/tconstruct/lang/zh_cn.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/zh_cn.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 1b61b95875997e15b3961ea41eaf5cf69b73d61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:08 +0200 Subject: [PATCH 025/142] New translations en_us.json (Swedish) --- kubejs/assets/tconstruct/lang/sv_se.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/sv_se.json diff --git a/kubejs/assets/tconstruct/lang/sv_se.json b/kubejs/assets/tconstruct/lang/sv_se.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/sv_se.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From dfefbb2c7d4e0b8ca611285e37ba3894fe238e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:09 +0200 Subject: [PATCH 026/142] New translations en_us.json (Russian) --- kubejs/assets/tconstruct/lang/ru_ru.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/ru_ru.json diff --git a/kubejs/assets/tconstruct/lang/ru_ru.json b/kubejs/assets/tconstruct/lang/ru_ru.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/ru_ru.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From d94d75e66e304f01e6451242544e17cdb4c14c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:09 +0200 Subject: [PATCH 027/142] New translations en_us.json (Norwegian) --- kubejs/assets/tconstruct/lang/no_no.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/no_no.json diff --git a/kubejs/assets/tconstruct/lang/no_no.json b/kubejs/assets/tconstruct/lang/no_no.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/no_no.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From fe8fe98585662809ea9ee6a844f68200bc020f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:10 +0200 Subject: [PATCH 028/142] New translations en_us.json (Dutch) --- kubejs/assets/tconstruct/lang/nl_nl.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/nl_nl.json diff --git a/kubejs/assets/tconstruct/lang/nl_nl.json b/kubejs/assets/tconstruct/lang/nl_nl.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/nl_nl.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 77b7e4bdea73980fdf2d664b81ca8ab31b9e1fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:10 +0200 Subject: [PATCH 029/142] New translations en_us.json (Korean) --- kubejs/assets/tconstruct/lang/ko_kr.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/ko_kr.json diff --git a/kubejs/assets/tconstruct/lang/ko_kr.json b/kubejs/assets/tconstruct/lang/ko_kr.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/ko_kr.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 13bd4d73a5398b3257fdd2bd6a71db8e533a2b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:11 +0200 Subject: [PATCH 030/142] New translations en_us.json (Japanese) --- kubejs/assets/tconstruct/lang/ja_jp.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/ja_jp.json diff --git a/kubejs/assets/tconstruct/lang/ja_jp.json b/kubejs/assets/tconstruct/lang/ja_jp.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/ja_jp.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 733889595854c18f15f7fd453d169633f424f399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:11 +0200 Subject: [PATCH 031/142] New translations en_us.json (Italian) --- kubejs/assets/tconstruct/lang/it_it.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/it_it.json diff --git a/kubejs/assets/tconstruct/lang/it_it.json b/kubejs/assets/tconstruct/lang/it_it.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/it_it.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 1ab0dce097ef76b2719be570df2cb52b90147be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:12 +0200 Subject: [PATCH 032/142] New translations en_us.json (German) --- kubejs/assets/tconstruct/lang/de_de.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/de_de.json diff --git a/kubejs/assets/tconstruct/lang/de_de.json b/kubejs/assets/tconstruct/lang/de_de.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/de_de.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 358c3a1179b921984e7ec1ef2bb36eb1f3ba2f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:12 +0200 Subject: [PATCH 033/142] New translations en_us.json (Danish) --- kubejs/assets/tconstruct/lang/da_dk.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/da_dk.json diff --git a/kubejs/assets/tconstruct/lang/da_dk.json b/kubejs/assets/tconstruct/lang/da_dk.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/da_dk.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 14b87695bba275edf3c754e2aeab9b58728140ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:13 +0200 Subject: [PATCH 034/142] New translations en_us.json (Arabic) --- kubejs/assets/tconstruct/lang/ar_sa.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/ar_sa.json diff --git a/kubejs/assets/tconstruct/lang/ar_sa.json b/kubejs/assets/tconstruct/lang/ar_sa.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/ar_sa.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 54db187446d9a0d53204a27ecc06396c6055ff9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:13 +0200 Subject: [PATCH 035/142] New translations en_us.json (Afrikaans) --- kubejs/assets/tconstruct/lang/af_za.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/af_za.json diff --git a/kubejs/assets/tconstruct/lang/af_za.json b/kubejs/assets/tconstruct/lang/af_za.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/af_za.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From 3fc119875acdba59731c5c597fa385f1a7efc60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:14 +0200 Subject: [PATCH 036/142] New translations en_us.json (French) --- kubejs/assets/tconstruct/lang/fr_fr.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/fr_fr.json diff --git a/kubejs/assets/tconstruct/lang/fr_fr.json b/kubejs/assets/tconstruct/lang/fr_fr.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/fr_fr.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From e959f37a5dd0afa2307e60af178d60e5a871f8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:15 +0200 Subject: [PATCH 037/142] New translations en_us.json (French) --- kubejs/assets/tetra/lang/fr_fr.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/fr_fr.json diff --git a/kubejs/assets/tetra/lang/fr_fr.json b/kubejs/assets/tetra/lang/fr_fr.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/fr_fr.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 37cd11bf208092190d296c9c8b80e51898861466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:15 +0200 Subject: [PATCH 038/142] New translations en_us.json (Chinese Traditional) --- kubejs/assets/ponderjs/lang/zh_tw.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/zh_tw.json diff --git a/kubejs/assets/ponderjs/lang/zh_tw.json b/kubejs/assets/ponderjs/lang/zh_tw.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/zh_tw.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 0ae1da4b4f4e83203a1464f41554b2df9c73077c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:16 +0200 Subject: [PATCH 039/142] New translations en_us.json (Chinese Simplified) --- kubejs/assets/ponderjs/lang/zh_cn.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/zh_cn.json diff --git a/kubejs/assets/ponderjs/lang/zh_cn.json b/kubejs/assets/ponderjs/lang/zh_cn.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/zh_cn.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From c6a66f4fb565f25bd4dc39f6f54c06daee04feaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:16 +0200 Subject: [PATCH 040/142] New translations en_us.json (Swedish) --- kubejs/assets/ponderjs/lang/sv_se.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/sv_se.json diff --git a/kubejs/assets/ponderjs/lang/sv_se.json b/kubejs/assets/ponderjs/lang/sv_se.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/sv_se.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 1ebaac3233e0e0646c96377bf35cc8ae06ffdb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:17 +0200 Subject: [PATCH 041/142] New translations en_us.json (Russian) --- kubejs/assets/ponderjs/lang/ru_ru.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/ru_ru.json diff --git a/kubejs/assets/ponderjs/lang/ru_ru.json b/kubejs/assets/ponderjs/lang/ru_ru.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/ru_ru.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 8cf4a8619af22331a66f633eae5122c00be21f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:17 +0200 Subject: [PATCH 042/142] New translations en_us.json (Norwegian) --- kubejs/assets/ponderjs/lang/no_no.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/no_no.json diff --git a/kubejs/assets/ponderjs/lang/no_no.json b/kubejs/assets/ponderjs/lang/no_no.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/no_no.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From af1cf57767b2a89edd2f1fa364a916db84a2a3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:18 +0200 Subject: [PATCH 043/142] New translations en_us.json (Dutch) --- kubejs/assets/ponderjs/lang/nl_nl.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/nl_nl.json diff --git a/kubejs/assets/ponderjs/lang/nl_nl.json b/kubejs/assets/ponderjs/lang/nl_nl.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/nl_nl.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From f71f75cc2558facc96a4cb52cd45d7427a70e35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:18 +0200 Subject: [PATCH 044/142] New translations en_us.json (Korean) --- kubejs/assets/ponderjs/lang/ko_kr.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/ko_kr.json diff --git a/kubejs/assets/ponderjs/lang/ko_kr.json b/kubejs/assets/ponderjs/lang/ko_kr.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/ko_kr.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 63253e9c50ed36009780454700238a368566a703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:19:19 +0200 Subject: [PATCH 045/142] New translations en_us.json (Japanese) --- kubejs/assets/ponderjs/lang/ja_jp.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/ja_jp.json diff --git a/kubejs/assets/ponderjs/lang/ja_jp.json b/kubejs/assets/ponderjs/lang/ja_jp.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/ja_jp.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From aaa5be84db8916ee2ebf6f7530a5c20ef5d952ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:35 +0200 Subject: [PATCH 046/142] New translations en_us.json (Italian) --- kubejs/assets/ponderjs/lang/it_it.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/it_it.json diff --git a/kubejs/assets/ponderjs/lang/it_it.json b/kubejs/assets/ponderjs/lang/it_it.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/it_it.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 6c4a29b480067c9983ae28bce831d99e8ccdbbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:36 +0200 Subject: [PATCH 047/142] New translations en_us.json (German) --- kubejs/assets/ponderjs/lang/de_de.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/de_de.json diff --git a/kubejs/assets/ponderjs/lang/de_de.json b/kubejs/assets/ponderjs/lang/de_de.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/de_de.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From a78961a876e26c7ab41c040dc9e1287aa58a285d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:36 +0200 Subject: [PATCH 048/142] New translations en_us.json (Danish) --- kubejs/assets/ponderjs/lang/da_dk.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/da_dk.json diff --git a/kubejs/assets/ponderjs/lang/da_dk.json b/kubejs/assets/ponderjs/lang/da_dk.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/da_dk.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 4491aa86eb2b284c1008a02987b3f363f3d39542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:38 +0200 Subject: [PATCH 049/142] New translations en_us.json (Arabic) --- kubejs/assets/ponderjs/lang/ar_sa.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/ar_sa.json diff --git a/kubejs/assets/ponderjs/lang/ar_sa.json b/kubejs/assets/ponderjs/lang/ar_sa.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/ar_sa.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From a9ed140020fa5e5d466165cd77707a99c1b07820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:39 +0200 Subject: [PATCH 050/142] New translations en_us.json (Chinese Traditional) --- kubejs/assets/tconstruct/lang/zh_tw.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 kubejs/assets/tconstruct/lang/zh_tw.json diff --git a/kubejs/assets/tconstruct/lang/zh_tw.json b/kubejs/assets/tconstruct/lang/zh_tw.json new file mode 100644 index 0000000000..a1810229aa --- /dev/null +++ b/kubejs/assets/tconstruct/lang/zh_tw.json @@ -0,0 +1,29 @@ +{ + "__comment": "E6 Tier 4 Materials", + "material.enigmatica.livingrock": "Livingrock", + "material.enigmatica.livingwood": "Livingwood", + "material.enigmatica.treated_wood": "Treated Wood", + "material.enigmatica.andesite_alloy": "Andesite Alloy", + "material.enigmatica.compressed_iron": "Compressed Iron", + "material.enigmatica.infused_iron": "Infused Iron", + "material.enigmatica.manasteel": "Manasteel", + "material.enigmatica.thallasium": "Thallasium", + "material.enigmatica.tin": "Tin", + "material.enigmatica.zinc": "Zinc", + "material.enigmatica.blazing": "Blazing Crystal", + "material.enigmatica.elementium": "Elementium", + "material.enigmatica.energized_steel": "Energized Steel", + "material.enigmatica.iesnium": "Iesnium", + "material.enigmatica.sky": "Sky Metal", + "material.enigmatica.signalum": "Signalum", + "material.enigmatica.terminite": "Terminite", + "material.enigmatica.terrasteel": "Terrasteel", + "material.enigmatica.aeternium": "Aeternium", + "material.enigmatica.alfsteel": "Alfsteel", + "material.enigmatica.enderium": "Enderium", + "material.enigmatica.gaia_spirit": "Gaia Spirit", + "material.enigmatica.lumium": "Lumium", + "material.enigmatica.niotic": "Niotic Crystal", + "material.enigmatica.nitro": "Nitro Crystal", + "material.enigmatica.spirited": "Spirited Crystal" +} From e93de88e7acff2c0e0ff05392b210c86afc228c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:39 +0200 Subject: [PATCH 051/142] New translations en_us.json (Spanish) --- kubejs/assets/tetra/lang/es_es.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/es_es.json diff --git a/kubejs/assets/tetra/lang/es_es.json b/kubejs/assets/tetra/lang/es_es.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/es_es.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 5906be57ae3f0038ed34f098c3a9a885e01a7a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 9 Oct 2021 23:31:40 +0200 Subject: [PATCH 052/142] New translations en_us.json (Spanish) --- kubejs/assets/ponderjs/lang/es_es.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/es_es.json diff --git a/kubejs/assets/ponderjs/lang/es_es.json b/kubejs/assets/ponderjs/lang/es_es.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/es_es.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From e7259280ae5c3d2d9015ab6644c5b8ca72cce4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:29 +0200 Subject: [PATCH 053/142] New translations en_us.json (Spanish) --- packmenu/resources/assets/enigmatica/lang/es_es.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/es_es.json diff --git a/packmenu/resources/assets/enigmatica/lang/es_es.json b/packmenu/resources/assets/enigmatica/lang/es_es.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/es_es.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 125ae49cf478630bf1bfdbe75d150a13bfb09e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:30 +0200 Subject: [PATCH 054/142] New translations en_us.json (Chinese Simplified) --- packmenu/resources/assets/enigmatica/lang/zh_cn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/zh_cn.json diff --git a/packmenu/resources/assets/enigmatica/lang/zh_cn.json b/packmenu/resources/assets/enigmatica/lang/zh_cn.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/zh_cn.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 718cfd930d035787c67b6291673e45f4b7a5edf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:32 +0200 Subject: [PATCH 055/142] New translations en_us.json (Swedish) --- packmenu/resources/assets/enigmatica/lang/sv_se.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/sv_se.json diff --git a/packmenu/resources/assets/enigmatica/lang/sv_se.json b/packmenu/resources/assets/enigmatica/lang/sv_se.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/sv_se.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 4958a24af4f11e122292cb55aff8f79f94f32fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:33 +0200 Subject: [PATCH 056/142] New translations en_us.json (Russian) --- packmenu/resources/assets/enigmatica/lang/ru_ru.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/ru_ru.json diff --git a/packmenu/resources/assets/enigmatica/lang/ru_ru.json b/packmenu/resources/assets/enigmatica/lang/ru_ru.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/ru_ru.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From a5b7ff7e22db9efdb3ef8c5bb61a13485d982794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:34 +0200 Subject: [PATCH 057/142] New translations en_us.json (Norwegian) --- packmenu/resources/assets/enigmatica/lang/no_no.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/no_no.json diff --git a/packmenu/resources/assets/enigmatica/lang/no_no.json b/packmenu/resources/assets/enigmatica/lang/no_no.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/no_no.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 398050c07850b2f047a2391d77190c85a10ebf8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:34 +0200 Subject: [PATCH 058/142] New translations en_us.json (Dutch) --- packmenu/resources/assets/enigmatica/lang/nl_nl.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/nl_nl.json diff --git a/packmenu/resources/assets/enigmatica/lang/nl_nl.json b/packmenu/resources/assets/enigmatica/lang/nl_nl.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/nl_nl.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 91dfacc33859de3f093606ec05f812dab113e56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:35 +0200 Subject: [PATCH 059/142] New translations en_us.json (Korean) --- packmenu/resources/assets/enigmatica/lang/ko_kr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/ko_kr.json diff --git a/packmenu/resources/assets/enigmatica/lang/ko_kr.json b/packmenu/resources/assets/enigmatica/lang/ko_kr.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/ko_kr.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 80e07a1de08beed8069b13feb53bca31259893a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:36 +0200 Subject: [PATCH 060/142] New translations en_us.json (Japanese) --- packmenu/resources/assets/enigmatica/lang/ja_jp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/ja_jp.json diff --git a/packmenu/resources/assets/enigmatica/lang/ja_jp.json b/packmenu/resources/assets/enigmatica/lang/ja_jp.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/ja_jp.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From b517dbe8360b8042cbe7021d8afa02fcadaf9963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:37 +0200 Subject: [PATCH 061/142] New translations en_us.json (Italian) --- packmenu/resources/assets/enigmatica/lang/it_it.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/it_it.json diff --git a/packmenu/resources/assets/enigmatica/lang/it_it.json b/packmenu/resources/assets/enigmatica/lang/it_it.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/it_it.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 03b38dc2b20fa7bd96e834dbd373985ac231b9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:37 +0200 Subject: [PATCH 062/142] New translations en_us.json (German) --- packmenu/resources/assets/enigmatica/lang/de_de.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/de_de.json diff --git a/packmenu/resources/assets/enigmatica/lang/de_de.json b/packmenu/resources/assets/enigmatica/lang/de_de.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/de_de.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 90792189847286fa0dcb7c06e0c9d8b315d08290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:38 +0200 Subject: [PATCH 063/142] New translations en_us.json (Danish) --- packmenu/resources/assets/enigmatica/lang/da_dk.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/da_dk.json diff --git a/packmenu/resources/assets/enigmatica/lang/da_dk.json b/packmenu/resources/assets/enigmatica/lang/da_dk.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/da_dk.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From ce6543204926617f205fa8596bb8439b2b21e2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:39 +0200 Subject: [PATCH 064/142] New translations en_us.json (Arabic) --- packmenu/resources/assets/enigmatica/lang/ar_sa.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/ar_sa.json diff --git a/packmenu/resources/assets/enigmatica/lang/ar_sa.json b/packmenu/resources/assets/enigmatica/lang/ar_sa.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/ar_sa.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From 2a9be79a722bd15a483ce68f8ea210ae7d2b1588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:40 +0200 Subject: [PATCH 065/142] New translations en_us.json (Afrikaans) --- packmenu/resources/assets/enigmatica/lang/af_za.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/af_za.json diff --git a/packmenu/resources/assets/enigmatica/lang/af_za.json b/packmenu/resources/assets/enigmatica/lang/af_za.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/af_za.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From c0cb9827edd82b47de12406b87abed57bfca7ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:40 +0200 Subject: [PATCH 066/142] New translations en_us.json (French) --- packmenu/resources/assets/enigmatica/lang/fr_fr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/fr_fr.json diff --git a/packmenu/resources/assets/enigmatica/lang/fr_fr.json b/packmenu/resources/assets/enigmatica/lang/fr_fr.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/fr_fr.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From d213a17e408fd872c2b50869d90deae43d8303a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:41 +0200 Subject: [PATCH 067/142] New translations en_us.json (Afrikaans) --- kubejs/assets/tetra/lang/af_za.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/af_za.json diff --git a/kubejs/assets/tetra/lang/af_za.json b/kubejs/assets/tetra/lang/af_za.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/af_za.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From e08129f774129ab75ac44a0a7f9121b3895359bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:42 +0200 Subject: [PATCH 068/142] New translations en_us.json (Chinese Traditional) --- kubejs/assets/tetra/lang/zh_tw.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/zh_tw.json diff --git a/kubejs/assets/tetra/lang/zh_tw.json b/kubejs/assets/tetra/lang/zh_tw.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/zh_tw.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 7c36cfbc0576b61747eea89c42c3d85d362c6bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:43 +0200 Subject: [PATCH 069/142] New translations en_us.json (Chinese Simplified) --- kubejs/assets/tetra/lang/zh_cn.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/zh_cn.json diff --git a/kubejs/assets/tetra/lang/zh_cn.json b/kubejs/assets/tetra/lang/zh_cn.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/zh_cn.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 0bfe59b21ac5b1f2af175f756f3e444ccae38549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:44 +0200 Subject: [PATCH 070/142] New translations en_us.json (Swedish) --- kubejs/assets/tetra/lang/sv_se.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/sv_se.json diff --git a/kubejs/assets/tetra/lang/sv_se.json b/kubejs/assets/tetra/lang/sv_se.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/sv_se.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From bec16d35fc0b91c1e504b09d417ba480d25ccb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:44 +0200 Subject: [PATCH 071/142] New translations en_us.json (Russian) --- kubejs/assets/tetra/lang/ru_ru.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/ru_ru.json diff --git a/kubejs/assets/tetra/lang/ru_ru.json b/kubejs/assets/tetra/lang/ru_ru.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/ru_ru.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 5eb92240bf639872b9c389968014487ca4cc9670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:45 +0200 Subject: [PATCH 072/142] New translations en_us.json (Norwegian) --- kubejs/assets/tetra/lang/no_no.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/no_no.json diff --git a/kubejs/assets/tetra/lang/no_no.json b/kubejs/assets/tetra/lang/no_no.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/no_no.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 0c63be430da1fa049673e5b7d1b42d84becdec8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:46 +0200 Subject: [PATCH 073/142] New translations en_us.json (Dutch) --- kubejs/assets/tetra/lang/nl_nl.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/nl_nl.json diff --git a/kubejs/assets/tetra/lang/nl_nl.json b/kubejs/assets/tetra/lang/nl_nl.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/nl_nl.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 77f69de839d2a2dc3d487c88a334d1388ef831f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:47 +0200 Subject: [PATCH 074/142] New translations en_us.json (Korean) --- kubejs/assets/tetra/lang/ko_kr.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/ko_kr.json diff --git a/kubejs/assets/tetra/lang/ko_kr.json b/kubejs/assets/tetra/lang/ko_kr.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/ko_kr.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From d4240d2514ba970b633330ca44a0c2c248937d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:48 +0200 Subject: [PATCH 075/142] New translations en_us.json (Japanese) --- kubejs/assets/tetra/lang/ja_jp.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/ja_jp.json diff --git a/kubejs/assets/tetra/lang/ja_jp.json b/kubejs/assets/tetra/lang/ja_jp.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/ja_jp.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 6c06add1f36007b3cb3beeeb754199d91b06ee63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:48 +0200 Subject: [PATCH 076/142] New translations en_us.json (Italian) --- kubejs/assets/tetra/lang/it_it.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/it_it.json diff --git a/kubejs/assets/tetra/lang/it_it.json b/kubejs/assets/tetra/lang/it_it.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/it_it.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 992b458a5b7c3e2292c19d74f2763d749957428d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:49 +0200 Subject: [PATCH 077/142] New translations en_us.json (German) --- kubejs/assets/tetra/lang/de_de.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/de_de.json diff --git a/kubejs/assets/tetra/lang/de_de.json b/kubejs/assets/tetra/lang/de_de.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/de_de.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 4022ca80d68914efc06a94255e3c044da539b8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:50 +0200 Subject: [PATCH 078/142] New translations en_us.json (Danish) --- kubejs/assets/tetra/lang/da_dk.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/da_dk.json diff --git a/kubejs/assets/tetra/lang/da_dk.json b/kubejs/assets/tetra/lang/da_dk.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/da_dk.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 6a8b1fdf924aad2c98d682187da7c0a7264dac73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:51 +0200 Subject: [PATCH 079/142] New translations en_us.json (Arabic) --- kubejs/assets/tetra/lang/ar_sa.json | 98 +++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 kubejs/assets/tetra/lang/ar_sa.json diff --git a/kubejs/assets/tetra/lang/ar_sa.json b/kubejs/assets/tetra/lang/ar_sa.json new file mode 100644 index 0000000000..792ea6b307 --- /dev/null +++ b/kubejs/assets/tetra/lang/ar_sa.json @@ -0,0 +1,98 @@ +{ + "tetra.material.alfsteel": "Alfsteel", + "tetra.material.alfsteel.prefix": "Alfsteel", + "tetra.material.aluminum": "Aluminum", + "tetra.material.aluminum.prefix": "Aluminum", + "tetra.material.ametrine": "Ametrine", + "tetra.material.ametrine.prefix": "Ametrine", + "tetra.material.andesite_alloy": "Andesite Alloy", + "tetra.material.andesite_alloy.prefix": "Andesite Alloy", + "tetra.material.arcane_gold": "Arcane Gold", + "tetra.material.arcane_gold.prefix": "Arcane Gold", + "tetra.material.blazing": "Blazing", + "tetra.material.blazing.prefix": "Blazing", + "tetra.material.brass": "Brass", + "tetra.material.brass.prefix": "Brass", + "tetra.material.celestial_crystal": "Celestial Crystal", + "tetra.material.celestial_crystal.prefix": "Celestial Crystal", + "tetra.material.compressed_iron": "Compressed iron", + "tetra.material.compressed_iron.prefix": "Compressed Iron", + "tetra.material.constantan": "Constantan", + "tetra.material.constantan.prefix": "Constantan", + "tetra.material.dimensional_shard": "Dimensional Shard", + "tetra.material.dimensional_shard.prefix": "Dimensional Shard", + "tetra.material.dragonstone": "Dragonstone", + "tetra.material.dragonstone.prefix": "Dragonstone", + "tetra.material.elementium": "Elementium", + "tetra.material.elementium.prefix": "Elementium", + "tetra.material.enderium": "Enderium", + "tetra.material.enderium.prefix": "Enderium", + "tetra.material.ender_biotite": "Ender Biotite", + "tetra.material.ender_biotite.prefix": "Ender Biotite", + "tetra.material.ender_pearl": "Ender", + "tetra.material.ender_pearl.prefix": "Ender", + "tetra.material.energized_steel": "Energized Steel", + "tetra.material.energized_steel.prefix": "Energized Steel", + "tetra.material.fluorite": "Fluorite", + "tetra.material.fluorite.prefix": "Fluorite", + "tetra.material.gaia": "Gaia", + "tetra.material.gaia.prefix": "Gaia", + "tetra.material.hop_graphite": "HOP Graphite", + "tetra.material.hop_graphite.prefix": "HOP Graphite", + "tetra.material.iesnium": "Iesnium", + "tetra.material.iesnium.prefix": "Iesnium", + "tetra.material.invar": "Invar", + "tetra.material.invar.prefix": "Invar", + "tetra.material.lapis": "Lapis", + "tetra.material.lapis.prefix": "Lapis", + "tetra.material.lumium": "Lumium", + "tetra.material.lumium.prefix": "Lumium", + "tetra.material.manasteel": "Manasteel", + "tetra.material.manasteel.prefix": "Manasteel", + "tetra.material.mana_diamond": "Mana Diamond", + "tetra.material.mana_diamond.prefix": "Mana Diamond", + "tetra.material.mana_gem": "Mana Gem", + "tetra.material.mana_gem.prefix": "Mana Gem", + "tetra.material.mana_pearl": "Mana Pearl", + "tetra.material.mana_pearl.prefix": "Mana Pearl", + "tetra.material.neptunium": "Neptunium", + "tetra.material.neptunium.prefix": "Neptunium", + "tetra.material.niotic": "Niotic", + "tetra.material.niotic.prefix": "Niotic", + "tetra.material.nitro": "Nitro", + "tetra.material.nitro.prefix": "Nitro", + "tetra.material.pewter": "Pewter", + "tetra.material.pewter.prefix": "Pewter", + "tetra.material.pink_slime": "Pink Slime", + "tetra.material.pink_slime.prefix": "Pink Slime", + "tetra.material.prismarine": "Prismarine", + "tetra.material.prismarine.prefix": "Prismarine", + "tetra.material.quartz": "Quartz", + "tetra.material.quartz.prefix": "Quartz", + "tetra.material.quartz_enriched_iron": "Quartz Enriched Iron", + "tetra.material.quartz_enriched_iron.prefix": "Quartz Enriched Iron", + "tetra.material.rainbow": "Rainbow", + "tetra.material.rainbow.prefix": "Rainbow", + "tetra.material.refined_glowstone": "Refined Glowstone", + "tetra.material.refined_glowstone.prefix": "Refined Glowstone", + "tetra.material.refined_obsidian": "Refined Obsidian", + "tetra.material.refined_obsidian.prefix": "Refined Obsidian", + "tetra.material.refined_radiance": "Refined Radiance", + "tetra.material.refined_radiance.prefix": "Refined Radiance", + "tetra.material.rock_crystal": "Rock Crystal", + "tetra.material.rock_crystal.prefix": "Rock Crystal", + "tetra.material.signalum": "Signalum", + "tetra.material.signalum.prefix": "Signalum", + "tetra.material.spirited": "spirited", + "tetra.material.spirited.prefix": "spirited", + "tetra.material.starmetal": "Starmetal", + "tetra.material.starmetal.prefix": "Starmetal", + "tetra.material.stone": "Stone", + "tetra.material.stone.prefix": "Stone", + "tetra.material.terrasteel": "Terrasteel", + "tetra.material.terrasteel.prefix": "Terrasteel", + "tetra.material.zinc": "Zinc", + "tetra.material.zinc.prefix": "Zinc", + "tetra.material.zitrite": "Zitrite", + "tetra.material.zitrite.prefix": "Zitrite" +} From 54b5f91973b3363e47e01bb95a5ddf23dca38e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:51 +0200 Subject: [PATCH 080/142] New translations en_us.json (Afrikaans) --- kubejs/assets/ponderjs/lang/af_za.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/af_za.json diff --git a/kubejs/assets/ponderjs/lang/af_za.json b/kubejs/assets/ponderjs/lang/af_za.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/af_za.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 1ffb7085d37b35e2c736a253931c6e19f86818d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:52 +0200 Subject: [PATCH 081/142] New translations en_us.json (French) --- kubejs/assets/ponderjs/lang/fr_fr.json | 138 +++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 kubejs/assets/ponderjs/lang/fr_fr.json diff --git a/kubejs/assets/ponderjs/lang/fr_fr.json b/kubejs/assets/ponderjs/lang/fr_fr.json new file mode 100644 index 0000000000..84f5ac9c74 --- /dev/null +++ b/kubejs/assets/ponderjs/lang/fr_fr.json @@ -0,0 +1,138 @@ +{ + "enigmatica.ponder.tag.industrial_foregoing.description": "Learn more about the Industrial Foregoing mod and its intriguing mechanics!", + "enigmatica.ponder.latex.extracting_fluids.text_5": "Acacia Logs will produce Latex", + "enigmatica.ponder.latex.extracting_fluids.text_6": "Be sure to check JEI for more information on what kinds of fluids you can extract at what rate from different blocks!", + "enigmatica.ponder.latex.extracting_fluids.text_3": "Keep in mind that using different logs with the Fluid Extractor may give you different fluids!", + "enigmatica.ponder.latex.extracting_fluids.text_4": "Oak Logs will produce Resin", + "enigmatica.ponder.latex.processing_latex.text_9": "To get large piles of Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_10": "...and Plastic!", + "enigmatica.ponder.latex.processing_latex.text_8": "Once you have some Tiny Dry Rubber, you can then process it further...", + "enigmatica.ponder.latex.processing_latex.text_7": "This is quite a slow process; you'll have to wait around 5 seconds for each Tiny Dry Rubber...", + "enigmatica.ponder.latex.processing_latex.text_6": "It'll start coalescing the Latex fluid into tiny balls of rubber!", + "enigmatica.ponder.latex.processing_latex.text_5": "and finally, Latex...", + "enigmatica.ponder.laser_drill.lenses.text_3": "For example, if we wanted more Uranium or Emerald Ore, we could add a lime lens to the Laser...", + "enigmatica.ponder.laser_drill.lenses.text_4": "And soon enough, our efforts shall be rewarded!", + "enigmatica.ponder.latex.processing_latex.text_4": "Power...", + "enigmatica.ponder.latex.processing_latex.text_3": "When given Water...", + "enigmatica.ponder.latex.processing_latex.text_2": "Enter: The Latex Processing Unit", + "enigmatica.ponder.laser_drill.fluid_drill.text_7": "Other, more \"involved\" requirements exist as well, and we'll touch on my personal favourite in this next and final scene.", + "enigmatica.ponder.laser_drill.lenses.text_2": "That's what lenses are for: By adding them into the Ore Laser Base, we can skew the odds of getting ores that have a certain colour in our favour.", + "enigmatica.ponder.laser_drill.lenses.text_1": "As you could see, the resources the Ore Laser drills up are random, so how can we make sure we actually get our precious rare ores rather than ten different kinds of copper?", + "enigmatica.ponder.laser_drill.ether_gas.text_9": "And that's about it for the basics of the Industrial Foregoing Laser Drill! There's more stuff we haven't covered in this tutorial, so we recommend you just give it a try yourself!", + "enigmatica.ponder.laser_drill.ether_gas.text_7": "Now that dear Bartholomew over here is trapped by the Stasis Chamber and cannot wreck our stuff, we can use the Fluid Laser to... milk him. (Seriously, Buuz? This is a kids' game!)", + "enigmatica.ponder.latex.extracting_fluids.text_1": "Latex is a renewable resource gathered from trees, and plays a vital role in Industrial Foregoing.", + "enigmatica.ponder.laser_drill.ether_gas.text_8": "This will produce Ether Gas, which we will just stow away in a Black Hole Tank for now.", + "enigmatica.ponder.latex.extracting_fluids.text_2": "To get started, you need to place a Fluid Extractor against a log of wood, such as Acacia.", + "enigmatica.ponder.laser_drill.ether_gas.text_5": "Next, we will need a willing test subject. Luckily, I know just the right one for this job!", + "enigmatica.ponder.laser_drill.ether_gas.text_6": "Say Hi to the camera, Bartholomew!", + "enigmatica.ponder.laser_drill.ether_gas.text_3": "Next, we need to place down a stasis chamber. This puppy, when provided with power, will prevent any entities within its working area (blue), including players, from moving or interacting with the world in any way, hence the name.", + "enigmatica.ponder.laser_drill.ether_gas.text_4": "Trust me when I say: You DO NOT want to let this thing run out of power for this build.", + "enigmatica.ponder.laser_drill.ether_gas.text_1": "Welcome... to the Wither Milker (patent pending)! You'll see why it's called that in a bit, but for now, let's go over the individual parts.", + "enigmatica.ponder.laser_drill.ether_gas.text_2": "First, we have our typical Fluid Laser Drill setup, with the Laser Base containing a Purple Lens. I've also left out the energy input here because you should know that the Drills need energy by now.", + "enigmatica.ponder.laser_drill.introduction.text_3": "Next, add some Laser Drills within a 2-block radius around the Base to start powering it, for example like this:", + "enigmatica.ponder.laser_drill.introduction.text_4": "..oh, and don't forget to power them!", + "enigmatica.ponder.laser_drill.introduction.text_1": "The Laser Drill is a mid- to late-game structure in Industrial Foregoing that lets you mine up various different resources from the void.", + "enigmatica.ponder.laser_drill.introduction.text_2": "To construct it, you'll first need either an Ore Laser Base or a Fluid Laser Base. We'll go over the Ore Laser first.", + "enigmatica.ponder.laser_drill.fluid_drill.header": "Using Lenses in the Fluid Laser", + "enigmatica.ponder.laser_drill.lenses.header": "Using Lenses to improve your chances", + "enigmatica.ponder.laser_drill.introduction.text_5": "The more drills you add, the faster the Laser is going to be", + "enigmatica.ponder.laser_drill.introduction.text_6": "After a while, we finally managed to get our first ore; but it's not quite the one we wanted, so let's try to change our luck!", + "enigmatica.ponder.latex.processing_latex.header": "Processing Latex into Rubber and Plastic", + "enigmatica.ponder.laser_drill.fluid_drill.text_2": "They serve as the \"focus\" for the Fluid Laser.", + "enigmatica.ponder.laser_drill.fluid_drill.text_1": "In addition to increasing your odds with the Ore Laser, Lenses serve another important purpose:", + "enigmatica.ponder.laser_drill.fluid_drill.text_4": "For example, if you place it in any Nether biome...", + "enigmatica.ponder.tag.industrial_foregoing": "Industrial Foregoing", + "enigmatica.ponder.laser_drill.fluid_drill.text_3": "Fundamentally, the Fluid Laser is quite similar to its Ore counterpart, but it requires a Lens to function, and different recipes can have special requirements you may have to watch out for.", + "enigmatica.ponder.latex.extracting_fluids.header": "Gathering Latex From Trees", + "enigmatica.ponder.laser_drill.fluid_drill.text_6": "...it'll start drilling up Lava!", + "enigmatica.ponder.laser_drill.fluid_drill.text_5": "...and give it the corresponding focus...", + "enigmatica.ponder.latex.processing_latex.text_1": "So, now that you have a bunch of Latex, the question becomes: What do you do with it?", + "enigmatica.ponder.laser_drill.introduction.header": "How to use the Laser Drill", + "enigmatica.ponder.laser_drill.ether_gas.header": "Getting Ether Gas", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_3": "We should go ahead and break the cobblestone here and see what happens.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_2": "When flowing lava touches water, it creates cobblestone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_5": "We can set the router to break any cobblestone in front of it for infinite cobblestone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_1": "Maybe you want something other than vanilla cobblestone - let's say Scoria Cobblestone. This generator won't do.", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.text_1": "Let's start with a basic vanilla cobblestone generator.", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.text_2": "If we place a specific type of Cobblestone under the cobblestone generation point, the generator will now make that type of cobblestone!", + "enigmatica.ponder.cobbleworks.targeted_cobblegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.random_stonegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.tag.basics": "Basic Mechanics", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_1": "Let's start with a basic vanilla stone generator.", + "enigmatica.ponder.tag.basics.description": "Learn about some basic (sometimes vanilla!) mechanics that will come in handy.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_2": "When flowing lava falls on flowing water, it creates stone. This generator floods a stair block to protect the water source.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_3": "We should go ahead and break the stone here and see what happens.", + "enigmatica.ponder.stoneworks.targeted_stonegen.header": "Targeted Generation - need something specific?", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_4": "We can automate this with a block breaker of some sort - let's use a Modular Router with a breaker module. We'll clearly need silk touch on the breaker module.", + "enigmatica.ponder.stoneworks.vanilla_stonegen.text_5": "We can set the router to break any stone in front of it for infinite stone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.header": "Random Generation - for when you don't have what you need!", + "enigmatica.ponder.stoneworks.vanilla_stonegen.header": "Stone Generators - so simple Vanilla has one!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_2": "If we place a specific type of Stone under the stone generation point, the generator will now make that type of stone!", + "enigmatica.ponder.stoneworks.targeted_stonegen.text_1": "Maybe you want something other than vanilla stone - let's say Scoria. This generator won't do.", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_2": "If you place a block of Iron under the cobblestone generation point the generator will now make random cobblestone!", + "enigmatica.ponder.cobbleworks.random_cobblegen.text_1": "Don't have the cobblestone you need? Your cobblestone generator can produce random types of cobblestone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_1": "Don't have the stone you need? Your stone generator can produce random types of stone!", + "enigmatica.ponder.stoneworks.random_stonegen.text_2": "If you place a block of Diamond under the stone generation point the generator will now make random stone!", + "enigmatica.ponder.cobbleworks.vanilla_cobblegen.header": "Cobble Generators - so simple Vanilla has one!", + "enigmatica.ponder.tag.portals.description": "Learn how to construct some of the key portals in Enigmatica.", + "portals.ponder.undergarden.undergarden_portal.text_3": "Now enter the portal - you'll find yourself less in hell, more in a damp, dark place.", + "portals.ponder.undergarden.undergarden_portal.text_2": "Click the portal with the Catalyst, as you would light a Nether Portal", + "portals.ponder.undergarden.undergarden_portal.text_1": "Want to search the deep dark Undergarden? Build a nether portal like structure with Stone Bricks.", + "portals.ponder.atum.atum_portal.text_1": "So you're low on sand, and want to travel to a desert. Build this structure out of sandstone.", + "portals.ponder.atum.atum_portal.text_4": "Now jump in - your sandy vacation awaits!", + "portals.ponder.atum.atum_portal.text_2": "Fill it with water...", + "portals.ponder.atum.atum_portal.text_3": "...then drop in a Scarab.", + "enigmatica.ponder.tag.portals": "Thinking with Portals", + "portals.ponder.undergarden.undergarden_portal.header": "Undergarden's Portal - this won't take you to Narnia.", + "portals.ponder.atum.atum_portal.header": "Atum's Portal - not a Stargate.", + "enigmatica.ponder.forge_hammer.forge_hammer.header": "Tetra Forge Hammer - Building Better Tools", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.header": "Ender Dragon Respawning - when you need to make an omlet", + "enigmatica.ponder.forge_hammer.forge_hammer.text_6": "It can also be crafted, and is compatible with the normal Tetra Workbench.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_4": "Using the Forge Hammer will drain charge from the Magmatic Cells, which will need to be replaced when depleted.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_5": "The Forge Hammer can be found in Tetra structures, found underground in cold biomes.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_2": "Install Thermal Cells on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_3": "Install upgrades for the forge hammer (such as the combustion chamber) on both sides of the Forge Hammer.", + "enigmatica.ponder.forge_hammer.forge_hammer.text_1": "To make better tools, you need the Forge Hammer multiblock.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_4": "Placing the last one will shut off the End Portal, and resummon the Ender Dragon.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_2": "But now you need to summon it again - maybe you need another dragon egg or head.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_3": "Place End Crystals on the four sides of the portal frame, like this.", + "enigmatica.ponder.respawn_ender_dragon.respawn_ender_dragon.text_1": "So, you've killed the Ender Dragon and activated the end portal - congrats!", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.header": "Seaweed - Kelp But Tasty", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_6": "The piston will compress the seaweed block, dropping nori sheets.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_2": "Seaweed can be dried in a furnace, just like kelp.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_3": "Now craft or pack the dried seaweed into a dried seaweed block.", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.text_1": "Once you've harvested your seaweed it needs to be dried and crafted into a block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_1": "Nori sheets are crafted by compressing a dried seaweed block with a piston.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_5": "Activate the piston by applying a redstone signal.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_4": "Place the seaweed block to compress in the middle.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_3": "Place a piston, facing down, with a gap for your seaweed block.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.text_2": "Place a Block of Iron down as a base.", + "enigmatica.ponder.nori_sheet_press.nori_sheet_press.header": "Nori Sheet Press - Seaweed Plate Crafting", + "enigmatica.ponder.tag.tech.description": "Technolgy can mold the world around you - learn to harness it today!", + "enigmatica.ponder.nori_sheet_press.dried_seaweed_blocks.header": "Dried Seaweed Blocks - Extra Flakey", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_2": "Just like kelp, you can farm it by breaking segment second to the bottom.", + "enigmatica.ponder.nori_sheet_press.growing_seaweed.text_1": "Seaweed can be made into Nori sheets. It can be found in the ocean, growing like kelp.", + "enigmatica.ponder.tag.tools.description": "Better tools = better survivability.", + "enigmatica.ponder.tag.tools": "Tools of the Trade", + "enigmatica.ponder.tag.tech": "Better Living through SCIENCE!", + "enigmatica.ponder.mutation.entity_mutation.text_3": "For example, the Iron Bee can mutate stone into iron ore.", + "enigmatica.ponder.mutation.entity_mutation.text_2": "Pollen can mutate things up to 2 blocks below the bee, and will pass through solid blocks to mutate things below.", + "enigmatica.ponder.mutation.entity_mutation.text_1": "Resourceful Bee pollen can trigger mutations in blocks, fluids, and entities.", + "enigmatica.ponder.mutation.entity_mutation.text_7": "It can also mutate Blizz into Blizz Bees.", + "enigmatica.ponder.mutation.pollen_mechanics.text_1": "Bees that have gathered nectar will drip pollen as they travel back to their hive.", + "enigmatica.ponder.mutation.entity_mutation.text_6": "The Blaze Bee can mutate Beepers into Ghast Bees", + "enigmatica.ponder.mutation.pollen_mechanics.text_2": "When pollen from vanilla bees falls on crops it can trigger a bone meal effect.", + "enigmatica.ponder.mutation.entity_mutation.text_5": "The I-C-Bee can mutate Water, creating Blue Ice.", + "enigmatica.ponder.mutation.entity_mutation.text_4": "It can also mutate a block of coal into a Steel Bee Egg.", + "enigmatica.ponder.tag.magic": "Harnessing the Mystical Forces", + "enigmatica.ponder.mutation.entity_mutation.header": "Pollen as Mutagen", + "enigmatica.ponder.mutation.pollen_mechanics.header": "Bee Pollen - Practically Dripping with Function", + "enigmatica.ponder.tag.magic.description": "Magic is just technology we don't understand yet.", + "enigmatica.ponder.mutation.mutation_chamber.header": "Mutating Bees the Easy Way", + "enigmatica.ponder.mutation.mutation_chamber.text_4": "Now that the Blaze Bee has gathered nectar, it will travel over to its hive, dripping pollen as it goes.", + "enigmatica.ponder.mutation.mutation_chamber.text_3": "We'll just place this Blaze Bee here and let it collect some nectar from this magma cake...", + "enigmatica.ponder.mutation.mutation_chamber.text_2": "Place the bee you'd like to mutate here; today we will be sacrificing a Beeper. Since things can be mutated through solid blocks, we can use a trap door to hold the Beeper in place.", + "enigmatica.ponder.mutation.mutation_chamber.text_1": "This is a good structure for mutating bees.", + "enigmatica.ponder.mutation.mutation_chamber.text_5": "When the blaze bee passes over the Beeper it will mutate into a Ghast Bee." +} From 5e0ea41759ed97bedb69a06700e6d85314afa461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:53 +0200 Subject: [PATCH 082/142] New translations en_us.json (Spanish) --- .../assets/resourcefulbees/lang/es_es.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/es_es.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/es_es.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/es_es.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/es_es.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 5369f12475f6dc925f8a0df4de6a4150f6752029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:54 +0200 Subject: [PATCH 083/142] New translations en_us.json (French) --- kubejs/assets/enigmatica/lang/fr_fr.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/fr_fr.json diff --git a/kubejs/assets/enigmatica/lang/fr_fr.json b/kubejs/assets/enigmatica/lang/fr_fr.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/fr_fr.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From afd0d3b6e3a009b8b25479d1e9f49bbced50dbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:55 +0200 Subject: [PATCH 084/142] New translations en_us.json (Swedish) --- kubejs/assets/enigmatica/lang/sv_se.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/sv_se.json diff --git a/kubejs/assets/enigmatica/lang/sv_se.json b/kubejs/assets/enigmatica/lang/sv_se.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/sv_se.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 1f0f32218ba918c85ef202eb0d2be8ea00416a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:56 +0200 Subject: [PATCH 085/142] New translations en_us.json (Russian) --- kubejs/assets/enigmatica/lang/ru_ru.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/ru_ru.json diff --git a/kubejs/assets/enigmatica/lang/ru_ru.json b/kubejs/assets/enigmatica/lang/ru_ru.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/ru_ru.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From a5736b63147200af59f664a55b3735224d3c15c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:57 +0200 Subject: [PATCH 086/142] New translations en_us.json (Norwegian) --- kubejs/assets/enigmatica/lang/no_no.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/no_no.json diff --git a/kubejs/assets/enigmatica/lang/no_no.json b/kubejs/assets/enigmatica/lang/no_no.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/no_no.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 781799c58afeb01f162a0725b5270f3fa31b0494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:57 +0200 Subject: [PATCH 087/142] New translations en_us.json (Dutch) --- kubejs/assets/enigmatica/lang/nl_nl.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/nl_nl.json diff --git a/kubejs/assets/enigmatica/lang/nl_nl.json b/kubejs/assets/enigmatica/lang/nl_nl.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/nl_nl.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From b1b992cb1ec8031797dca34370e7d6bb1399ad1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:58 +0200 Subject: [PATCH 088/142] New translations en_us.json (Korean) --- kubejs/assets/enigmatica/lang/ko_kr.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/ko_kr.json diff --git a/kubejs/assets/enigmatica/lang/ko_kr.json b/kubejs/assets/enigmatica/lang/ko_kr.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/ko_kr.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 1167e424ab8ba7910e2b27c510c2648229a3fe03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:07:59 +0200 Subject: [PATCH 089/142] New translations en_us.json (Japanese) --- kubejs/assets/enigmatica/lang/ja_jp.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/ja_jp.json diff --git a/kubejs/assets/enigmatica/lang/ja_jp.json b/kubejs/assets/enigmatica/lang/ja_jp.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/ja_jp.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 1c6cb24e2d8f08a031f628e4d0c9e55382a61fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:00 +0200 Subject: [PATCH 090/142] New translations en_us.json (Italian) --- kubejs/assets/enigmatica/lang/it_it.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/it_it.json diff --git a/kubejs/assets/enigmatica/lang/it_it.json b/kubejs/assets/enigmatica/lang/it_it.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/it_it.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From fea11e1f52293dd9a5414ef9a7b6904cf3df9fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:00 +0200 Subject: [PATCH 091/142] New translations en_us.json (German) --- kubejs/assets/enigmatica/lang/de_de.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/de_de.json diff --git a/kubejs/assets/enigmatica/lang/de_de.json b/kubejs/assets/enigmatica/lang/de_de.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/de_de.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From cffe55a9e07daeea84723051ff6f6a7a45225829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:01 +0200 Subject: [PATCH 092/142] New translations en_us.json (Danish) --- kubejs/assets/enigmatica/lang/da_dk.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/da_dk.json diff --git a/kubejs/assets/enigmatica/lang/da_dk.json b/kubejs/assets/enigmatica/lang/da_dk.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/da_dk.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 9516558bad5fee3eddf2ed870565e42e1bca7e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:02 +0200 Subject: [PATCH 093/142] New translations en_us.json (Arabic) --- kubejs/assets/enigmatica/lang/ar_sa.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/ar_sa.json diff --git a/kubejs/assets/enigmatica/lang/ar_sa.json b/kubejs/assets/enigmatica/lang/ar_sa.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/ar_sa.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 830ce19879856a5e6aefa3c3ab53cd1020729cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:10 +0200 Subject: [PATCH 094/142] New translations en_us.json (Afrikaans) --- kubejs/assets/enigmatica/lang/af_za.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/af_za.json diff --git a/kubejs/assets/enigmatica/lang/af_za.json b/kubejs/assets/enigmatica/lang/af_za.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/af_za.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 45ba8087cc78443454e4e858702b2d580bbba02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:11 +0200 Subject: [PATCH 095/142] New translations en_us.json (Spanish) --- kubejs/assets/enigmatica/lang/es_es.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/es_es.json diff --git a/kubejs/assets/enigmatica/lang/es_es.json b/kubejs/assets/enigmatica/lang/es_es.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/es_es.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 0a83855fc5cd0f4c741b2080f1f0f8931938dd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:12 +0200 Subject: [PATCH 096/142] New translations en_us.json (Chinese Traditional) --- .../assets/resourcefulbees/lang/zh_tw.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_tw.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_tw.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_tw.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_tw.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 5ddad3eeeccb207a07999b0b4a7468ea5b3a9e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:12 +0200 Subject: [PATCH 097/142] New translations en_us.json (Chinese Traditional) --- kubejs/assets/enigmatica/lang/zh_tw.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/zh_tw.json diff --git a/kubejs/assets/enigmatica/lang/zh_tw.json b/kubejs/assets/enigmatica/lang/zh_tw.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/zh_tw.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 24f2d0763e410a837ca062d7fbb26237503b9b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:13 +0200 Subject: [PATCH 098/142] New translations en_us.json (Chinese Simplified) --- .../assets/resourcefulbees/lang/zh_cn.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_cn.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_cn.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_cn.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/zh_cn.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From b45c5ae8ef96394608a473b454766231e656bf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:14 +0200 Subject: [PATCH 099/142] New translations en_us.json (Swedish) --- .../assets/resourcefulbees/lang/sv_se.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/sv_se.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/sv_se.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/sv_se.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/sv_se.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From c71dae4227967c227751cd3f8e53dfb3d3b18b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:15 +0200 Subject: [PATCH 100/142] New translations en_us.json (Russian) --- .../assets/resourcefulbees/lang/ru_ru.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/ru_ru.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/ru_ru.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ru_ru.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ru_ru.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From eb3a6e4e6e21c96855070391ba17ac4df72c1a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:16 +0200 Subject: [PATCH 101/142] New translations en_us.json (Norwegian) --- .../assets/resourcefulbees/lang/no_no.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/no_no.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/no_no.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/no_no.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/no_no.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 1ca9aab87ccde79d8cd5899016008997abc07d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:16 +0200 Subject: [PATCH 102/142] New translations en_us.json (Dutch) --- .../assets/resourcefulbees/lang/nl_nl.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/nl_nl.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/nl_nl.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/nl_nl.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/nl_nl.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From d9154a3c1b03fd3a4924e215e2f247389f88f3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:17 +0200 Subject: [PATCH 103/142] New translations en_us.json (Korean) --- .../assets/resourcefulbees/lang/ko_kr.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/ko_kr.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/ko_kr.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ko_kr.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ko_kr.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 3c6d4bad8604e06c96b6e05557cb0db1fb2505f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:18 +0200 Subject: [PATCH 104/142] New translations en_us.json (Japanese) --- .../assets/resourcefulbees/lang/ja_jp.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/ja_jp.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/ja_jp.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ja_jp.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ja_jp.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 36416a0c7f47352f03e1d8f0f888b13b9a834cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:19 +0200 Subject: [PATCH 105/142] New translations en_us.json (Italian) --- .../assets/resourcefulbees/lang/it_it.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/it_it.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/it_it.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/it_it.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/it_it.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From f670584d81a47c178c85779120b8f0ed4ebc74e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:20 +0200 Subject: [PATCH 106/142] New translations en_us.json (German) --- .../assets/resourcefulbees/lang/de_de.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/de_de.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/de_de.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/de_de.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/de_de.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From da7db9c42864a0fc61f8d2c4a18d7fbf4492e11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:21 +0200 Subject: [PATCH 107/142] New translations en_us.json (Danish) --- .../assets/resourcefulbees/lang/da_dk.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/da_dk.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/da_dk.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/da_dk.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/da_dk.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 4bb24ac74b663fbacbb6392bed72020a1a457cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:22 +0200 Subject: [PATCH 108/142] New translations en_us.json (Arabic) --- .../assets/resourcefulbees/lang/ar_sa.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/ar_sa.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/ar_sa.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ar_sa.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/ar_sa.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 5ba45eb245c67322ea12c036f34644189a2eaed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:23 +0200 Subject: [PATCH 109/142] New translations en_us.json (Afrikaans) --- .../assets/resourcefulbees/lang/af_za.json | 351 ++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 config/resourcefulbees/resources/assets/resourcefulbees/lang/af_za.json diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/af_za.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/af_za.json new file mode 100644 index 0000000000..6a311b7e1b --- /dev/null +++ b/config/resourcefulbees/resources/assets/resourcefulbees/lang/af_za.json @@ -0,0 +1,351 @@ +{ + "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", + "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", + "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", + "entity.resourcefulbees.blaze_bee": "Blaze Bee", + "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", + "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", + "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", + "entity.resourcefulbees.clay_bee": "Clay Bee", + "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", + "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", + "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", + "entity.resourcefulbees.ghast_bee": "Ghast Bee", + "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", + "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", + "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", + "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", + "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", + "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", + "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", + "entity.resourcefulbees.gravel_bee": "Gravel Bee", + "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", + "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", + "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", + "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", + "block.resourcefulbees.sand_honeycomb_block": "Sandy Honeycomb Block", + "item.resourcefulbees.sand_honeycomb": "Sandy Honeycomb", + "item.resourcefulbees.sand_bee_spawn_egg": "Sandy Bee Spawn Egg", + "entity.resourcefulbees.sand_bee": "Sandy Bee", + "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", + "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", + "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", + "entity.resourcefulbees.slimy_bee": "Slimy Bee", + "block.resourcefulbees.water_honeycomb_block": "Wet Honeycomb Block", + "item.resourcefulbees.water_honeycomb": "Wet Honeycomb", + "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", + "entity.resourcefulbees.water_bee": "Water Bee", + "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", + "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", + "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", + "entity.resourcefulbees.copper_bee": "Copper Bee", + "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", + "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", + "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", + "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", + "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", + "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", + "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", + "entity.resourcefulbees.silver_bee": "Silver Bee", + "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", + "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", + "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", + "entity.resourcefulbees.lead_bee": "Lead Bee", + "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", + "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", + "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", + "entity.resourcefulbees.nickel_bee": "Nickel Bee", + "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", + "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", + "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", + "entity.resourcefulbees.uranium_bee": "Uranium Bee", + "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", + "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", + "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", + "entity.resourcefulbees.tin_bee": "Tin Bee", + "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", + "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", + "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", + "entity.resourcefulbees.osmium_bee": "Osmium Bee", + "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", + "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", + "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", + "entity.resourcefulbees.zinc_bee": "Zinc Bee", + "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", + "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", + "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", + "entity.resourcefulbees.bronze_bee": "Bronze Bee", + "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", + "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", + "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", + "entity.resourcefulbees.brass_bee": "Brass Bee", + "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", + "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", + "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", + "entity.resourcefulbees.electrum_bee": "Electrum Bee", + "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", + "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", + "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", + "entity.resourcefulbees.constantan_bee": "Constantan Bee", + "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", + "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", + "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", + "entity.resourcefulbees.steel_bee": "Steel Bee", + "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", + "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", + "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", + "entity.resourcefulbees.invar_bee": "Invar Bee", + "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", + "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", + "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", + "entity.resourcefulbees.lumium_bee": "Lumium Bee", + "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", + "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", + "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", + "entity.resourcefulbees.signalum_bee": "Signalum Bee", + "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", + "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", + "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", + "entity.resourcefulbees.enderium_bee": "Enderium Bee", + "block.resourcefulbees.boobee_honeycomb_block": "BooBee Honeycomb Block", + "item.resourcefulbees.boobee_honeycomb": "BooBee Honeycomb", + "item.resourcefulbees.boobee_bee_spawn_egg": "BooBee Spawn Egg", + "entity.resourcefulbees.boobee_bee": "BooBee", + "fluid.resourcefulbees.brass_honey": "Brass Honey", + "item.resourcefulbees.brass_honey_bottle": "Brass Honey Bottle", + "item.resourcefulbees.brass_honey_fluid_bucket": "Brass Honey Bucket", + "block.resourcefulbees.brass_honey_block": "Brass Honey Block", + "fluid.resourcefulbees.bronze_honey": "Bronze Honey", + "item.resourcefulbees.bronze_honey_bottle": "Bronze Honey Bottle", + "item.resourcefulbees.bronze_honey_fluid_bucket": "Bronze Honey Bucket", + "block.resourcefulbees.bronze_honey_block": "Bronze Honey Block", + "fluid.resourcefulbees.constantan_honey": "Constantan Honey", + "item.resourcefulbees.constantan_honey_bottle": "Constantan Honey Bottle", + "item.resourcefulbees.constantan_honey_fluid_bucket": "Constantan Honey Bucket", + "block.resourcefulbees.constantan_honey_block": "Constantan Honey Block", + "fluid.resourcefulbees.electrum_honey": "Electrum Honey", + "item.resourcefulbees.electrum_honey_bottle": "Electrum Honey Bottle", + "item.resourcefulbees.electrum_honey_fluid_bucket": "Electrum Honey Bucket", + "block.resourcefulbees.electrum_honey_block": "Electrum Honey Block", + "fluid.resourcefulbees.steel_honey": "Steel Honey", + "item.resourcefulbees.steel_honey_bottle": "Steel Honey Bottle", + "item.resourcefulbees.steel_honey_fluid_bucket": "Steel Honey Bucket", + "block.resourcefulbees.steel_honey_block": "Steel Honey Block", + "fluid.resourcefulbees.invar_honey": "Invar Honey", + "item.resourcefulbees.invar_honey_bottle": "Invar Honey Bottle", + "item.resourcefulbees.invar_honey_fluid_bucket": "Invar Honey Bucket", + "block.resourcefulbees.invar_honey_block": "Invar Honey Block", + "fluid.resourcefulbees.lumium_honey": "Lumium Honey", + "item.resourcefulbees.lumium_honey_bottle": "Lumium Honey Bottle", + "item.resourcefulbees.lumium_honey_fluid_bucket": "Lumium Honey Bucket", + "block.resourcefulbees.lumium_honey_block": "Lumium Honey Block", + "fluid.resourcefulbees.signalum_honey": "Signalum Honey", + "item.resourcefulbees.signalum_honey_bottle": "Signalum Honey Bottle", + "item.resourcefulbees.signalum_honey_fluid_bucket": "Signalum Honey Bucket", + "block.resourcefulbees.signalum_honey_block": "Signalum Honey Block", + "fluid.resourcefulbees.enderium_honey": "Enderium Honey", + "item.resourcefulbees.enderium_honey_bottle": "Enderium Honey Bottle", + "item.resourcefulbees.enderium_honey_fluid_bucket": "Enderium Honey Bucket", + "block.resourcefulbees.enderium_honey_block": "Enderium Honey Block", + "fluid.resourcefulbees.coal_honey": "Coal Honey", + "item.resourcefulbees.coal_honey_bottle": "Coal Honey Bottle", + "item.resourcefulbees.coal_honey_fluid_bucket": "Coal Honey Bucket", + "block.resourcefulbees.coal_honey_block": "Coal Honey Block", + "fluid.resourcefulbees.iron_honey": "Iron Honey", + "item.resourcefulbees.iron_honey_bottle": "Iron Honey Bottle", + "item.resourcefulbees.iron_honey_fluid_bucket": "Iron Honey Bucket", + "block.resourcefulbees.iron_honey_block": "Iron Honey Block", + "fluid.resourcefulbees.gold_honey": "Gold Honey", + "item.resourcefulbees.gold_honey_bottle": "Gold Honey Bottle", + "item.resourcefulbees.gold_honey_fluid_bucket": "Gold Honey Bucket", + "block.resourcefulbees.gold_honey_block": "Gold Honey Block", + "fluid.resourcefulbees.diamond_honey": "Diamond Honey", + "item.resourcefulbees.diamond_honey_bottle": "Diamond Honey Bottle", + "item.resourcefulbees.diamond_honey_fluid_bucket": "Diamond Honey Bucket", + "block.resourcefulbees.diamond_honey_block": "Diamond Honey Block", + "fluid.resourcefulbees.emerald_honey": "Emerald Honey", + "item.resourcefulbees.emerald_honey_bottle": "Emerald Honey Bottle", + "item.resourcefulbees.emerald_honey_fluid_bucket": "Emerald Honey Bucket", + "block.resourcefulbees.emerald_honey_block": "Emerald Honey Block", + "fluid.resourcefulbees.lapis_honey": "Lapis Lazuli Honey", + "item.resourcefulbees.lapis_honey_bottle": "Lapis Lazuli Honey Bottle", + "item.resourcefulbees.lapis_honey_fluid_bucket": "Lapis Lazuli Honey Bucket", + "block.resourcefulbees.lapis_honey_block": "Lapis Lazuli Honey Block", + "fluid.resourcefulbees.redstone_honey": "Redstone Honey", + "item.resourcefulbees.redstone_honey_bottle": "Redstone Honey Bottle", + "item.resourcefulbees.redstone_honey_fluid_bucket": "Redstone Honey Bucket", + "block.resourcefulbees.redstone_honey_block": "Redstone Honey Block", + "fluid.resourcefulbees.blaze_honey": "Blaze Honey", + "item.resourcefulbees.blaze_honey_bottle": "Blaze Honey Bottle", + "item.resourcefulbees.blaze_honey_fluid_bucket": "Blaze Honey Bucket", + "block.resourcefulbees.blaze_honey_block": "Blaze Honey Block", + "fluid.resourcefulbees.glowstone_honey": "Glowstone Honey", + "item.resourcefulbees.glowstone_honey_bottle": "Glowstone Honey Bottle", + "item.resourcefulbees.glowstone_honey_fluid_bucket": "Glowstone Honey Bucket", + "block.resourcefulbees.glowstone_honey_block": "Glowstone Honey Block", + "fluid.resourcefulbees.icy_honey": "I-C-Bee Honey", + "item.resourcefulbees.icy_honey_bottle": "I-C-Bee Honey Bottle", + "item.resourcefulbees.icy_honey_fluid_bucket": "I-C-Bee Honey Bucket", + "block.resourcefulbees.icy_honey_block": "I-C-Bee Honey Block", + "fluid.resourcefulbees.netherite_honey": "Netherite Honey", + "item.resourcefulbees.netherite_honey_bottle": "Netherite Honey Bottle", + "item.resourcefulbees.netherite_honey_fluid_bucket": "Netherite Honey Bucket", + "block.resourcefulbees.netherite_honey_block": "Netherite Honey Block", + "fluid.resourcefulbees.obsidian_honey": "Obsidian Honey", + "item.resourcefulbees.obsidian_honey_bottle": "Obsidian Honey Bottle", + "item.resourcefulbees.obsidian_honey_fluid_bucket": "Obsidian Honey Bucket", + "block.resourcefulbees.obsidian_honey_block": "Obsidian Honey Block", + "fluid.resourcefulbees.water_honey": "Water Honey", + "item.resourcefulbees.water_honey_bottle": "Water Honey Bottle", + "item.resourcefulbees.water_honey_fluid_bucket": "Water Honey Bucket", + "block.resourcefulbees.water_honey_block": "Water Honey Block", + "fluid.resourcefulbees.wither_honey": "Wither Honey", + "item.resourcefulbees.wither_honey_bottle": "Wither Honey Bottle", + "item.resourcefulbees.wither_honey_fluid_bucket": "Wither Honey Bucket", + "block.resourcefulbees.wither_honey_block": "Wither Honey Block", + "fluid.resourcefulbees.rainbow_honey": "Rainbow Honey", + "item.resourcefulbees.rainbow_honey_bottle": "Rainbow Honey Bottle", + "item.resourcefulbees.rainbow_honey_fluid_bucket": "Rainbow Honey Bucket", + "block.resourcefulbees.rainbow_honey_block": "Rainbow Honey Block", + "block.resourcefulbees.zombie_honeycomb_block": "Zombee Honeycomb Block", + "item.resourcefulbees.zombie_honeycomb": "Zombee Honeycomb", + "item.resourcefulbees.zombie_bee_spawn_egg": "Zombee Spawn Egg", + "entity.resourcefulbees.zombie_bee": "Zombee", + "block.resourcefulbees.pigman_honeycomb_block": "Hellish Zombee Honeycomb Block", + "item.resourcefulbees.pigman_honeycomb": "Hellish Zombee Honeycomb", + "item.resourcefulbees.pigman_bee_spawn_egg": "Hellish Zombee Spawn Egg", + "entity.resourcefulbees.pigman_bee": "Hellish Zombee", + "block.resourcefulbees.icy_honeycomb_block": "I-C-Bee Honeycomb Block", + "item.resourcefulbees.icy_honeycomb": "I-C-Bee Honeycomb", + "item.resourcefulbees.icy_bee_spawn_egg": "I-C-Bee Spawn Egg", + "entity.resourcefulbees.icy_bee": "I-C-Bee", + "block.resourcefulbees.creeper_honeycomb_block": "Beeper Honeycomb Block", + "item.resourcefulbees.creeper_honeycomb": "Beeper Honeycomb", + "item.resourcefulbees.creeper_bee_spawn_egg": "Beeper Spawn Egg", + "entity.resourcefulbees.creeper_bee": "Beeper", + "block.resourcefulbees.forest_honeycomb_block": "Woody Honeycomb Block", + "item.resourcefulbees.forest_honeycomb": "Woody Honeycomb", + "item.resourcefulbees.forest_bee_spawn_egg": "Forest Bee Spawn Egg", + "entity.resourcefulbees.forest_bee": "Forest Bee", + "block.resourcefulbees.coal_honeycomb_block": "Sooty Honeycomb Block", + "item.resourcefulbees.coal_honeycomb": "Sooty Honeycomb", + "item.resourcefulbees.coal_bee_spawn_egg": "Sooty Bee Spawn Egg", + "entity.resourcefulbees.coal_bee": "Sooty Bee", + "fluid.resourcefulbees.illuminating_honey": "Illuminating Honey", + "item.resourcefulbees.illuminating_honey_bottle": "Illuminating Honey Bottle", + "item.resourcefulbees.illuminating_honey_fluid_bucket": "Illuminating Honey Bucket", + "block.resourcefulbees.illuminating_honey_block": "Illuminating Honey Block", + "block.resourcefulbees.rocky_honeycomb_block": "Rocky Honeycomb Block", + "item.resourcefulbees.rocky_honeycomb": "Rocky Honeycomb", + "item.resourcefulbees.rocky_bee_spawn_egg": "Rocky Bee Spawn Egg", + "entity.resourcefulbees.rocky_bee": "Rocky Bee", + "fluid.resourcefulbees.rocky_honey": "Rocky Honey", + "item.resourcefulbees.rocky_honey_bottle": "Rocky Honey Bottle", + "item.resourcefulbees.rocky_honey_fluid_bucket": "Rocky Honey Bucket", + "block.resourcefulbees.rocky_honey_block": "Rocky Honey Block", + "block.resourcefulbees.soup_honeycomb_block": "Soupy Honeycomb Block", + "item.resourcefulbees.soup_honeycomb": "Soupy Honeycomb", + "item.resourcefulbees.soup_bee_spawn_egg": "Soupy Bee Spawn Egg", + "entity.resourcefulbees.soup_bee": "Soupy Bee", + "block.resourcefulbees.clockwork_honeycomb_block": "Clockwork Honeycomb Block", + "item.resourcefulbees.clockwork_honeycomb": "Clockwork Honeycomb", + "item.resourcefulbees.clockwork_bee_spawn_egg": "Clockwork Bee Spawn Egg", + "entity.resourcefulbees.clockwork_bee": "Clockwork Bee", + "block.resourcefulbees.spelling_honeycomb_block": "Spelling Honeycomb Block", + "item.resourcefulbees.spelling_honeycomb": "Spelling Honeycomb", + "item.resourcefulbees.spelling_bee_spawn_egg": "Spelling Bee Spawn Egg", + "entity.resourcefulbees.spelling_bee": "Spelling Bee", + "block.resourcefulbees.mana_honeycomb_block": "Mana Honeycomb Block", + "item.resourcefulbees.mana_honeycomb": "Mana Honeycomb", + "item.resourcefulbees.mana_bee_spawn_egg": "Mana Bee Spawn Egg", + "entity.resourcefulbees.mana_bee": "Mana Bee", + "block.resourcefulbees.elven_honeycomb_block": "Elven Honeycomb Block", + "item.resourcefulbees.elven_honeycomb": "Elven Honeycomb", + "item.resourcefulbees.elven_bee_spawn_egg": "Elven Bee Spawn Egg", + "entity.resourcefulbees.elven_bee": "Elven Bee", + "block.resourcefulbees.terrestrial_honeycomb_block": "Terrestrial Honeycomb Block", + "item.resourcefulbees.terrestrial_honeycomb": "Terrestrial Honeycomb", + "item.resourcefulbees.terrestrial_bee_spawn_egg": "Terrestrial Bee Spawn Egg", + "entity.resourcefulbees.terrestrial_bee": "Terrestrial Bee", + "block.resourcefulbees.infused_honeycomb_block": "Infused Honeycomb Block", + "item.resourcefulbees.infused_honeycomb": "Infused Honeycomb", + "item.resourcefulbees.infused_bee_spawn_egg": "Infused Bee Spawn Egg", + "entity.resourcefulbees.infused_bee": "Infused Bee", + "block.resourcefulbees.tainted_honeycomb_block": "Tainted Honeycomb Block", + "item.resourcefulbees.tainted_honeycomb": "Tainted Honeycomb", + "item.resourcefulbees.tainted_bee_spawn_egg": "Tainted Bee Spawn Egg", + "entity.resourcefulbees.tainted_bee": "Tainted Bee", + "block.resourcefulbees.sky_honeycomb_block": "Sky Honeycomb Block", + "item.resourcefulbees.sky_honeycomb": "Sky Honeycomb", + "item.resourcefulbees.sky_bee_spawn_egg": "Sky Bee Spawn Egg", + "entity.resourcefulbees.sky_bee": "Sky Bee", + "block.resourcefulbees.bloody_honeycomb_block": "Bloody Honeycomb Block", + "item.resourcefulbees.bloody_honeycomb": "Bloody Honeycomb", + "item.resourcefulbees.bloody_bee_spawn_egg": "Bloody Bee Spawn Egg", + "entity.resourcefulbees.bloody_bee": "Bloody Bee", + "block.resourcefulbees.starry_honeycomb_block": "Starry Honeycomb Block", + "item.resourcefulbees.starry_honeycomb": "Starry Honeycomb", + "item.resourcefulbees.starry_bee_spawn_egg": "Starry Bee Spawn Egg", + "entity.resourcefulbees.starry_bee": "Starry Bee", + "block.resourcefulbees.cobalt_honeycomb_block": "Cobalt Honeycomb Block", + "item.resourcefulbees.cobalt_honeycomb": "Cobalt Honeycomb", + "item.resourcefulbees.cobalt_bee_spawn_egg": "Cobalt Bee Spawn Egg", + "entity.resourcefulbees.cobalt_bee": "Cobalt Bee", + "block.resourcefulbees.skyslime_honeycomb_block": "Skyslime Honeycomb Block", + "item.resourcefulbees.skyslime_honeycomb": "Skyslime Honeycomb", + "item.resourcefulbees.skyslime_bee_spawn_egg": "Skyslime Bee Spawn Egg", + "entity.resourcefulbees.skyslime_bee": "Skyslime Bee", + "block.resourcefulbees.enderslime_honeycomb_block": "Enderslime Honeycomb Block", + "item.resourcefulbees.enderslime_honeycomb": "Enderslime Honeycomb", + "item.resourcefulbees.enderslime_bee_spawn_egg": "Enderslime Bee Spawn Egg", + "entity.resourcefulbees.enderslime_bee": "Enderslime Bee", + "block.resourcefulbees.ichor_honeycomb_block": "Ichor Honeycomb Block", + "item.resourcefulbees.ichor_honeycomb": "Ichor Honeycomb", + "item.resourcefulbees.ichor_bee_spawn_egg": "Ichor Bee Spawn Egg", + "entity.resourcefulbees.ichor_bee": "Ichor Bee", + "block.resourcefulbees.wasabee_honeycomb_block": "Wasabee Honeycomb Block", + "item.resourcefulbees.wasabee_honeycomb": "Wasabee Honeycomb", + "item.resourcefulbees.wasabee_bee_spawn_egg": "Wasabee Spawn Egg", + "entity.resourcefulbees.wasabee_bee": "Wasabee", + "block.resourcefulbees.industrious_honeycomb_block": "Industrious Honeycomb Block", + "item.resourcefulbees.industrious_honeycomb": "Industrious Honeycomb", + "item.resourcefulbees.industrious_bee_spawn_egg": "Industrious Bee Spawn Egg", + "entity.resourcefulbees.industrious_bee": "Industrious Bee", + "block.resourcefulbees.blizz_honeycomb_block": "Blizz Honeycomb Block", + "item.resourcefulbees.blizz_honeycomb": "Blizz Honeycomb", + "item.resourcefulbees.blizz_bee_spawn_egg": "Blizz Bee Spawn Egg", + "entity.resourcefulbees.blizz_bee": "Blizz Bee", + "block.resourcefulbees.blitz_honeycomb_block": "Blitz Honeycomb Block", + "item.resourcefulbees.blitz_honeycomb": "Blitz Honeycomb", + "item.resourcefulbees.blitz_bee_spawn_egg": "Blitz Bee Spawn Egg", + "entity.resourcefulbees.blitz_bee": "Blitz Bee", + "block.resourcefulbees.basalz_honeycomb_block": "Basalz Honeycomb Block", + "item.resourcefulbees.basalz_honeycomb": "Basalz Honeycomb", + "item.resourcefulbees.basalz_bee_spawn_egg": "Basalz Bee Spawn Egg", + "entity.resourcefulbees.basalz_bee": "Basalz Bee", + "fluid.resourcefulbees.meaty_honey": "Meaty Honey", + "item.resourcefulbees.meaty_honey_bottle": "Meaty Honey Bottle", + "item.resourcefulbees.meaty_honey_fluid_bucket": "Meaty Honey Bucket", + "block.resourcefulbees.meaty_honey_block": "Meaty Honey Block", + "block.resourcefulbees.direbee20_honeycomb_block": "Direbee20 Honeycomb Block", + "item.resourcefulbees.direbee20_honeycomb": "Direbee20 Honeycomb", + "item.resourcefulbees.direbee20_bee_spawn_egg": "Direbee20 Spawn Egg", + "entity.resourcefulbees.direbee20_bee": "Direbee20", + "block.resourcefulbees.generikbee_honeycomb_block": "GenerikBee Honeycomb Block", + "item.resourcefulbees.generikbee_honeycomb": "GenerikBee Honeycomb", + "item.resourcefulbees.generikbee_bee_spawn_egg": "GenerikBee Spawn Egg", + "entity.resourcefulbees.generikbee_bee": "GenerikBee", + "fluid.resourcefulbees.rocket_honey": "Ridge Runner's Rockin Rocket Honey", + "item.resourcefulbees.rocket_honey_bottle": "Ridge Runner's Rockin Rocket Honey Bottle", + "item.resourcefulbees.rocket_honey_fluid_bucket": "Ridge Runner's Rockin Rocket Honey Bucket", + "block.resourcefulbees.rocket_honey_block": "Ridge Runner's Rockin Rocket Honey Block", + "block.resourcefulbees.pcbee_honeycomb_block": "PCBee Honeycomb Block", + "item.resourcefulbees.pcbee_honeycomb": "PCBee Honeycomb", + "item.resourcefulbees.pcbee_bee_spawn_egg": "PCBee Spawn Egg", + "entity.resourcefulbees.pcbee_bee": "PCBee", + "trait.resourcefulbees.blitz": "Blitz", + "trait.resourcefulbees.blizz": "Blizz", + "trait.resourcefulbees.basalz": "Basalz", + "trait.resourcefulbees.sedimentary": "Sedimentary", + "trait.resourcefulbees.spider": "Spider" +} From 5994e8cde59bd00cf4f1c276068f8677c81edfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:23 +0200 Subject: [PATCH 110/142] New translations en_us.json (Chinese Simplified) --- kubejs/assets/enigmatica/lang/zh_cn.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/assets/enigmatica/lang/zh_cn.json diff --git a/kubejs/assets/enigmatica/lang/zh_cn.json b/kubejs/assets/enigmatica/lang/zh_cn.json new file mode 100644 index 0000000000..2b14e8a6f3 --- /dev/null +++ b/kubejs/assets/enigmatica/lang/zh_cn.json @@ -0,0 +1,44 @@ +{ + "domain.enigmatica.display_name": "Enigmatica 6", + "block.minecraft.nether_portal.name": "Nether Portal", + "block.minecraft.stonecutter": "Stonecutter", + "container.stonecutter": "Stonecutter", + "block.tetra.hammer_head": "Hammer head", + "curios.identifier.goggles": "Goggles", + "entity.minecraft.villager.beekeeper": "Beekeeper", + "entity.minecraft.villager.immersiveengineering.gunsmith": "Gunsmith", + "entity.minecraft.villager.immersiveengineering:outfitter": "Outfitter", + "entity.minecraft.villager.immersiveengineering:electrician": "Electrician", + "entity.minecraft.villager.immersiveengineering:machinist": "Machinist", + "entity.minecraft.villager.immersiveengineering:engineer": "Engineer", + "entity.minecraft.villager.pneumaticcraft:mechanic": "Mechanic", + "entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist", + "entity.projectvibrantjourneys.frog": "Frog", + "desc.immersiveengineering.info.mineral.abyssalite": "Abyssalite", + "desc.immersiveengineering.info.mineral.kimberlite": "Kimberlite", + "desc.immersiveengineering.info.mineral.thymarian_fossil_bed": "Thymarian Fossil Bed", + "desc.immersiveengineering.info.mineral.prismatic_xyloretinite": "Prismatic Xyloretinite", + "desc.immersiveengineering.info.mineral.cloggranite": "Cloggranite", + "desc.immersiveengineering.info.mineral.erythrite": "Erythrite", + "desc.immersiveengineering.info.mineral.camlannite": "Camlannite", + "desc.immersiveengineering.info.mineral.myrddinite": "Myrddinite", + "desc.immersiveengineering.info.mineral.vivacious_metamorphic_rock": "Vivacious Metamorphic Rock", + "desc.immersiveengineering.info.mineral.arid_metamorphic_rock": "Arid Metamorphic Rock", + "desc.immersiveengineering.info.mineral.prismatic_corundum_cluster": "Prismatic Corundum Cluster", + "desc.immersiveengineering.info.mineral.horodric_digsite": "Horodric Digsite", + "desc.immersiveengineering.info.mineral.naqada": "Naqada", + "advancements.enigmatica.husbandry.tame_all_animals.title": "Zoology", + "advancements.enigmatica.husbandry.tame_all_animals.description": "Tame every animal there is to tame!", + "block.naturesaura.infused_iron_block": "Infused Sunmetal Block", + "item.naturesaura.infused_iron": "Infused Sunmetal Ingot", + "block.eidolon.candle": "Consecrated Candle", + "block.eidolon.candlestick": "Consecrated Candlestick", + "block.occultism.candle_white": "Profaned Candle", + "item.occultism.otherstone_tablet": "Otherstone Slate", + "item.bloodmagic.demonwillgauge": "Demonic Will Gauge", + "item.bloodmagic.corrupted_dust": "Demonic Will Crystal Powder", + "item.bloodmagic.corrupted_tinydust": "Tiny Demonic Will Crystal Powder", + "fluid.undergarden.virulent_mix_source": "Virulent Mix", + "fluid.bloodmagic.life_essence_fluid": "Life Essence", + "": "" +} From 001057cf1d4e2a5a1248fc02570a062dd56f97d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:24 +0200 Subject: [PATCH 111/142] New translations en_us.json (French) --- kubejs/assets/kubejs/lang/fr_fr.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/fr_fr.json diff --git a/kubejs/assets/kubejs/lang/fr_fr.json b/kubejs/assets/kubejs/lang/fr_fr.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/fr_fr.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 69fb2da2f8dcd6db8f6505b537a78841f94835a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:25 +0200 Subject: [PATCH 112/142] New translations en_us.json (Chinese Traditional) --- kubejs/assets/mythicbotany/lang/zh_tw.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/zh_tw.json diff --git a/kubejs/assets/mythicbotany/lang/zh_tw.json b/kubejs/assets/mythicbotany/lang/zh_tw.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/zh_tw.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From 5680a84d88e58a89a27987cd64b2435ef5022ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:26 +0200 Subject: [PATCH 113/142] New translations en_us.json (Spanish) --- kubejs/assets/mythicbotany/lang/es_es.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/es_es.json diff --git a/kubejs/assets/mythicbotany/lang/es_es.json b/kubejs/assets/mythicbotany/lang/es_es.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/es_es.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From f743f208789b8a7a8115c352a22a4156fde75dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:27 +0200 Subject: [PATCH 114/142] New translations en_us.json (Chinese Simplified) --- kubejs/assets/mythicbotany/lang/zh_cn.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/zh_cn.json diff --git a/kubejs/assets/mythicbotany/lang/zh_cn.json b/kubejs/assets/mythicbotany/lang/zh_cn.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/zh_cn.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From 713666a7f8b4c9058db191c48d509187acbb3090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:27 +0200 Subject: [PATCH 115/142] New translations en_us.json (Swedish) --- kubejs/assets/mythicbotany/lang/sv_se.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/sv_se.json diff --git a/kubejs/assets/mythicbotany/lang/sv_se.json b/kubejs/assets/mythicbotany/lang/sv_se.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/sv_se.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From 493caf69997d44e7294b26b9f83928f54261243d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:28 +0200 Subject: [PATCH 116/142] New translations en_us.json (Russian) --- kubejs/assets/mythicbotany/lang/ru_ru.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/ru_ru.json diff --git a/kubejs/assets/mythicbotany/lang/ru_ru.json b/kubejs/assets/mythicbotany/lang/ru_ru.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/ru_ru.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From ad59fb206d45276d9b21d3dfb4744fb42b7d722e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:29 +0200 Subject: [PATCH 117/142] New translations en_us.json (Norwegian) --- kubejs/assets/mythicbotany/lang/no_no.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/no_no.json diff --git a/kubejs/assets/mythicbotany/lang/no_no.json b/kubejs/assets/mythicbotany/lang/no_no.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/no_no.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From e970ae0645e6e0b0129bc4ca15beb9247e089ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:30 +0200 Subject: [PATCH 118/142] New translations en_us.json (Dutch) --- kubejs/assets/mythicbotany/lang/nl_nl.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/nl_nl.json diff --git a/kubejs/assets/mythicbotany/lang/nl_nl.json b/kubejs/assets/mythicbotany/lang/nl_nl.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/nl_nl.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From 00d061e5c30aff0e6a4ce4a75766d38518f79e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:30 +0200 Subject: [PATCH 119/142] New translations en_us.json (Korean) --- kubejs/assets/mythicbotany/lang/ko_kr.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/ko_kr.json diff --git a/kubejs/assets/mythicbotany/lang/ko_kr.json b/kubejs/assets/mythicbotany/lang/ko_kr.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/ko_kr.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From c12c42f6a189dfb84b486c70a93b8bd4efddf334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:31 +0200 Subject: [PATCH 120/142] New translations en_us.json (Japanese) --- kubejs/assets/mythicbotany/lang/ja_jp.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/ja_jp.json diff --git a/kubejs/assets/mythicbotany/lang/ja_jp.json b/kubejs/assets/mythicbotany/lang/ja_jp.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/ja_jp.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From f4eff469b69b0973ce015ee3369604dd0e3b352e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:32 +0200 Subject: [PATCH 121/142] New translations en_us.json (Italian) --- kubejs/assets/mythicbotany/lang/it_it.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/it_it.json diff --git a/kubejs/assets/mythicbotany/lang/it_it.json b/kubejs/assets/mythicbotany/lang/it_it.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/it_it.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From dd7416bceba49fa3127df30ba488d58b62cf4109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:33 +0200 Subject: [PATCH 122/142] New translations en_us.json (German) --- kubejs/assets/mythicbotany/lang/de_de.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/de_de.json diff --git a/kubejs/assets/mythicbotany/lang/de_de.json b/kubejs/assets/mythicbotany/lang/de_de.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/de_de.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From b03fa2f933e6e5b2d25908258da2afee95d68dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:34 +0200 Subject: [PATCH 123/142] New translations en_us.json (Danish) --- kubejs/assets/mythicbotany/lang/da_dk.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/da_dk.json diff --git a/kubejs/assets/mythicbotany/lang/da_dk.json b/kubejs/assets/mythicbotany/lang/da_dk.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/da_dk.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From 0258607492f1eee07d08e61a1a20e13d1d311b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:35 +0200 Subject: [PATCH 124/142] New translations en_us.json (Arabic) --- kubejs/assets/mythicbotany/lang/ar_sa.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/ar_sa.json diff --git a/kubejs/assets/mythicbotany/lang/ar_sa.json b/kubejs/assets/mythicbotany/lang/ar_sa.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/ar_sa.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From ad11128eb9ef2c8dce09665922418485e6a93c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:35 +0200 Subject: [PATCH 125/142] New translations en_us.json (Afrikaans) --- kubejs/assets/mythicbotany/lang/af_za.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/af_za.json diff --git a/kubejs/assets/mythicbotany/lang/af_za.json b/kubejs/assets/mythicbotany/lang/af_za.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/af_za.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From e25f0291f51f2449eeb8459c8cf9d56ece406e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:36 +0200 Subject: [PATCH 126/142] New translations en_us.json (French) --- kubejs/assets/mythicbotany/lang/fr_fr.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 kubejs/assets/mythicbotany/lang/fr_fr.json diff --git a/kubejs/assets/mythicbotany/lang/fr_fr.json b/kubejs/assets/mythicbotany/lang/fr_fr.json new file mode 100644 index 0000000000..6ab57d9c7a --- /dev/null +++ b/kubejs/assets/mythicbotany/lang/fr_fr.json @@ -0,0 +1,95 @@ +{ + "itemGroup.mythicbotany": "MythicBotany", + "item.mythicbotany.asgard_rune": "Rune of Asgard", + "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", + "item.mythicbotany.alfheim_rune": "Rune of Alfheim", + "item.mythicbotany.midgard_rune": "Rune of Midgard", + "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", + "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", + "item.mythicbotany.niflheim_rune": "Rune of Niflheim", + "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", + "item.mythicbotany.helheim_rune": "Rune of Helheim", + "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", + "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", + "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", + "item.mythicbotany.alfsteel_sword": "Alf Blade", + "item.mythicbotany.alfsteel_pick": "Alf Shatterer", + "item.mythicbotany.alfsteel_axe": "Alf Truncator", + "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", + "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", + "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", + "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", + "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", + "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", + "item.mythicbotany.faded_nether_star": "Faded Nether Star", + "item.mythicbotany.fire_ring": "Ring of Muspelheim", + "item.mythicbotany.ice_ring": "Ring of Niflheim", + "block.mythicbotany.mana_infuser": "Mana-Infuser", + "block.mythicbotany.alfsteel_block": "Block of Alfsteel", + "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", + "block.mythicbotany.mana_collector": "Mana Collector", + "block.mythicbotany.exoblaze": "Exoblaze", + "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", + "block.mythicbotany.wither_aconite": "Wither Aconite", + "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", + "block.mythicbotany.aquapanthus": "Aquapanthus", + "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", + "block.mythicbotany.hellebore": "Hellebore", + "block.mythicbotany.hellebore_floating": "Floating Hellebore", + "block.mythicbotany.raindeletia": "Raindeltia", + "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", + "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", + "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", + "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", + "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", + "block.mythicbotany.exoblaze.description": "Blazing!", + "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", + "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", + "block.mythicbotany.hellebore.description": "It feels like Helheim.", + "block.mythicbotany.raindeletia.description": "Rain is not a pain.", + "lexicon.mythicbotany.title": "MythicBotany", + "lexicon.mythicbotany.description": "Dive deeper into the world of magic", + "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", + "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", + "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", + "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", + "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", + "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", + "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", + "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", + "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", + "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", + "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", + "lexicon.mythicbotany.infuser.title": "The Mana Infuser", + "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", + "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", + "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", + "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", + "lexicon.mythicbotany.tools.title": "Alfsteel Tools", + "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", + "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", + "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", + "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", + "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", + "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", + "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", + "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", + "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", + "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", + "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", + "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", + "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", + "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", + "lexicon.mythicbotany.wand.title": "Dreamwood Wands", + "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", + "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", + "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", + "lexicon.mythicbotany.generating.title": "Generating Flora", + "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", + "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", + "lexicon.mythicbotany.functional.title": "Functional Flora", + "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", + "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", + "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." +} From ab81ea52c22eedfcb7d54d5e9d9f7c985ab51381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:37 +0200 Subject: [PATCH 127/142] New translations en_us.json (Spanish) --- kubejs/assets/kubejs/lang/es_es.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/es_es.json diff --git a/kubejs/assets/kubejs/lang/es_es.json b/kubejs/assets/kubejs/lang/es_es.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/es_es.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 9d2c44b1f8069bdd1ae8aa0f6a6c52af3cd9baaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:39 +0200 Subject: [PATCH 128/142] New translations en_us.json (Chinese Traditional) --- kubejs/assets/kubejs/lang/zh_tw.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/zh_tw.json diff --git a/kubejs/assets/kubejs/lang/zh_tw.json b/kubejs/assets/kubejs/lang/zh_tw.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/zh_tw.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 7317e19c67df0015673b5a80fff63c4f7923f08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:40 +0200 Subject: [PATCH 129/142] New translations en_us.json (Chinese Simplified) --- kubejs/assets/kubejs/lang/zh_cn.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/zh_cn.json diff --git a/kubejs/assets/kubejs/lang/zh_cn.json b/kubejs/assets/kubejs/lang/zh_cn.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/zh_cn.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From f16e04d3ff407538529afb866c6c7c22db1845fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:41 +0200 Subject: [PATCH 130/142] New translations en_us.json (Swedish) --- kubejs/assets/kubejs/lang/sv_se.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/sv_se.json diff --git a/kubejs/assets/kubejs/lang/sv_se.json b/kubejs/assets/kubejs/lang/sv_se.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/sv_se.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 22171855431c0e6d080bf82ee30943e0b6012ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:42 +0200 Subject: [PATCH 131/142] New translations en_us.json (Russian) --- kubejs/assets/kubejs/lang/ru_ru.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/ru_ru.json diff --git a/kubejs/assets/kubejs/lang/ru_ru.json b/kubejs/assets/kubejs/lang/ru_ru.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/ru_ru.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 45bb4fc8296715b6c507a4c2f2118c639a673d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:42 +0200 Subject: [PATCH 132/142] New translations en_us.json (Norwegian) --- kubejs/assets/kubejs/lang/no_no.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/no_no.json diff --git a/kubejs/assets/kubejs/lang/no_no.json b/kubejs/assets/kubejs/lang/no_no.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/no_no.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 6b7113bff760445f70aab4fa44a60c9f65a643fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:43 +0200 Subject: [PATCH 133/142] New translations en_us.json (Dutch) --- kubejs/assets/kubejs/lang/nl_nl.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/nl_nl.json diff --git a/kubejs/assets/kubejs/lang/nl_nl.json b/kubejs/assets/kubejs/lang/nl_nl.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/nl_nl.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 274478b492782f9c1f3f56a890a9edb6bc86344f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:44 +0200 Subject: [PATCH 134/142] New translations en_us.json (Korean) --- kubejs/assets/kubejs/lang/ko_kr.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/ko_kr.json diff --git a/kubejs/assets/kubejs/lang/ko_kr.json b/kubejs/assets/kubejs/lang/ko_kr.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/ko_kr.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From ff0c55416a0279c3f78ab4c4ea306126acf1f3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:45 +0200 Subject: [PATCH 135/142] New translations en_us.json (Japanese) --- kubejs/assets/kubejs/lang/ja_jp.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/ja_jp.json diff --git a/kubejs/assets/kubejs/lang/ja_jp.json b/kubejs/assets/kubejs/lang/ja_jp.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/ja_jp.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 5b2c1c3e7591a36e1c9cf4691e3211bade7ad229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:46 +0200 Subject: [PATCH 136/142] New translations en_us.json (Italian) --- kubejs/assets/kubejs/lang/it_it.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/it_it.json diff --git a/kubejs/assets/kubejs/lang/it_it.json b/kubejs/assets/kubejs/lang/it_it.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/it_it.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From f401b42aa9bc79febf30ffa404df692b95ae3c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:46 +0200 Subject: [PATCH 137/142] New translations en_us.json (German) --- kubejs/assets/kubejs/lang/de_de.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/de_de.json diff --git a/kubejs/assets/kubejs/lang/de_de.json b/kubejs/assets/kubejs/lang/de_de.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/de_de.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From dfdec4526dcd49951963aff36a413091248f6fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:47 +0200 Subject: [PATCH 138/142] New translations en_us.json (Danish) --- kubejs/assets/kubejs/lang/da_dk.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/da_dk.json diff --git a/kubejs/assets/kubejs/lang/da_dk.json b/kubejs/assets/kubejs/lang/da_dk.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/da_dk.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 3a17c70a3089fe81d4696d9cbac093dc41c2008b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:48 +0200 Subject: [PATCH 139/142] New translations en_us.json (Arabic) --- kubejs/assets/kubejs/lang/ar_sa.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/ar_sa.json diff --git a/kubejs/assets/kubejs/lang/ar_sa.json b/kubejs/assets/kubejs/lang/ar_sa.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/ar_sa.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From 9c974c327a1685293951dff8ae55088606d34bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:49 +0200 Subject: [PATCH 140/142] New translations en_us.json (Afrikaans) --- kubejs/assets/kubejs/lang/af_za.json | 257 +++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 kubejs/assets/kubejs/lang/af_za.json diff --git a/kubejs/assets/kubejs/lang/af_za.json b/kubejs/assets/kubejs/lang/af_za.json new file mode 100644 index 0000000000..31ff00f723 --- /dev/null +++ b/kubejs/assets/kubejs/lang/af_za.json @@ -0,0 +1,257 @@ +{ + "item.kubejs.rare_lootbox": "Rare Loot Box", + "item.kubejs.epic_lootbox": "Epic Loot Box", + "item.kubejs.legendary_lootbox": "Legendary Loot Box", + "item.kubejs.miners_delight": "Miner's Delight", + "item.kubejs.sorcerers_delight": "Sorcerer's Delight", + "item.kubejs.farmers_delight": "Farmer's Delight", + "item.kubejs.blacksmiths_delight": "Blacksmith's Delight", + "item.kubejs.scavengers_delight": "Scavenger's Delight", + "item.kubejs.alchemists_delight": "Alchemist's Delight", + "item.kubejs.altered_recipe_indicator": "Altered Recipe", + "item.kubejs.disabled_recipe_indicator": "Disabled Recipe", + "item.kubejs.observatory_lens": "Observatory Lens", + "item.kubejs.syrup_bottle": "Syrup Bottle", + "item.kubejs.cutting_essence": "Cutting Essence", + "item.kubejs.coarse_lapis_lazuli_compound": "Coarse Lapis Lazuli Compound", + "item.kubejs.smoldering_lapis_lazuli_compound": "Smoldering Lapis Lazuli Compound", + "item.kubejs.amadron_survey_tools": "Amadron Survey Tools", + "item.kubejs.spirit_heat_exchanger": "Maxwellian Heat Exchanger", + "item.kubejs.spirit_heat_exchanger.occultism_spirit_tooltip": "%s resides within, ever vigilant against entropy.", + "item.magicfeather.magicfeather.occultism_spirit_tooltip": "%s is bound to this feather.", + "item.bloodmagic.soulsword.occultism_spirit_tooltip": "%s is bound to this sword.", + "item.bloodmagic.soulaxe.occultism_spirit_tooltip": "%s is bound to this axe.", + "item.bloodmagic.soulpickaxe.occultism_spirit_tooltip": "%s is bound to this pickaxe.", + "item.bloodmagic.soulshovel.occultism_spirit_tooltip": "%s is bound to this shovel.", + "item.bloodmagic.soulscythe.occultism_spirit_tooltip": "%s is bound to this scythe.", + "block.kubejs.firmament": "Firmament", + "item.kubejs.quintuple_alfsteel_ingot": "Quintuple Alfsteel Ingot", + "ritual.occultism.sacrifice.deer": "Deer", + "ritual.occultism.sacrifice.cephalopods": "Cephalopod", + "ritual.occultism.sacrifice.thrashers": "Thrasher", + "ritual.occultism.sacrifice.dragons": "Ender Dragon", + "item.kubejs.craft_magical_feathers": "Ritual: Craft Magical Feathers.", + "item.kubejs.craft_magical_feathers.tooltip": "Binds the Spirit of the Ender Dragon to grant Creative Flight.", + "ritual.enigmatica.occultism/ritual/magical_feathers.started": "The Binding of the Ender Dragon has begun.", + "ritual.enigmatica.occultism/ritual/magical_feathers.finished": "The Ender Dragon has beem bound successfully ", + "ritual.enigmatica.occultism/ritual/magical_feathers.interrupted": "Binding of the Ender Dragon Ritual Interrupted.", + "ritual.enigmatica.occultism/ritual/magical_feathers.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_magicfeather": "Ritual: Craft Magic Feather.", + "item.kubejs.craft_magicfeather.tooltip": "Binds a Djinni into a specially prepared feather to grant flight near active Beacons.", + "ritual.enigmatica.occultism/ritual/magicfeather.started": "The Ritual of Flight has begun.", + "ritual.enigmatica.occultism/ritual/magicfeather.finished": "The Ritual of Flight has finished successfully.", + "ritual.enigmatica.occultism/ritual/magicfeather.interrupted": "Ritual of Flight Interrupted.", + "ritual.enigmatica.occultism/ritual/magicfeather.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.summon_pharaoh": "Ritual: Summon Pharaoh.", + "item.kubejs.summon_pharaoh.tooltip": "Summon the mighty Pharaohs of Atum.", + "ritual.enigmatica.occultism/ritual/pharaoh.started": "Started summoning Pharaoh.", + "ritual.enigmatica.occultism/ritual/pharaoh.finished": "Summoned Pharaoh successfully.", + "ritual.enigmatica.occultism/ritual/pharaoh.interrupted": "Summoning of Pharaoh interrupted.", + "ritual.enigmatica.occultism/ritual/pharaoh.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_spirit_heat_exchanger": "Ritual: Craft Maxwellian Heat Exchanger", + "item.kubejs.craft_spirit_heat_exchanger.tooltip": "Fission, brought to you by the Spirits of the Otherworld.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.started": "Started binding Maxwell's Spirit.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.finished": "Maxwell's Spirit bound successfully.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.interrupted": "Maxwell's Spirit interrupted.", + "ritual.enigmatica.occultism/ritual/spirit_heat_exchanger.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulsword": "Ritual: Craft Sentient Sword.", + "item.kubejs.craft_soulsword.tooltip": "Bind a spirit into a Sentient Sword", + "ritual.enigmatica.occultism/ritual/soulsword.started": "Started binding djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.finished": "Successfully bound djinni into Sentinent Sword.", + "ritual.enigmatica.occultism/ritual/soulsword.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulsword.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulaxe": "Ritual: Craft Sentient Axe.", + "item.kubejs.craft_soulaxe.tooltip": "Bind a spirit into a Sentient Axe", + "ritual.enigmatica.occultism/ritual/soulaxe.started": "Started binding djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.finished": "Successfully bound djinni into Sentinent Axe.", + "ritual.enigmatica.occultism/ritual/soulaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulpickaxe": "Ritual: Craft Sentient Pickaxe.", + "item.kubejs.craft_soulpickaxe.tooltip": "Bind a spirit into a Sentient Pickaxe", + "ritual.enigmatica.occultism/ritual/soulpickaxe.started": "Started binding djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.finished": "Successfully bound djinni into Sentinent Pickaxe.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulpickaxe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulshovel": "Ritual: Craft Sentient Shovel.", + "item.kubejs.craft_soulshovel.tooltip": "Bind a spirit into a Sentient Shovel", + "ritual.enigmatica.occultism/ritual/soulshovel.started": "Started binding djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.finished": "Successfully bound djinni into Sentinent Shovel.", + "ritual.enigmatica.occultism/ritual/soulshovel.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulshovel.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.craft_soulscythe": "Ritual: Craft Sentient Scythe.", + "item.kubejs.craft_soulscythe.tooltip": "Bind a spirit into a Sentient Scythe", + "ritual.enigmatica.occultism/ritual/soulscythe.started": "Started binding djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.finished": "Successfully bound djinni into Sentinent Scythe.", + "ritual.enigmatica.occultism/ritual/soulscythe.interrupted": "Binding of djinni interrupted.", + "ritual.enigmatica.occultism/ritual/soulscythe.conditions": "Not all requirements for this ritual are met.", + "item.kubejs.suffused_aluminum": "Mana Suffused Aluminum Chunk", + "item.kubejs.suffused_cloggrum": "Mana Suffused Cloggrum Chunk", + "item.kubejs.suffused_cobalt": "Mana Suffused Cobalt Chunk", + "item.kubejs.suffused_copper": "Mana Suffused Copper Chunk", + "item.kubejs.suffused_froststeel": "Mana Suffused Froststeel Chunk", + "item.kubejs.suffused_gold": "Mana Suffused Gold Chunk", + "item.kubejs.suffused_iesnium": "Mana Suffused Iesnium Chunk", + "item.kubejs.suffused_iron": "Mana Suffused Iron Chunk", + "item.kubejs.suffused_lead": "Mana Suffused Lead Chunk", + "item.kubejs.suffused_nebu": "Mana Suffused Nebu Chunk", + "item.kubejs.suffused_nickel": "Mana Suffused Nickel Chunk", + "item.kubejs.suffused_osmium": "Mana Suffused Osmium Chunk", + "item.kubejs.suffused_regalium": "Mana Suffused Regalium Chunk", + "item.kubejs.suffused_silver": "Mana Suffused Silver Chunk", + "item.kubejs.suffused_thallasium": "Mana Suffused Thallasium Chunk", + "item.kubejs.suffused_tin": "Mana Suffused Tin Chunk", + "item.kubejs.suffused_uranium": "Mana Suffused Uranium Chunk", + "item.kubejs.suffused_utherium": "Mana Suffused Utherium Chunk", + "item.kubejs.suffused_zinc": "Mana Suffused Zinc Chunk", + "item.kubejs.fulminated_aluminum": "Fulminated Aluminum Cluster", + "item.kubejs.fulminated_cloggrum": "Fulminated Cloggrum Cluster", + "item.kubejs.fulminated_cobalt": "Fulminated Cobalt Cluster", + "item.kubejs.fulminated_copper": "Fulminated Copper Cluster", + "item.kubejs.fulminated_froststeel": "Fulminated Froststeel Cluster", + "item.kubejs.fulminated_gold": "Fulminated Gold Cluster", + "item.kubejs.fulminated_iesnium": "Fulminated Iesnium Cluster", + "item.kubejs.fulminated_iron": "Fulminated Iron Cluster", + "item.kubejs.fulminated_lead": "Fulminated Lead Cluster", + "item.kubejs.fulminated_nebu": "Fulminated Nebu Cluster", + "item.kubejs.fulminated_nickel": "Fulminated Nickel Cluster", + "item.kubejs.fulminated_osmium": "Fulminated Osmium Cluster", + "item.kubejs.fulminated_regalium": "Fulminated Regalium Cluster", + "item.kubejs.fulminated_silver": "Fulminated Silver Cluster", + "item.kubejs.fulminated_thallasium": "Fulminated Thallasium Cluster", + "item.kubejs.fulminated_tin": "Fulminated Tin Cluster", + "item.kubejs.fulminated_uranium": "Fulminated Uranium Cluster", + "item.kubejs.fulminated_utherium": "Fulminated Utherium Cluster", + "item.kubejs.fulminated_zinc": "Fulminated Zinc Cluster", + "item.kubejs.levigated_aluminum": "Levigated Aluminum Powder", + "item.kubejs.levigated_cloggrum": "Levigated Cloggrum Powder", + "item.kubejs.levigated_cobalt": "Levigated Cobalt Powder", + "item.kubejs.levigated_copper": "Levigated Copper Powder", + "item.kubejs.levigated_froststeel": "Levigated Froststeel Powder", + "item.kubejs.levigated_gold": "Levigated Gold Powder", + "item.kubejs.levigated_iesnium": "Levigated Iesnium Powder", + "item.kubejs.levigated_iron": "Levigated Iron Powder", + "item.kubejs.levigated_lead": "Levigated Lead Powder", + "item.kubejs.levigated_nebu": "Levigated Nebu Powder", + "item.kubejs.levigated_nickel": "Levigated Nickel Powder", + "item.kubejs.levigated_osmium": "Levigated Osmium Powder", + "item.kubejs.levigated_regalium": "Levigated Regalium Powder", + "item.kubejs.levigated_silver": "Levigated Silver Powder", + "item.kubejs.levigated_thallasium": "Levigated Thallasium Powder", + "item.kubejs.levigated_tin": "Levigated Tin Powder", + "item.kubejs.levigated_uranium": "Levigated Uranium Powder", + "item.kubejs.levigated_utherium": "Levigated Utherium Powder", + "item.kubejs.levigated_zinc": "Levigated Zinc Powder", + "item.kubejs.sliver_aluminum": "Crystalline Aluminum Sliver", + "item.kubejs.sliver_cloggrum": "Crystalline Cloggrum Sliver", + "item.kubejs.sliver_cobalt": "Crystalline Cobalt Sliver", + "item.kubejs.sliver_copper": "Crystalline Copper Sliver", + "item.kubejs.sliver_froststeel": "Crystalline Froststeel Sliver", + "item.kubejs.sliver_gold": "Crystalline Gold Sliver", + "item.kubejs.sliver_iesnium": "Crystalline Iesnium Sliver", + "item.kubejs.sliver_iron": "Crystalline Iron Sliver", + "item.kubejs.sliver_lead": "Crystalline Lead Sliver", + "item.kubejs.sliver_nebu": "Crystalline Nebu Sliver", + "item.kubejs.sliver_nickel": "Crystalline Nickel Sliver", + "item.kubejs.sliver_osmium": "Crystalline Osmium Sliver", + "item.kubejs.sliver_regalium": "Crystalline Regalium Sliver", + "item.kubejs.sliver_silver": "Crystalline Silver Sliver", + "item.kubejs.sliver_thallasium": "Crystalline Thallasium Sliver", + "item.kubejs.sliver_tin": "Crystalline Tin Sliver", + "item.kubejs.sliver_uranium": "Crystalline Uranium Sliver", + "item.kubejs.sliver_utherium": "Crystalline Utherium Sliver", + "item.kubejs.sliver_zinc": "Crystalline Zinc Sliver", + "item.kubejs.rftools_machine_frame_parts": "Machine Frame Parts", + "item.kubejs.unassembled_rftools_machine_frame_top": "Unassembled Machine Frame Top", + "item.kubejs.unassembled_rftools_machine_frame": "Unassembled Machine Frame", + "item.kubejs.basic_circuit_package": "Basic Control Circuit Assembly Package", + "item.kubejs.basic_circuit_assembly": "Unpacked Basic Control Circuit Assembly Package", + "item.kubejs.superheated_steel_ingot": "Superheated Steel Ingot", + "block.kubejs.superheated_steel_block": "Superheated Block of Steel", + "item.kubejs.hot_compressed_iron_ingot": "Hot Compressed Iron Ingot", + "block.kubejs.hot_compressed_iron_block": "Hot Block of Compressed Iron", + "item.kubejs.dimensional_storage_crystal": "Dimensional Storage Crystal", + "item.kubejs.basic_lenses_package": "Basic Lens Assembly Package", + "item.kubejs.pneumatic_helmet_package": "Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_helmet_assembly": "Unpacked Pneumatic Helmet Assembly Package", + "item.kubejs.pneumatic_chestplate_package": "Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_chestplate_assembly": "Unpacked Pneumatic Chestplate Assembly Package", + "item.kubejs.pneumatic_leggings_package": "Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_leggings_assembly": "Unpacked Pneumatic Leggings Assembly Package", + "item.kubejs.pneumatic_boots_package": "Pneumatic Boots Assembly Package", + "item.kubejs.pneumatic_boots_assembly": "Unpacked Pneumatic Boots Assembly Package", + "item.kubejs.1k_storage_part_package": "1k Storage Part Assembly Package", + "item.kubejs.1k_storage_part_assembly": "Unpacked 1k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_package": "4k Storage Part Assembly Package", + "item.kubejs.4k_storage_part_assembly": "Unpacked 4k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_package": "16k Storage Part Assembly Package", + "item.kubejs.16k_storage_part_assembly": "Unpacked 16k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_package": "64k Storage Part Assembly Package", + "item.kubejs.64k_storage_part_assembly": "Unpacked 64k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_package": "256k Storage Part Assembly Package", + "item.kubejs.256k_storage_part_assembly": "Unpacked 256k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_package": "1024k Storage Part Assembly Package", + "item.kubejs.1024k_storage_part_assembly": "Unpacked 1024k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_package": "4096k Storage Part Assembly Package", + "item.kubejs.4096k_storage_part_assembly": "Unpacked 4096k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_package": "16384k Storage Part Assembly Package", + "item.kubejs.16384k_storage_part_assembly": "Unpacked 16384k Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_package": "64k Fluid Storage Part Assembly Package", + "item.kubejs.64k_fluid_storage_part_assembly": "Unpacked 64k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_package": "256k Fluid Storage Part Assembly Package", + "item.kubejs.256k_fluid_storage_part_assembly": "Unpacked 256k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_package": "1024k Fluid Storage Part Assembly Package", + "item.kubejs.1024k_fluid_storage_part_assembly": "Unpacked 1024k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_package": "4096k Fluid Storage Part Assembly Package", + "item.kubejs.4096k_fluid_storage_part_assembly": "Unpacked 4096k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_package": "16384k Fluid Storage Part Assembly Package", + "item.kubejs.16384k_fluid_storage_part_assembly": "Unpacked 16384k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_package": "65536k Fluid Storage Part Assembly Package", + "item.kubejs.65536k_fluid_storage_part_assembly": "Unpacked 65536k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_package": "262144k Fluid Storage Part Assembly Package", + "item.kubejs.262144k_fluid_storage_part_assembly": "Unpacked 262144k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_package": "1048576k Fluid Storage Part Assembly Package", + "item.kubejs.1048576k_fluid_storage_part_assembly": "Unpacked 1048576k Fluid Storage Part Assembly Package", + "item.kubejs.direhouse": "DireHouse", + "fluid.kubejs.molten_cobalt_bee": "Molten Cobalt Bee", + "fluid.kubejs.molten_aluminum_bee": "Molten Aluminum Bee", + "fluid.kubejs.liquid_slimy_bee": "Liquid Slimy Bee", + "fluid.kubejs.liquid_skyslime_bee": "Liquid Skyslime Bee", + "fluid.kubejs.liquid_ichor_bee": "Liquid Ichor Bee", + "fluid.kubejs.liquid_enderslime_bee": "Liquid Enderslime Bee", + "item.kubejs.molten_cobalt_bee_bucket": "Molten Cobalt Bee Bucket", + "item.kubejs.molten_aluminum_bee_bucket": "Molten Aluminum Bee Bucket", + "item.kubejs.liquid_slimy_bee_bucket": "Liquid Slimy Bee Bucket", + "item.kubejs.liquid_skyslime_bee_bucket": "Liquid Skyslime Bee Bucket", + "item.kubejs.liquid_ichor_bee_bucket": "Liquid Ichor Bee Bucket", + "item.kubejs.liquid_enderslime_bee_bucket": "Liquid Enderslime Bee Bucket", + "fluid.kubejs.molten_compressed_iron": "Molten Compressed Iron", + "fluid.kubejs.molten_infused_iron": "Molten Infused Iron", + "fluid.kubejs.molten_manasteel": "Molten Manasteel", + "fluid.kubejs.molten_blazing": "Molten Blazing Crystal", + "fluid.kubejs.molten_elementium": "Molten Elementium", + "fluid.kubejs.molten_energized_steel": "Molten Energized Steel", + "fluid.kubejs.molten_sky": "Molten Sky Metal", + "fluid.kubejs.molten_terminite": "Molten Terminite", + "fluid.kubejs.molten_terrasteel": "Molten Terrasteel", + "fluid.kubejs.molten_aeternium": "Molten Aeternium", + "fluid.kubejs.molten_alfsteel": "Molten Alfsteel", + "fluid.kubejs.molten_gaia_spirit": "Molten Gaia Spirit", + "fluid.kubejs.molten_niotic": "Molten Niotic Crystal", + "fluid.kubejs.molten_nitro": "Molten Nitro Crystal", + "fluid.kubejs.molten_spirited": "Molten Spirited Crystal", + "item.kubejs.molten_compressed_iron_bucket": "Molten Compressed Iron Bucket", + "item.kubejs.molten_infused_iron_bucket": "Molten Infused Iron Bucket", + "item.kubejs.molten_manasteel_bucket": "Molten Manasteel Bucket", + "item.kubejs.molten_blazing_bucket": "Molten Blazing Crystal Bucket", + "item.kubejs.molten_elementium_bucket": "Molten Elementium Bucket", + "item.kubejs.molten_energized_steel_bucket": "Molten Energized Steel Bucket", + "item.kubejs.molten_sky_bucket": "Molten Sky Metal Bucket", + "item.kubejs.molten_terminite_bucket": "Molten Terminite Bucket", + "item.kubejs.molten_terrasteel_bucket": "Molten Terrasteel Bucket", + "item.kubejs.molten_aeternium_bucket": "Molten Aeternium Bucket", + "item.kubejs.molten_alfsteel_bucket": "Molten Alfsteel Bucket", + "item.kubejs.molten_gaia_spirit_bucket": "Molten Gaia Spirit Bucket", + "item.kubejs.molten_niotic_bucket": "Molten Niotic Crystal Bucket", + "item.kubejs.molten_nitro_bucket": "Molten Nitro Crystal Bucket", + "item.kubejs.molten_spirited_bucket": "Molten Spirited Crystal Bucket" +} From ee0698c1ff2012babb03aaa306f1c5b63ace5bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 10 Oct 2021 11:08:49 +0200 Subject: [PATCH 141/142] New translations en_us.json (Chinese Traditional) --- packmenu/resources/assets/enigmatica/lang/zh_tw.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packmenu/resources/assets/enigmatica/lang/zh_tw.json diff --git a/packmenu/resources/assets/enigmatica/lang/zh_tw.json b/packmenu/resources/assets/enigmatica/lang/zh_tw.json new file mode 100644 index 0000000000..f79432eb37 --- /dev/null +++ b/packmenu/resources/assets/enigmatica/lang/zh_tw.json @@ -0,0 +1,10 @@ +{ + "packmenu.enigmatica.singleplayer": "Singleplayer", + "packmenu.enigmatica.multiplayer": "Multiplayer", + "packmenu.enigmatica.bisect": "Rent a Server", + "packmenu.enigmatica.options": "Options", + "packmenu.enigmatica.mods": "Mods", + "packmenu.enigmatica.github": "Report a Bug", + "packmenu.enigmatica.wiki": "Wiki", + "packmenu.enigmatica.quit": "Quit" +} From ccfcee4a5358169c6428052d287f9c00e9a5aab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 11 Oct 2021 19:44:54 +0200 Subject: [PATCH 142/142] Delete kubejs/assets/mythicbotany directory --- kubejs/assets/mythicbotany/lang/af_za.json | 95 ------------------ kubejs/assets/mythicbotany/lang/ar_sa.json | 95 ------------------ kubejs/assets/mythicbotany/lang/da_dk.json | 95 ------------------ kubejs/assets/mythicbotany/lang/de_de.json | 95 ------------------ kubejs/assets/mythicbotany/lang/en_us.json | 109 --------------------- kubejs/assets/mythicbotany/lang/es_es.json | 95 ------------------ kubejs/assets/mythicbotany/lang/fr_fr.json | 95 ------------------ kubejs/assets/mythicbotany/lang/it_it.json | 95 ------------------ kubejs/assets/mythicbotany/lang/ja_jp.json | 95 ------------------ kubejs/assets/mythicbotany/lang/ko_kr.json | 95 ------------------ kubejs/assets/mythicbotany/lang/nl_nl.json | 95 ------------------ kubejs/assets/mythicbotany/lang/no_no.json | 95 ------------------ kubejs/assets/mythicbotany/lang/ru_ru.json | 95 ------------------ kubejs/assets/mythicbotany/lang/sv_se.json | 95 ------------------ kubejs/assets/mythicbotany/lang/zh_cn.json | 95 ------------------ kubejs/assets/mythicbotany/lang/zh_tw.json | 95 ------------------ 16 files changed, 1534 deletions(-) delete mode 100644 kubejs/assets/mythicbotany/lang/af_za.json delete mode 100644 kubejs/assets/mythicbotany/lang/ar_sa.json delete mode 100644 kubejs/assets/mythicbotany/lang/da_dk.json delete mode 100644 kubejs/assets/mythicbotany/lang/de_de.json delete mode 100644 kubejs/assets/mythicbotany/lang/en_us.json delete mode 100644 kubejs/assets/mythicbotany/lang/es_es.json delete mode 100644 kubejs/assets/mythicbotany/lang/fr_fr.json delete mode 100644 kubejs/assets/mythicbotany/lang/it_it.json delete mode 100644 kubejs/assets/mythicbotany/lang/ja_jp.json delete mode 100644 kubejs/assets/mythicbotany/lang/ko_kr.json delete mode 100644 kubejs/assets/mythicbotany/lang/nl_nl.json delete mode 100644 kubejs/assets/mythicbotany/lang/no_no.json delete mode 100644 kubejs/assets/mythicbotany/lang/ru_ru.json delete mode 100644 kubejs/assets/mythicbotany/lang/sv_se.json delete mode 100644 kubejs/assets/mythicbotany/lang/zh_cn.json delete mode 100644 kubejs/assets/mythicbotany/lang/zh_tw.json diff --git a/kubejs/assets/mythicbotany/lang/af_za.json b/kubejs/assets/mythicbotany/lang/af_za.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/af_za.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/ar_sa.json b/kubejs/assets/mythicbotany/lang/ar_sa.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/ar_sa.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/da_dk.json b/kubejs/assets/mythicbotany/lang/da_dk.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/da_dk.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/de_de.json b/kubejs/assets/mythicbotany/lang/de_de.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/de_de.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/en_us.json b/kubejs/assets/mythicbotany/lang/en_us.json deleted file mode 100644 index 2efe741cf7..0000000000 --- a/kubejs/assets/mythicbotany/lang/en_us.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/es_es.json b/kubejs/assets/mythicbotany/lang/es_es.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/es_es.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/fr_fr.json b/kubejs/assets/mythicbotany/lang/fr_fr.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/fr_fr.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/it_it.json b/kubejs/assets/mythicbotany/lang/it_it.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/it_it.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/ja_jp.json b/kubejs/assets/mythicbotany/lang/ja_jp.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/ja_jp.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/ko_kr.json b/kubejs/assets/mythicbotany/lang/ko_kr.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/ko_kr.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/nl_nl.json b/kubejs/assets/mythicbotany/lang/nl_nl.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/nl_nl.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/no_no.json b/kubejs/assets/mythicbotany/lang/no_no.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/no_no.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/ru_ru.json b/kubejs/assets/mythicbotany/lang/ru_ru.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/ru_ru.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/sv_se.json b/kubejs/assets/mythicbotany/lang/sv_se.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/sv_se.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/zh_cn.json b/kubejs/assets/mythicbotany/lang/zh_cn.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/zh_cn.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -} diff --git a/kubejs/assets/mythicbotany/lang/zh_tw.json b/kubejs/assets/mythicbotany/lang/zh_tw.json deleted file mode 100644 index 6ab57d9c7a..0000000000 --- a/kubejs/assets/mythicbotany/lang/zh_tw.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "itemGroup.mythicbotany": "MythicBotany", - "item.mythicbotany.asgard_rune": "Rune of Asgard", - "item.mythicbotany.vanaheim_rune": "Rune of Vanaheim", - "item.mythicbotany.alfheim_rune": "Rune of Alfheim", - "item.mythicbotany.midgard_rune": "Rune of Midgard", - "item.mythicbotany.joetunheim_rune": "Rune of Jötunheim", - "item.mythicbotany.muspelheim_rune": "Rune of Muspelheim", - "item.mythicbotany.niflheim_rune": "Rune of Niflheim", - "item.mythicbotany.nidavellir_rune": "Rune of Nidavellir", - "item.mythicbotany.helheim_rune": "Rune of Helheim", - "item.mythicbotany.alfsteel_ingot": "Alfsteel Ingot", - "item.mythicbotany.alfsteel_nugget": "Alfsteel Nugget", - "item.mythicbotany.alfsteel_armor_upgrade": "Double Alfsteel Ingot", - "item.mythicbotany.alfsteel_sword": "Alf Blade", - "item.mythicbotany.alfsteel_pick": "Alf Shatterer", - "item.mythicbotany.alfsteel_axe": "Alf Truncator", - "item.mythicbotany.alfsteel_helmet": "Alfsteel Helmet", - "item.mythicbotany.alfsteel_chestplate": "Alfsteel Chestplate", - "item.mythicbotany.alfsteel_leggings": "Alfsteel Leggings", - "item.mythicbotany.alfsteel_boots": "Alfsteel Boots", - "item.mythicbotany.mana_ring_greatest": "Greatest Band of Mana", - "item.mythicbotany.aura_ring_greatest": "Greatest Band of Aura", - "item.mythicbotany.faded_nether_star": "Faded Nether Star", - "item.mythicbotany.fire_ring": "Ring of Muspelheim", - "item.mythicbotany.ice_ring": "Ring of Niflheim", - "block.mythicbotany.mana_infuser": "Mana-Infuser", - "block.mythicbotany.alfsteel_block": "Block of Alfsteel", - "block.mythicbotany.alfsteel_pylon": "Alfsteel Pylon", - "block.mythicbotany.mana_collector": "Mana Collector", - "block.mythicbotany.exoblaze": "Exoblaze", - "block.mythicbotany.exoblaze_floating": "Floating Exoblaze", - "block.mythicbotany.wither_aconite": "Wither Aconite", - "block.mythicbotany.wither_aconite_floating": "Floating Wither Aconite", - "block.mythicbotany.aquapanthus": "Aquapanthus", - "block.mythicbotany.aquapanthus_floating": "Floating Aquapanthus", - "block.mythicbotany.hellebore": "Hellebore", - "block.mythicbotany.hellebore_floating": "Floating Hellebore", - "block.mythicbotany.raindeletia": "Raindeltia", - "block.mythicbotany.raindeletia_floating": "Floating Raindeltia", - "item.mythicbotany.alfsteel_helmet.description": "Makes you reach a little bit further.", - "item.mythicbotany.alfsteel_chestplate.description": "Gives you a fairly good knockback resistance", - "item.mythicbotany.alfsteel_leggings.description": "Makes you run faster.", - "item.mythicbotany.alfsteel_boots.description": "Makes you jump higher.", - "block.mythicbotany.exoblaze.description": "Blazing!", - "block.mythicbotany.wither_aconite.description": "It gobbles nether stars.", - "block.mythicbotany.aquapanthus.description": "Try it when it's dry.", - "block.mythicbotany.hellebore.description": "It feels like Helheim.", - "block.mythicbotany.raindeletia.description": "Rain is not a pain.", - "lexicon.mythicbotany.title": "MythicBotany", - "lexicon.mythicbotany.description": "Dive deeper into the world of magic", - "lexicon.mythicbotany.runes.title": "Runes of the Nine Worlds", - "lexicon.mythicbotany.runes.page1": "Runes representing the affinities of the $(thing)Nine World$(0) may now be crafted in the $(item) Runic Altar$(0). These new runes unlock great potential though they're dangerous if used carelessly.", - "lexicon.mythicbotany.runes.runeMidgard": "Midgard, the birth-place of humans.", - "lexicon.mythicbotany.runes.runeAlfheim": "Alfheim, home to the arboreal cities of the elves.", - "lexicon.mythicbotany.runes.runeNidavellir": "Nidavellir, filled with the great halls of the dwarves.", - "lexicon.mythicbotany.runes.runeJoetunheim": "Jötunheim, the place of origin of all giants.", - "lexicon.mythicbotany.runes.runeMuspelheim": "Muspelheim, a world of flame inhabited by fire giants.", - "lexicon.mythicbotany.runes.runeNiflheim": "Niflheim, rime covered plains home to frost giants.", - "lexicon.mythicbotany.runes.runeAsgard": "Asgard, where the Aesir rule from on-high.", - "lexicon.mythicbotany.runes.runeVanaheim": "Vanaheim, the lush plains where the Vanir keep court.", - "lexicon.mythicbotany.runes.runeHelheim": "Helheim, home to all in the end, the domain of the dead.", - "lexicon.mythicbotany.infuser.title": "The Mana Infuser", - "lexicon.mythicbotany.infuser.page1": "Creating Alfsteel is no trivial accomplishment and the $(l:botania:basics/terrasteel)Terrestrial Agglomeration Plate$() was not up to the task. The elves in Alfheim have devised an improved version capable of channeling the energies necessary fo all known mana-alloys. The Mana Infuser will not draw mana from a spark network automatically; a Dominant Augment is required.", - "lexicon.mythicbotany.infuser.page2": "Upgrading the Terrestrial Agglomeration Plate into a Mana Infuser.", - "lexicon.mythicbotany.infuser.page3": "The platform required by the Mana Infuser consists of Gold and Shimmerrock.", - "lexicon.mythicbotany.infuser.page4": "The process for creating Alfsteel is similar to that of Terrasteel, though it uses resources native to Alfheim. It requires a great deal more mana but can be used to create various powerful artifacts.", - "lexicon.mythicbotany.tools.title": "Alfsteel Tools", - "lexicon.mythicbotany.tools.page1": "Trade between worlds has created possibilities never previously dreamt of. The elves have been busy experimenting with the samples they've received. Their long labour has at last born fruit in the form of Alfsteel. Plating Terrasteel with this new alloy in a Smithing Table greatly enhances its already potent nature.", - "lexicon.mythicbotany.tools.page2": "It takes no small quantity of Alfsteel to plate Terrasteel implements.", - "lexicon.mythicbotany.tools.page3": "Nimble as the minds who devised it, and equally sharp.", - "lexicon.mythicbotany.tools.page4": "Capable of felling entire trees with a single strike, the Alf Truncator can also aid in collecting items by pressing Sneak + Right Click.", - "lexicon.mythicbotany.tools.page5": "A more voracious tool than the Terrashatterer that it's made from, breaking a cubic area for the same effort as before.", - "lexicon.mythicbotany.tools.page6": "The elves are well known for their magic and this helm is no exception, bestowing limited telekenises upon the wearer.$(p)Ancient Wills can also be bonded to it as with the Terrasteel Helm.", - "lexicon.mythicbotany.tools.page7": "Remain firmly grounded, while wearing this Chestplate even the strongest attack will struggle to displace the wearer.", - "lexicon.mythicbotany.tools.page8": "Mana courses through Alfsteel Leggings, making the wearer fleet of foot.", - "lexicon.mythicbotany.tools.page9": "This armor feels surprisingly light, despite it's seeming bulk. Jumping feels easier than before.", - "lexicon.mythicbotany.manaband.title": "Alfsteel Mana Bands", - "lexicon.mythicbotany.manaband.page1": "Plating a $(l:botania:baubles/mana_ring)Greater Band of Mana$() with Alfsteel in the smithing table greatly increases it's mana capacity, roughly doubling the already substantial reserve.", - "lexicon.mythicbotany.manaband.page2": "Similarly, the $(l:botania:baubles/aura_ring)Greater Band of Aura$() can be plated to grant a noticeable boost to its mana production.", - "lexicon.mythicbotany.pylon.title": "Alfsteel Pylons", - "lexicon.mythicbotany.pylon.page1": "The secret forge of Alfheim.$(p)Merely laying a damaged tool enchanted with Mending on an Alfsteel Pylon is enough for it to erupt in a fury of mana fueled flame, burning the mana stored within to quickly repair the item.$(p)Aim a Mana Spreader at it to deliver the necessary mana.", - "lexicon.mythicbotany.wand.title": "Dreamwood Wands", - "lexicon.mythicbotany.wand.page1": "For the discerning Botanist.$(p)Like Livingwood, Dreamwood may also be used to craft a Wand of the Forest.", - "lexicon.mythicbotany.muspelheim.page1": "Granting the bearer immunity to the forge flames of Muspelheim, as well as igniting foes who dare make a strike.", - "lexicon.mythicbotany.niflheim.page1": "The bearer may withstand the crushing power of ice and stone with this band and a chilling aura emanates from it, slowing all within reach.", - "lexicon.mythicbotany.generating.title": "Generating Flora", - "lexicon.mythicbotany.generating.page1": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page2": "$(thing)Disabled by Enigmatica 6$(0)", - "lexicon.mythicbotany.generating.page3": "At times, a Mana Spreader simply cannot keep up with mana as it's being produce. Generating Flora can instead be linked to a Mana Collector, allowing the mana to flow directly into a Spark network. A Spark and a Recessive Augment must be placed on the device.", - "lexicon.mythicbotany.functional.title": "Functional Flora", - "lexicon.mythicbotany.functional.page1": "The Exoblaze channels mana into nearby Brewing Stands, empowering them to work without fuel.", - "lexicon.mythicbotany.functional.page2": "Drawing from deep aquifers to fill nearby cauldrons and Petal Apothecaries.", - "lexicon.mythicbotany.functional.page3": "Making Piglins and Hoglins feel right at home, preventing their zombification while mana is supplied." -}