Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #506

Merged
merged 5 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"block.refinedstorage2.quartz_enriched_iron_block": "Bloc de Fer Enrichi en Quartz",
"block.refinedstorage2.disk_drive": "Lecteur de Disque",
"block.refinedstorage2.machine_casing": "Boitier de Machine",
"block.refinedstorage2.grid": "Terminal",
"block.refinedstorage2.crafting_grid": "Terminal d’Artisanat",
"block.refinedstorage2.grid": "Grille",
"block.refinedstorage2.crafting_grid": "Grille d’Artisanat",
"block.refinedstorage2.controller": "Contrôleur",
"block.refinedstorage2.controller.rei_fully_charged": "Contrôleur entièrement chargé",
"block.refinedstorage2.creative_controller": "Contrôleur créatif",
Expand All @@ -30,8 +30,8 @@
"block.refinedstorage2.storage_monitor": "Moniteur de Stockage",
"block.refinedstorage2.network_receiver": "Récepteur Réseau",
"block.refinedstorage2.network_transmitter": "Transmetteur Réseau",
"block.refinedstorage2.portable_grid": "Terminal Portatif",
"block.refinedstorage2.creative_portable_grid": "Terminal Portatif Créatif",
"block.refinedstorage2.portable_grid": "Grille portable",
"block.refinedstorage2.creative_portable_grid": "Grille portable créative",
"gui.refinedstorage2.controller.redstone_mode_help": "Lorsque cet appareil est inactif, le réseau de stockage ne pourra pas utiliser cet appareil comme source d'énergie.",
"gui.refinedstorage2.disk_drive.disks": "Disques",
"gui.refinedstorage2.storage.redstone_mode_help": "Lorsque cet appareil est inactif, le stockage contenu ne sera plus accessible depuis le réseau de stockage.",
Expand All @@ -40,19 +40,19 @@
"gui.refinedstorage2.storage.filter_mode.allow.help": "Only allow resources into this storage that are configured in the filters.",
"gui.refinedstorage2.storage.filter_mode.block.help": "Disallow resources into this storage that are configured in the filters.",
"gui.refinedstorage2.grid.sorting.direction": "Sorting direction",
"gui.refinedstorage2.grid.sorting.direction.ascending": "Ascending",
"gui.refinedstorage2.grid.sorting.direction.descending": "Descending",
"gui.refinedstorage2.grid.sorting.type": "Sorting type",
"gui.refinedstorage2.grid.sorting.type.quantity": "Quantity",
"gui.refinedstorage2.grid.sorting.type.name": "Name",
"gui.refinedstorage2.grid.sorting.direction.ascending": "Ascendant",
"gui.refinedstorage2.grid.sorting.direction.descending": "Descendant",
"gui.refinedstorage2.grid.sorting.type": "Type de tri",
"gui.refinedstorage2.grid.sorting.type.quantity": "Quantité",
"gui.refinedstorage2.grid.sorting.type.name": "Nom",
"gui.refinedstorage2.grid.sorting.type.id": "ID",
"gui.refinedstorage2.grid.sorting.type.last_modified": "Last modified",
"gui.refinedstorage2.grid.size": "Size",
"gui.refinedstorage2.grid.size.stretch": "Stretch",
"gui.refinedstorage2.grid.size.small": "Small",
"gui.refinedstorage2.grid.size.medium": "Medium",
"gui.refinedstorage2.grid.size.large": "Large",
"gui.refinedstorage2.grid.size.extra_large": "Extra large",
"gui.refinedstorage2.grid.size": "Taille",
"gui.refinedstorage2.grid.size.stretch": "Étirée",
"gui.refinedstorage2.grid.size.small": "Petite",
"gui.refinedstorage2.grid.size.medium": "Moyenne",
"gui.refinedstorage2.grid.size.large": "Grande",
"gui.refinedstorage2.grid.size.extra_large": "Très grande",
"gui.refinedstorage2.grid.auto_selected": "Auto-selected",
"gui.refinedstorage2.grid.auto_selected.help": "Whether to auto-select the search box when opening the Grid.",
"gui.refinedstorage2.grid.synchronizer": "Synchronization mode",
Expand All @@ -66,8 +66,8 @@
"gui.refinedstorage2.grid.synchronizer.rei.help": "Sync the search box text to the REI filter.",
"gui.refinedstorage2.grid.synchronizer.rei.two_way": "REI two-way",
"gui.refinedstorage2.grid.synchronizer.rei.two_way.help": "Sync the search box text to the JEI filter, and the JEI filter to the search box text.",
"gui.refinedstorage2.grid.resource_type": "Resource type",
"gui.refinedstorage2.grid.resource_type.all": "All",
"gui.refinedstorage2.grid.resource_type": "Type de ressource",
"gui.refinedstorage2.grid.resource_type.all": "Toutes",
"gui.refinedstorage2.grid.resource_type.help": "Filter specific resource types.",
"gui.refinedstorage2.crafting_grid.move.network": "Move items to network",
"gui.refinedstorage2.crafting_grid.move.inventory": "Move items to inventory",
Expand Down Expand Up @@ -101,16 +101,16 @@
"gui.refinedstorage2.scheduling_mode.default.help": "Use the first available filter.",
"gui.refinedstorage2.scheduling_mode.round_robin": "Round robin",
"gui.refinedstorage2.scheduling_mode.round_robin.help": "Use each filter in turn.",
"gui.refinedstorage2.scheduling_mode.random": "Random",
"gui.refinedstorage2.scheduling_mode.random.help": "Use a random filter.",
"gui.refinedstorage2.priority": "Priority",
"gui.refinedstorage2.priority.storage_help": "The order in which the storage network will insert or extract resources, highest-first.",
"gui.refinedstorage2.amount": "Amount",
"gui.refinedstorage2.scheduling_mode.random": "Aléatoire",
"gui.refinedstorage2.scheduling_mode.random.help": "Utiliser un filtre aléatoire.",
"gui.refinedstorage2.priority": "Priorité",
"gui.refinedstorage2.priority.storage_help": "L'ordre dans lequel le réseau de stockage va insérer ou extraire les ressources, le plus élevé en premier.",
"gui.refinedstorage2.amount": "Quantité",
"gui.refinedstorage2.amount.reset": "Reset",
"gui.refinedstorage2.amount.set": "Set",
"gui.refinedstorage2.filter_mode": "Filter mode",
"gui.refinedstorage2.filter_mode.allow": "Allowlist",
"gui.refinedstorage2.filter_mode.block": "Blocklist",
"gui.refinedstorage2.filter_mode.allow": "Liste blanche",
"gui.refinedstorage2.filter_mode.block": "Liste noire",
"gui.refinedstorage2.fuzzy_mode": "Fuzzy mode",
"gui.refinedstorage2.fuzzy_mode.on": "On",
"gui.refinedstorage2.fuzzy_mode.on.storage_help": "Match the filters for the allowlist or blocklist exactly.",
Expand All @@ -122,8 +122,8 @@
"gui.refinedstorage2.fuzzy_mode.off.generic_help": "Match the filter without comparing NBT tags.",
"gui.refinedstorage2.fuzzy_mode.off.extracting_storage_network_help": "Match the filters when extracting from the storage network without comparing NBT tags.",
"gui.refinedstorage2.fuzzy_mode.off.extracting_source_help": "Match the filters when extracting from the source without comparing NBT tags.",
"gui.refinedstorage2.access_mode": "Access mode",
"gui.refinedstorage2.access_mode.insert_extract": "Insert and extract",
"gui.refinedstorage2.access_mode": "Mode d'accès",
"gui.refinedstorage2.access_mode.insert_extract": "Insertion et extraction",
"gui.refinedstorage2.access_mode.insert_extract.help": "The storage network will be able to insert or extract from this storage.",
"gui.refinedstorage2.access_mode.insert": "Insert only",
"gui.refinedstorage2.access_mode.insert.help": "The storage network will only be able to insert into this storage. Contained resources will still be visible in a Grid.",
Expand Down Expand Up @@ -202,15 +202,15 @@
"item.refinedstorage2.wireless_transmitter.help": "Provides wireless network access for items like the Wireless Grid. Multiple are allowed in an area for wider coverage.",
"item.refinedstorage2.network_item.unbound": "Unbound.",
"item.refinedstorage2.network_item.unbound.help": "Use on any storage network device to bind.",
"item.refinedstorage2.network_item.bound_to": "Bound to %d, %d, %d.",
"item.refinedstorage2.network_item.bound_to": "Lié à %d, %d, %d.",
"item.refinedstorage2.network_item.cannot_open_with_shortcut_due_to_duplicate": "There is more than one %s in your inventory.",
"item.refinedstorage2.network_item.cannot_open_because_not_found": "There isn't any %s in your inventory.",
"item.refinedstorage2.configuration_card": "Configuration Card",
"item.refinedstorage2.configuration_card": "Carte de configuration",
"item.refinedstorage2.configuration_card.empty": "Empty.",
"item.refinedstorage2.configuration_card.configured": "Contains configuration for %s.",
"item.refinedstorage2.configuration_card.copied_configuration": "Copied configuration for %s.",
"item.refinedstorage2.configuration_card.cleared_configuration": "Cleared configuration.",
"item.refinedstorage2.configuration_card.cannot_apply_configuration": "Cannot apply configuration card to different type of device. It is configured for %s.",
"item.refinedstorage2.configuration_card.configured": "Contient une configuration pour %s.",
"item.refinedstorage2.configuration_card.copied_configuration": "Configuration copiée pour %s.",
"item.refinedstorage2.configuration_card.cleared_configuration": "Configuration effacée.",
"item.refinedstorage2.configuration_card.cannot_apply_configuration": "Impossible d'appliquer la carte de configuration à un autre type d'appareil. Elle est configurée pour %s.",
"item.refinedstorage2.configuration_card.applied_configuration": "Applied configuration.",
"item.refinedstorage2.configuration_card.empty_help": "Use on a storage network device while crouching to copy its configuration and upgrades to the card.",
"item.refinedstorage2.configuration_card.configured_help": "Use on the destination storage network device while crouching to transfer the configuration and upgrades. Use while crouching to clear.",
Expand Down Expand Up @@ -247,7 +247,7 @@
"curios.identifier.refinedstorage2": "Refined Storage 2",
"trinkets.slot.refinedstorage2.wireless": "Refined Storage 2",
"text.autoconfig.refinedstorage2.title": "Refined Storage 2",
"text.autoconfig.refinedstorage2.option.grid": "Grid",
"text.autoconfig.refinedstorage2.option.grid": "Grille",
"text.autoconfig.refinedstorage2.option.grid.largeFont": "Large font",
"text.autoconfig.refinedstorage2.option.grid.maxRowsStretch": "Maximum amount of rows when stretched",
"text.autoconfig.refinedstorage2.option.grid.preventSortingWhileShiftIsDown": "Prevent sorting while SHIFT is down",
Expand Down Expand Up @@ -283,15 +283,15 @@
"text.autoconfig.refinedstorage2.option.fluidStorageBlock.thousandTwentyFourBEnergyUsage": "1024B energy usage",
"text.autoconfig.refinedstorage2.option.fluidStorageBlock.fourThousandNinetySixBEnergyUsage": "4096B energy usage",
"text.autoconfig.refinedstorage2.option.fluidStorageBlock.creativeEnergyUsage": "Creative energy usage",
"text.autoconfig.refinedstorage2.option.importer": "Importer",
"text.autoconfig.refinedstorage2.option.importer": "Importateur",
"text.autoconfig.refinedstorage2.option.importer.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.exporter": "Exporter",
"text.autoconfig.refinedstorage2.option.exporter": "Exportateur",
"text.autoconfig.refinedstorage2.option.exporter.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.detector": "Detector",
"text.autoconfig.refinedstorage2.option.detector": "Détecteur",
"text.autoconfig.refinedstorage2.option.detector.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.constructor": "Constructor",
"text.autoconfig.refinedstorage2.option.constructor": "Constructeur",
"text.autoconfig.refinedstorage2.option.constructor.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.destructor": "Destructor",
"text.autoconfig.refinedstorage2.option.destructor": "Destructeur",
"text.autoconfig.refinedstorage2.option.destructor.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.upgrade": "Upgrade",
"text.autoconfig.refinedstorage2.option.upgrade.speedUpgradeEnergyUsage": "Speed Upgrade energy usage",
Expand All @@ -306,23 +306,23 @@
"text.autoconfig.refinedstorage2.option.upgrade.rangeUpgradeRange": "Range Upgrade range",
"text.autoconfig.refinedstorage2.option.iface": "Interface",
"text.autoconfig.refinedstorage2.option.iface.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.externalStorage": "External Storage",
"text.autoconfig.refinedstorage2.option.externalStorage": "Stockage Externe",
"text.autoconfig.refinedstorage2.option.externalStorage.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.wirelessGrid": "Wireless Grid",
"text.autoconfig.refinedstorage2.option.wirelessGrid": "Grille sans fil",
"text.autoconfig.refinedstorage2.option.wirelessGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage2.option.wirelessGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage2.option.wirelessGrid.insertEnergyUsage": "Insert energy usage",
"text.autoconfig.refinedstorage2.option.wirelessGrid.extractEnergyUsage": "Extract energy usage",
"text.autoconfig.refinedstorage2.option.wirelessTransmitter": "Wireless Transmitter",
"text.autoconfig.refinedstorage2.option.wirelessTransmitter.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.wirelessTransmitter.baseRange": "Base range",
"text.autoconfig.refinedstorage2.option.storageMonitor": "Storage Monitor",
"text.autoconfig.refinedstorage2.option.storageMonitor": "Moniteur de Stockage",
"text.autoconfig.refinedstorage2.option.storageMonitor.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.networkReceiver": "Network Receiver",
"text.autoconfig.refinedstorage2.option.networkReceiver": "Récepteur Réseau",
"text.autoconfig.refinedstorage2.option.networkReceiver.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.networkTransmitter": "Network Transmitter",
"text.autoconfig.refinedstorage2.option.networkTransmitter": "Transmetteur Réseau",
"text.autoconfig.refinedstorage2.option.networkTransmitter.energyUsage": "Energy usage",
"text.autoconfig.refinedstorage2.option.portableGrid": "Portable Grid",
"text.autoconfig.refinedstorage2.option.portableGrid": "Grille portable",
"text.autoconfig.refinedstorage2.option.portableGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage2.option.portableGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage2.option.portableGrid.insertEnergyUsage": "Insert energy usage",
Expand Down
Loading
Loading