Skip to content

Commit

Permalink
chore: update translation French from crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jan 11, 2025
1 parent be9709b commit e9c6caf
Showing 1 changed file with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"mod.refinedstorage": "Stockage raffiné",
"mod.refinedstorage": "Refined Storage",
"block.refinedstorage.cable": "Câble",
"block.refinedstorage.disk_drive": "Lecteur de Disque",
"block.refinedstorage.machine_casing": "Boitier de Machine",
"block.refinedstorage.grid": "Grille",
"block.refinedstorage.pattern_grid": "Grille de paterne",
"block.refinedstorage.pattern_grid": "Grille de modèle",
"block.refinedstorage.crafting_grid": "Grille d’Artisanat",
"block.refinedstorage.controller": "Contrôleur",
"block.refinedstorage.creative_controller": "Contrôleur créatif",
Expand Down Expand Up @@ -36,7 +36,7 @@
"block.refinedstorage.relay": "Relais",
"block.refinedstorage.disk_interface": "Interface Disque",
"block.refinedstorage.autocrafter": "Autocrafteur",
"block.refinedstorage.autocrafter_manager": "Gestionnaire De Constructeur Automatique",
"block.refinedstorage.autocrafter_manager": "Gestionnaire de Constructeur Automatique",
"block.refinedstorage.autocrafting_monitor": "Autocrafting Monitor",
"gui.refinedstorage.controller.redstone_mode_help": "Lorsque ce périphérique est inactif, le réseau de stockage ne peut pas utiliser ce périphérique comme source d'énergie.",
"gui.refinedstorage.disk_drive.disks": "Disques",
Expand Down Expand Up @@ -64,7 +64,7 @@
"gui.refinedstorage.grid.resource_type.all": "Toutes",
"gui.refinedstorage.grid.craft": "Crafter",
"gui.refinedstorage.grid.autocraftable": "Cette ressource est auto-craftable",
"gui.refinedstorage.grid.pattern_in_inventory": "Cette ressource a un patron dans votre inventaire.",
"gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.",
"gui.refinedstorage.grid.click_to_autocraft": "Cliquez pour auto-crafter",
"gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + cliquez pour auto-crafter",
"gui.refinedstorage.grid.search_help": "Search through resources in storage.",
Expand Down Expand Up @@ -192,7 +192,7 @@
"gui.refinedstorage.relay.pass_security": "Pass security",
"gui.refinedstorage.relay.pass_security.help": "Whether this device should pass the security settings from the input network to the output network.",
"gui.refinedstorage.relay.pass_autocrafting": "Pass autocrafting",
"gui.refinedstorage.relay.pass_autocrafting.help": "Whether this device should pass the autocrafting patterns from the input network to the output network.",
"gui.refinedstorage.relay.pass_autocrafting.help": "",
"gui.refinedstorage.relay.filter_mode.allow.help": "Only expose resources from the input network to the output network that are configured in the filters.",
"gui.refinedstorage.relay.filter_mode.block.help": "Don't expose resources from the input network to the output network that are configured in the filters.",
"gui.refinedstorage.disk_interface.filter_mode.allow.help": "Only allow resources into the storage disks or into the network that are configured in the filters.",
Expand Down Expand Up @@ -228,6 +228,15 @@
"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.autocrafting_preview.max": "Max",
"gui.refinedstorage.autocrafting_preview.max.help": "Fills in the maximum number of this resource you can craft right now without starting the crafting process yet.",
"gui.refinedstorage.autocrafting_preview.cycle_detected": "A pattern cycle was detected!",
"gui.refinedstorage.autocrafting_preview.cycle_detected.outputs": "The pattern had following outputs:",
"gui.refinedstorage.autocrafting_preview.cycle_detected.break_the_cycle_and_try_again": "Break the cycle and try again.",
"gui.refinedstorage.autocrafting_preview.request_too_large_to_handle": "The request is too large to handle!",
"gui.refinedstorage.autocrafting_preview.request_too_large_to_handle.try_smaller_amount": "Try a smaller amount.",
"gui.refinedstorage.autocrafting_preview.notify": "Notify",
"gui.refinedstorage.autocrafting_preview.notify.help": "Send a notification when the autocrafting task is finished.",
"gui.refinedstorage.autocrafter_manager.search_mode": "Mode de recherche",
"gui.refinedstorage.autocrafter_manager.search_mode.all": "Tout",
"gui.refinedstorage.autocrafter_manager.search_mode.all.help": "Search in pattern inputs, pattern outputs and autocrafter names.",
Expand Down Expand Up @@ -456,6 +465,8 @@
"text.autoconfig.refinedstorage.option.maxRowsStretch.tooltip": "The maximum amount of rows that can be displayed when the screen size is stretched.",
"text.autoconfig.refinedstorage.option.searchBoxAutoSelected": "Auto-selected search box",
"text.autoconfig.refinedstorage.option.searchBoxAutoSelected.tooltip": "Whether the search box should be auto-selected.",
"text.autoconfig.refinedstorage.option.autocraftingNotification": "Autocrafting notification",
"text.autoconfig.refinedstorage.option.autocraftingNotification.tooltip": "Whether a notification should be shown when an autocrafting task is finished.",
"text.autoconfig.refinedstorage.option.grid": "Grille",
"text.autoconfig.refinedstorage.option.grid.tooltip": "Configuration for the Grid.",
"text.autoconfig.refinedstorage.option.grid.largeFont": "Large font",
Expand Down

0 comments on commit e9c6caf

Please sign in to comment.