Skip to content

Commit

Permalink
chore: update translation Indonesian from crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 1, 2024
1 parent 01c3bcf commit 7f7dd5e
Showing 1 changed file with 34 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"block.refinedstorage.relay": "Relay",
"block.refinedstorage.disk_interface": "Disk Interface",
"block.refinedstorage.autocrafter": "Autocrafter",
"block.refinedstorage.autocrafter_manager": "Autocrafter Manager",
"gui.refinedstorage.controller.redstone_mode_help": "Ketika peranagkat ini nonaktif, jaringan penyimpanan tidak dapat menggunakan perangkat ini sebagai sumber energi.",
"gui.refinedstorage.disk_drive.disks": "Cakram",
"gui.refinedstorage.storage.redstone_mode_help": "Ketika perangkat ini nonaktif, penyimpanan tidak akan dapat diakses dari dalam jaringan penyimpanan.",
Expand Down Expand Up @@ -126,7 +127,7 @@
"gui.refinedstorage.scheduling_mode.random.help": "Gunakan filter acak.",
"gui.refinedstorage.priority": "Prioritas",
"gui.refinedstorage.priority.storage_help": "Urutan dimana jaringan penyimpanan akan memasukkan atau mengekstrak sumber daya, mulai dari yang tertinggi.",
"gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the Autocrafter with the highest priority.",
"gui.refinedstorage.priority.crafter_help": "If multiple patterns exist for one resource, crafting tasks will prioritize the pattern in the autocrafter with the highest priority.",
"gui.refinedstorage.configure_amount": "Configure amount",
"gui.refinedstorage.configure_amount.reset": "Reset",
"gui.refinedstorage.configure_amount.set": "Set",
Expand Down Expand Up @@ -202,6 +203,8 @@
"gui.refinedstorage.autocrafter.lock_mode.lock_until_all_outputs_are_received": "Lock until all outputs are received",
"gui.refinedstorage.autocrafter.lock_mode.lock_until_high_redstone_signal": "Lock until high redstone signal",
"gui.refinedstorage.autocrafter.lock_mode.lock_until_low_redstone_signal": "Lock until low redstone signal",
"gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager": "Visible to the Autocrafter Manager",
"gui.refinedstorage.autocrafter.visible_to_the_autocrafter_manager.help": "If this is enabled, you will be able to manage this autocrafter in the Autocrafter Manager.",
"gui.refinedstorage.autocrafter.edit_name": "Edit",
"gui.refinedstorage.autocrafter.chained": "Chained",
"gui.refinedstorage.autocrafter.chained.help": "This autocrafter is part of a chain.",
Expand All @@ -215,6 +218,22 @@
"gui.refinedstorage.autocrafting_preview.available": "Available: %s",
"gui.refinedstorage.autocrafting_preview.to_craft": "To craft: %s",
"gui.refinedstorage.autocrafting_preview.missing": "Missing: %s",
"gui.refinedstorage.autocrafter_manager.search_mode": "Search mode",
"gui.refinedstorage.autocrafter_manager.search_mode.all": "All",
"gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.",
"gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs": "Pattern inputs",
"gui.refinedstorage.autocrafter_manager.search_mode.pattern_inputs.help": "Search in pattern inputs.",
"gui.refinedstorage.autocrafter_manager.search_mode.pattern_outputs": "Pattern outputs",
"gui.refinedstorage.autocrafter_manager.search_mode.pattern_outputs.help": "Search in pattern outputs.",
"gui.refinedstorage.autocrafter_manager.search_mode.autocrafter_names": "Autocrafter names",
"gui.refinedstorage.autocrafter_manager.search_mode.autocrafter_names.help": "Search in autocrafter names.",
"gui.refinedstorage.autocrafter_manager.view_type": "View type",
"gui.refinedstorage.autocrafter_manager.view_type.visible": "Visible",
"gui.refinedstorage.autocrafter_manager.view_type.visible.help": "Show all autocrafters that are visible to the Autocrafter Manager.",
"gui.refinedstorage.autocrafter_manager.view_type.not_full": "Not full",
"gui.refinedstorage.autocrafter_manager.view_type.not_full.help": "Show all autocrafters that are not full yet.",
"gui.refinedstorage.autocrafter_manager.view_type.all": "All",
"gui.refinedstorage.autocrafter_manager.view_type.all.help": "Show all autocrafters.",
"item.refinedstorage.controller.help": "Menyediakan energi ke jaringan penyimpanan. dapat digunakan beberapa kali dalam satu jaringan penyimpanan.",
"item.refinedstorage.creative_controller.help": "Menyediakan energi tidak terbatas ke jaringan penyimpanan.",
"item.refinedstorage.disk_drive.help": "Menerima cakram penyimpanan untuk menyediakan ruang penyimpanan kedalam jaringan penyimpanan.",
Expand Down Expand Up @@ -327,6 +346,7 @@
"item.refinedstorage.pattern": "Pattern",
"item.refinedstorage.pattern.fuzzy_mode": "Fuzzy mode",
"item.refinedstorage.pattern.help": "Used in autocrafting to store the recipe to be crafted. Use while crouching to clear.",
"item.refinedstorage.autocrafter_manager.help": "Allows managing all your autocrafters from a single interface.",
"misc.refinedstorage.stored": "Tersimpan: %s",
"misc.refinedstorage.stored_with_capacity": "Tersimpan: %s / %s (%d%%)",
"misc.refinedstorage.total": "Total %d",
Expand Down Expand Up @@ -396,7 +416,8 @@
"tag.item.refinedstorage.storage_disks": "Storage Disks",
"tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters",
"tag.item.refinedstorage.disk_interfaces": "Disk Interfaces",
"tag.item.refinedstorage.crafters": "Crafters",
"tag.item.refinedstorage.autocrafters": "Autocrafters",
"tag.item.refinedstorage.autocrafter_managers": "Autocrafter Managers",
"text.autoconfig.refinedstorage.title": "Refined Storage Configuration",
"refinedstorage.configuration.title": "Refined Storage Configuration",
"refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration",
Expand Down Expand Up @@ -597,6 +618,14 @@
"text.autoconfig.refinedstorage.option.autocrafter.energyUsage.tooltip": "The energy used by the Autocrafter.",
"text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern": "Energy usage per pattern",
"text.autoconfig.refinedstorage.option.autocrafter.energyUsagePerPattern.tooltip": "The additional energy used per pattern.",
"text.autoconfig.refinedstorage.option.autocrafterManager": "Autocrafter Manager",
"text.autoconfig.refinedstorage.option.autocrafterManager.tooltip": "Configuration for the Autocrafter Manager.",
"text.autoconfig.refinedstorage.option.autocrafterManager.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage.option.autocrafterManager.energyUsage.tooltip": "The energy used by the Autocrafter Manager.",
"text.autoconfig.refinedstorage.option.autocrafterManager.searchMode": "Search mode",
"text.autoconfig.refinedstorage.option.autocrafterManager.searchMode.tooltip": "The search mode.",
"text.autoconfig.refinedstorage.option.autocrafterManager.viewType": "View type",
"text.autoconfig.refinedstorage.option.autocrafterManager.viewType.tooltip": "The view type.",
"advancements.refinedstorage.root.description": "Use one or multiple Controllers in a storage network to provide your network with energy",
"advancements.refinedstorage.connecting": "Menyambungkan",
"advancements.refinedstorage.connecting.description": "Gunakan Kabel untuk menghubungkan perangkat satu sama lain, atau letakkan perangkat melawan satu sama lain",
Expand Down Expand Up @@ -641,5 +670,7 @@
"advancements.refinedstorage.conditional_connecting": "Conditional connecting",
"advancements.refinedstorage.conditional_connecting.description": "Turn entire sections of a storage network on or off and create new branches of your network with a Relay",
"advancements.refinedstorage.autocrafting": "Autocrafting",
"advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid"
"advancements.refinedstorage.autocrafting.description": "Automate crafting with an Autocrafter by using patterns created in a Pattern Grid",
"advancements.refinedstorage.managing_patterns": "Managing patterns",
"advancements.refinedstorage.managing_patterns.description": "Craft an Autocrafter Manager to manage your patterns in a centralized interface"
}

0 comments on commit 7f7dd5e

Please sign in to comment.