mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
380 lines
13 KiB
Plaintext
380 lines
13 KiB
Plaintext
//
|
|
// Localizable.strings
|
|
// Stats
|
|
//
|
|
// Created by Serhiy Mytrovtsiy on 27/08/2020.
|
|
// Using Swift 5.0.
|
|
// Running on macOS 10.15.
|
|
//
|
|
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
|
//
|
|
|
|
// Modules
|
|
"CPU" = "CPU";
|
|
"Open CPU settings" = "Ouvrir les paramètres du CPU";
|
|
"GPU" = "GPU";
|
|
"Open GPU settings" = "Ouvrir les paramètres du GPU";
|
|
"RAM" = "RAM";
|
|
"Open RAM settings" = "Ouvrir les paramètres de la RAM";
|
|
"Disk" = "Disque";
|
|
"Open Disk settings" = "Ouvrir les paramètres du disque";
|
|
"Sensors" = "Capteurs";
|
|
"Open Sensors settings" = "Ouvrir les paramètres des capteurs";
|
|
"Network" = "Réseau";
|
|
"Open Network settings" = "Ouvrir les paramètres réseau";
|
|
"Battery" = "Batterie";
|
|
"Open Battery settings" = "Ouvrir les paramètres de la batterie";
|
|
"Bluetooth" = "Bluetooth";
|
|
"Open Bluetooth settings" = "Ouvrir les paramètres Bluetooth";
|
|
|
|
// Words
|
|
"Unknown" = "Inconnu";
|
|
"Version" = "Version";
|
|
"Processor" = "Processeur";
|
|
"Memory" = "Mémoire";
|
|
"Graphics" = "Graphisme";
|
|
"Close" = "Fermer";
|
|
"Download" = "Télécharger";
|
|
"Install" = "Installer";
|
|
"Cancel" = "Annuler";
|
|
"Unavailable" = "Indisponible";
|
|
"Yes" = "Oui";
|
|
"No" = "Non";
|
|
"Automatic" = "Automatique";
|
|
"Manual" = "Manuel";
|
|
"None" = "Aucun";
|
|
"Dots" = "Points";
|
|
"Arrows" = "Flèches";
|
|
"Characters" = "Lettres";
|
|
"Short" = "Court";
|
|
"Long" = "Long";
|
|
"Statistics" = "Statistiques";
|
|
"Max" = "Max";
|
|
"Min" = "Min";
|
|
"Reset" = "Réinitialiser";
|
|
"Alignment" = "Alignement";
|
|
"Left alignment" = "Gauche";
|
|
"Center alignment" = "Centre";
|
|
"Right alignment" = "Droite";
|
|
"Dashboard" = "Dashboard";
|
|
"Enabled" = "Activé";
|
|
"Disabled" = "Désactivé";
|
|
"Silent" = "Silent";
|
|
"Units" = "Units";
|
|
"Fans" = "Ventilateurs";
|
|
"Scaling" = "Scaling";
|
|
"Linear" = "Linéaire";
|
|
"Square" = "Carré";
|
|
"Cube" = "Cubique";
|
|
"Logarithmic" = "Logarithmique";
|
|
"Cores" = "Cœurs";
|
|
|
|
// Setup
|
|
"Stats Setup" = "Stats Setup";
|
|
"Previous" = "Previous";
|
|
"Previous page" = "Previous page";
|
|
"Next" = "Next";
|
|
"Next page" = "Next page";
|
|
"Finish" = "Finish";
|
|
"Finish setup" = "Finish setup";
|
|
"Welcome to Stats" = "Welcome to Stats";
|
|
"welcome_message" = "Thanks for using Stats, a free open source macOS system monitor for your menu bar.";
|
|
"Start the application automatically when starting your Mac" = "Start the application automatically when starting your Mac";
|
|
"Do not start the application automatically when starting your Mac" = "Do not start the application automatically when starting your Mac";
|
|
"Do everything silently in the background (recommended)" = "Do everything silently in the background (recommended)";
|
|
"Check for a new version on startup" = "Check for a new version on startup";
|
|
"Check for a new version every day (once a day)" = "Check for a new version every day (once a day)";
|
|
"Check for a new version every week (once a week)" = "Check for a new version every week (once a week)";
|
|
"Check for a new version every month (once a month)" = "Check for a new version every month (once a month)";
|
|
"Never check for updates (not recommended)" = "Never check for updates (not recommended)";
|
|
"The configuration is completed" = "The configuration is completed";
|
|
"finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!";
|
|
|
|
// Alerts
|
|
"New version available" = "Nouvelle version disponible";
|
|
"Click to install the new version of Stats" = "Cliquez pour installer la nouvelle version de Stats";
|
|
"Successfully updated" = "Mise à jour terminée avec succès";
|
|
"Stats was updated to v" = "Stats a été mis à jour en v%0";
|
|
"Reset settings text" = "All application settings will be reset and the application will be restarted. Are you sure you want to do this?";
|
|
|
|
// Settings
|
|
"Open Activity Monitor" = "Ouvrir le moniteur d'activité";
|
|
"Report a bug" = "Signaler un bug";
|
|
"Support the application" = "Soutenir l'application";
|
|
"Close application" = "Fermer l'application";
|
|
"Open application settings" = "Ouvrir les paramètres de l'application";
|
|
"Open dashboard" = "Ouvrir la dashboard";
|
|
|
|
// Application settings
|
|
"Update application" = "Mettre à jour l'application";
|
|
"Check for updates" = "Rechercher des mises à jour";
|
|
"At start" = "Au démarrage";
|
|
"Once per day" = "Une fois par jour";
|
|
"Once per week" = "Une fois par semaine";
|
|
"Once per month" = "Une fois par mois";
|
|
"Never" = "Jamais";
|
|
"Check for update" = "Vérifier la mise à jour";
|
|
"Show icon in dock" = "Afficher l'icône dans le dock";
|
|
"Start at login" = "Démarrer au lancement";
|
|
"Build number" = "Build number";
|
|
"Reset settings" = "Reset settings";
|
|
"Pause the Stats" = "Pause the Stats";
|
|
"Resume the Stats" = "Resume the Stats";
|
|
|
|
// Dashboard
|
|
"Serial number" = "Numéro de série";
|
|
"Uptime" = "Disponibilité";
|
|
"Number of cores" = "%0 cœurs";
|
|
"Number of threads" = "%0 threads";
|
|
"Number of e-cores" = "%0 cœurs à haute efficacité énergétique";
|
|
"Number of p-cores" = "%0 cœurs de performance";
|
|
|
|
// Update
|
|
"The latest version of Stats installed" = "La dernière version de Stats installée";
|
|
"Downloading..." = "Téléchargement...";
|
|
"Current version: " = "Version actuelle: ";
|
|
"Latest version: " = "Dernière version: ";
|
|
|
|
// Widgets
|
|
"Color" = "Couleur";
|
|
"Label" = "Étiquette";
|
|
"Box" = "Boîte";
|
|
"Frame" = "Cadre";
|
|
"Value" = "Valeur";
|
|
"Colorize" = "Coloriser";
|
|
"Colorize value" = "Coloriser la valeur";
|
|
"Additional information" = "Informations complémentaires";
|
|
"Reverse values order" = "Inverser l'ordre des valeurs";
|
|
"Base" = "Base";
|
|
"Display mode" = "Mode d'affichage";
|
|
"One row" = "Une ligne";
|
|
"Two rows" = "Deux lignes";
|
|
"Mini widget" = "Mini";
|
|
"Line chart widget" = "Graphique en ligne";
|
|
"Bar chart widget" = "Graphique en barres";
|
|
"Pie chart widget" = "Graphique circulaire";
|
|
"Network chart widget" = "Graphique réseau";
|
|
"Speed widget" = "Vitesse";
|
|
"Battery widget" = "Batterie";
|
|
"Text widget" = "Texte";
|
|
"Memory widget" = "Mémoire";
|
|
"Static width" = "Largeur fixée";
|
|
"Tachometer widget" = "Tachometer";
|
|
"State widget" = "State widget";
|
|
"Show symbols" = "Show symbols";
|
|
"Label widget" = "Label";
|
|
"Number of reads in the chart" = "Number of reads in the chart";
|
|
"Color of download" = "Color of download";
|
|
"Color of upload" = "Color of upload";
|
|
|
|
// Module Kit
|
|
"Open module settings" = "Ouvrir les paramètres du module";
|
|
"Select widget" = "Sélectionner le widget %0";
|
|
"Open widget settings" = "Ouvrir les paramètres du widget";
|
|
"Update interval" = "Intervalle de mise à jour";
|
|
"Usage history" = "Historique d'utilisation";
|
|
"Details" = "Détails";
|
|
"Top processes" = "Processus principaux";
|
|
"Pictogram" = "Pictogramme";
|
|
"Module settings" = "Module settings";
|
|
"Widget settings" = "Widget settings";
|
|
"Popup settings" = "Popup settings";
|
|
"Merge widgets" = "Merge widgets";
|
|
"No available widgets to configure" = "No available widgets to configure";
|
|
"No options to configure for the popup in this module" = "No options to configure for the popup in this module";
|
|
|
|
// Modules
|
|
"Number of top processes" = "Nombre de processus principaux";
|
|
"Update interval for top processes" = "Intervalle de mise à jour des processus principaux";
|
|
"Notification level" = "Notification level";
|
|
"Chart color" = "Chart color";
|
|
|
|
// CPU
|
|
"CPU usage" = "Usage CPU";
|
|
"CPU temperature" = "Température du CPU";
|
|
"CPU frequency" = "Fréquence du CPU";
|
|
"System" = "Système";
|
|
"User" = "Utilisateur";
|
|
"Idle" = "Libre";
|
|
"Show usage per core" = "Afficher l'utilisation par coeur";
|
|
"Show hyper-threading cores" = "Afficher les coeurs hyper-threading";
|
|
"Split the value (System/User)" = "Diviser la valeur (Système/Utilisateur)";
|
|
"Scheduler limit" = "Limite du planificateur";
|
|
"Speed limit" = "Limite de vitesse";
|
|
"Average load" = "Charge moyenne";
|
|
"1 minute" = "1 minute";
|
|
"5 minutes" = "5 minutes";
|
|
"15 minutes" = "15 minutes";
|
|
"CPU usage threshold" = "CPU usage threshold";
|
|
"CPU usage is" = "CPU usage is %0";
|
|
"Efficiency cores" = "Cœurs à haute efficacité énergétique";
|
|
"Performance cores" = "Cœurs de performance";
|
|
"System color" = "System color";
|
|
"User color" = "User color";
|
|
"Idle color" = "Idle color";
|
|
"Cluster grouping" = "Cluster grouping";
|
|
|
|
// GPU
|
|
"GPU to show" = "GPU à afficher";
|
|
"Show GPU type" = "Afficher le type de GPU";
|
|
"GPU enabled" = "GPU activé";
|
|
"GPU disabled" = "GPU désactivé";
|
|
"GPU temperature" = "Température du GPU";
|
|
"GPU utilization" = "Utilisation du GPU";
|
|
"Vendor" = "Fournisseur";
|
|
"Model" = "Modèle";
|
|
"Status" = "Statut";
|
|
"Active" = "Actif";
|
|
"Non active" = "Inactif";
|
|
"Fan speed" = "Vitesse du ventilateur";
|
|
"Core clock" = "Fréquence CPU";
|
|
"Memory clock" = "Fréquence RAM";
|
|
"Utilization" = "Utilisation";
|
|
"Render utilization" = "Render utilization";
|
|
"Tiler utilization" = "Tiler utilization";
|
|
"GPU usage threshold" = "GPU usage threshold";
|
|
"GPU usage is" = "GPU usage is %0";
|
|
|
|
// RAM
|
|
"Memory usage" = "Utilisation de la mémoire";
|
|
"Memory pressure" = "Pression mémoire";
|
|
"Total" = "Total";
|
|
"Used" = "Utilisée";
|
|
"App" = "Application";
|
|
"Wired" = "Réservée";
|
|
"Compressed" = "Compressée";
|
|
"Free" = "Libre";
|
|
"Swap" = "Swap";
|
|
"Split the value (App/Wired/Compressed)" = "Diviser la valeur (Application/Réservée/Compressée)";
|
|
"RAM utilization threshold" = "RAM utilization threshold";
|
|
"RAM utilization is" = "RAM utilization is %0";
|
|
"App color" = "App color";
|
|
"Wired color" = "Wired color";
|
|
"Compressed color" = "Compressed color";
|
|
"Free color" = "Free color";
|
|
|
|
// Disk
|
|
"Show removable disks" = "Afficher les disques amovibles";
|
|
"Used disk memory" = "%0 utilisé sur %1";
|
|
"Free disk memory" = "%0 libre sur %1";
|
|
"Disk to show" = "Disque à afficher";
|
|
"Open disk" = "Ouvrir le disque";
|
|
"Switch view" = "Changer de vue";
|
|
"Disk utilization threshold" = "Disk utilization threshold";
|
|
"Disk utilization is" = "Disk utilization is %0";
|
|
|
|
// Sensors
|
|
"Temperature unit" = "Unité de température";
|
|
"Celsius" = "Celsius";
|
|
"Fahrenheit" = "Fahrenheit";
|
|
"Save the fan speed" = "Sauvegarder la vitesse des ventilateurs";
|
|
"Fan" = "Ventilateur";
|
|
"HID sensors" = "Capteurs HID";
|
|
"Synchronize fan's control" = "Synchronize fan's control";
|
|
"Current" = "Current";
|
|
"Energy" = "Energy";
|
|
|
|
// Network
|
|
"Uploading" = "Upload";
|
|
"Downloading" = "Download";
|
|
"Public IP" = "IP publique";
|
|
"Local IP" = "IP locale";
|
|
"Interface" = "Interface";
|
|
"Physical address" = "Adresse physique";
|
|
"Refresh" = "Rafraîchir";
|
|
"Click to copy public IP address" = "Cliquez pour copier l'adresse IP publique";
|
|
"Click to copy local IP address" = "Cliquez pour copier l'adresse IP locale";
|
|
"Click to copy wifi name" = "Cliquez pour copier le nom du wifi";
|
|
"Click to copy mac address" = "Cliquez pour copier l'adresse mac";
|
|
"No connection" = "Aucune connexion";
|
|
"Network interface" = "Interface réseau";
|
|
"Total download" = "Total download";
|
|
"Total upload" = "Total upload";
|
|
"Reader type" = "Type de lecteur";
|
|
"Interface based" = "Interface";
|
|
"Processes based" = "Processus";
|
|
"Reset data usage" = "Réinitialiser l'utilisation des données";
|
|
"VPN mode" = "VPN mode";
|
|
"Standard" = "Standard";
|
|
"Security" = "Security";
|
|
"Channel" = "Channel";
|
|
"Common scale" = "Common scale";
|
|
"Autodetection" = "Autodetection";
|
|
"Widget activation threshold" = "Widget activation threshold";
|
|
"Internet connection" = "Internet connection";
|
|
"Active state color" = "Active state color";
|
|
"Nonactive state color" = "Nonactive state color";
|
|
|
|
// Battery
|
|
"Level" = "Niveau";
|
|
"Source" = "Source";
|
|
"AC Power" = "Alimentation secteur";
|
|
"Battery Power" = "Alimentation batterie";
|
|
"Time" = "Temps";
|
|
"Health" = "Santé";
|
|
"Amperage" = "Intensité";
|
|
"Voltage" = "Tension";
|
|
"Cycles" = "Nombre de cycles";
|
|
"Temperature" = "Température";
|
|
"Power adapter" = "Adaptateur secteur";
|
|
"Power" = "Courant";
|
|
"Is charging" = "En charge";
|
|
"Time to discharge" = "Temps restant";
|
|
"Time to charge" = "Temps pour charger";
|
|
"Calculating" = "Calcul";
|
|
"Fully charged" = "Complètement chargée";
|
|
"Not connected" = "Non connecté";
|
|
"Low level notification" = "Notification de niveau faible";
|
|
"High level notification" = "Notification de haut niveau";
|
|
"Low battery" = "Batterie faible";
|
|
"High battery" = "Batterie haute";
|
|
"Battery remaining" = "%0% restant";
|
|
"Battery remaining to full charge" = "%0% pour charger complètement";
|
|
"Percentage" = "Pourcentage";
|
|
"Percentage and time" = "Pourcentage et temps";
|
|
"Time and percentage" = "Temps et pourcentage";
|
|
"Time format" = "Format de l'heure";
|
|
"Hide additional information when full" = "Masquer les informations supplémentaires lorsque la batterie est pleine";
|
|
"Last charge" = "Dernière charge";
|
|
"Capacity" = "Capacity";
|
|
"maximum / designed" = "maximum / designed";
|
|
"Low power mode" = "Low power mode";
|
|
"Percentage inside the icon" = "Percentage inside the icon";
|
|
|
|
// Bluetooth
|
|
"Battery to show" = "Batterie à montrer";
|
|
"No Bluetooth devices are available" = "No Bluetooth devices are available";
|
|
|
|
// Colors
|
|
"Based on utilization" = "Basé sur l'utilisation";
|
|
"Based on pressure" = "Basé sur la pression";
|
|
"Based on cluster" = "Based on cluster";
|
|
"System accent" = "Couleur système";
|
|
"Monochrome accent" = "Monochrome";
|
|
"Clear" = "Transparent";
|
|
"White" = "Blanc";
|
|
"Black" = "Noir";
|
|
"Gray" = "Gris";
|
|
"Second gray" = "Deuxième gris";
|
|
"Dark gray" = "Gris sombre";
|
|
"Light gray" = "Gris clair";
|
|
"Red" = "Rouge";
|
|
"Second red" = "Deuxième rouge";
|
|
"Green" = "Vert";
|
|
"Second green" = "Deuxième vert";
|
|
"Blue" = "Bleu";
|
|
"Second blue" = "Deuxième bleu";
|
|
"Yellow" = "Jaune";
|
|
"Second yellow" = "Deuxième jaune";
|
|
"Orange" = "Orange";
|
|
"Second orange" = "Deuxième orange";
|
|
"Purple" = "Violet";
|
|
"Second purple" = "Deuxième puVioletrple";
|
|
"Brown" = "Marron";
|
|
"Second brown" = "Deuxième marron";
|
|
"Cyan" = "Cyan";
|
|
"Magenta" = "Magenta";
|
|
"Pink" = "Rose";
|
|
"Teal" = "Sarcelle";
|
|
"Indigo" = "Indigo";
|