Skip to content

Commit

Permalink
Merge pull request #714 from refinedmods/crowdin-translations
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
raoulvdberge authored Nov 3, 2024
2 parents a743c31 + 7f7dd5e commit 2b058ba
Show file tree
Hide file tree
Showing 17 changed files with 1,345 additions and 818 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"block.refinedstorage.relay": "Relæ",
"block.refinedstorage.disk_interface": "Disk Grænseflade",
"block.refinedstorage.autocrafter": "Autocrafter",
"block.refinedstorage.autocrafter_manager": "Autocrafter Manager",
"gui.refinedstorage.controller.redstone_mode_help": "Når denne enhed er inaktiv, vil lagernetværket ikke være i stand til at bruge denne enhed som energikilde.",
"gui.refinedstorage.disk_drive.disks": "Diske",
"gui.refinedstorage.storage.redstone_mode_help": "Når denne enhed er inaktiv, vil det indeholdte lager ikke længere være tilgængeligt på lagernetværket.",
Expand Down Expand Up @@ -126,7 +127,7 @@
"gui.refinedstorage.scheduling_mode.random.help": "Brug et tilfældigt filter.",
"gui.refinedstorage.priority": "Prioritet",
"gui.refinedstorage.priority.storage_help": "Den rækkefølge, som lagernetværket vil indsætte eller udtrække ressourcer i, det højeste først.",
"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": "Konfigurer beløb",
"gui.refinedstorage.configure_amount.reset": "Reset",
"gui.refinedstorage.configure_amount.set": "Sæt",
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": "Provides the storage network with energy. Multiple are allowed in a single storage network.",
"item.refinedstorage.creative_controller.help": "Provides the storage network with an infinite source of energy.",
"item.refinedstorage.disk_drive.help": "Accepts storage disks to provide the storage network with storage space.",
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": "Stored: %s",
"misc.refinedstorage.stored_with_capacity": "Stored: %s / %s (%d%%)",
"misc.refinedstorage.total": "%d total",
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": "Connecting",
"advancements.refinedstorage.connecting.description": "Use Cable to connect devices with each other, or place devices against each other",
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"
}
Loading

0 comments on commit 2b058ba

Please sign in to comment.