Skip to content

Commit 9adabc9

Browse files
committed
Debutting french translation
1 parent b045100 commit 9adabc9

1 file changed

Lines changed: 114 additions & 0 deletions

File tree

texts/fr.php

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?php
2+
$texts = [
3+
'project.link' => 'Projet sur GitHub',
4+
'menu.status' => 'Statut',
5+
'menu.config' => 'Configuration',
6+
'menu.scripts' => 'Scripts mis en cache',
7+
'menu.graphs' => 'Graphiques',
8+
'reset.submit' => 'Réinitialiser',
9+
'confirmation.reset' => 'Êtes-vous sûr de vouloir réinitialiser le cache ?',
10+
'confirmation.yes' => 'Oui',
11+
'confirmation.no' => 'Non',
12+
'status.title' => 'Statut',
13+
'status.opcache_enabled' => 'Activé',
14+
'status.cache_full' => 'Cache plein',
15+
'status.restart_pending' => 'Rédamarrage en attente',
16+
'status.restart_in_progress' => 'Rédamarrage en cours',
17+
'memory.title' => 'Utilisation mémoire',
18+
'memory.used_memory' => 'Mémoire utilisée',
19+
'memory.free_memory' => 'Mémoire disponible',
20+
'memory.wasted_memory' => 'Mémoire gâchée',
21+
'memory.current_wasted_percentage' => 'Actuellement gâchée',
22+
'stats.title' => 'Statistiques',
23+
'stats.num_cached_scripts' => 'Scripts mis en cache',
24+
'stats.num_cached_keys' => 'Clés mises en cache',
25+
'stats.max_cached_keys' => 'Maximum de clés mises en cache',
26+
'stats.hits' => 'Accès',
27+
'stats.start_time' => 'Heure de démarrage',
28+
'stats.last_restart_time' => 'Dernier redémarrage',
29+
'stats.oom_restarts' => 'Redémarrages pour cause de dépassement de mémoire',
30+
'stats.hash_restarts' => 'Hash restarts',
31+
'stats.manual_restarts' => 'Redémarrage manuel',
32+
'stats.misses' => 'Ratés',
33+
'stats.blacklist_misses' => 'Ratés mis sur liste noire',
34+
'stats.blacklist_miss_ratio' => 'Ratio d\'échec',
35+
'stats.opcache_hit_rate' => 'Taux de succès d\'Opcache',
36+
'config.title' => 'Configuration',
37+
'config.opcache.enable' => 'Activé',
38+
'config.opcache.enable.description' => 'Détermine si Zend OPCache est activé',
39+
'config.opcache.enable_cli' => 'Activé pour le CLI',
40+
'config.opcache.enable_cli.description' => 'Détermine si Zend OPCache est activé pour la version CLI de PHP',
41+
'config.opcache.use_cwd' => 'Keys based on current working dir',
42+
'config.opcache.use_cwd.description' => 'When this directive is enabled, the OPcache appends the current working directory to the script key, thus eliminating possible collisions between files with the same name (basename). Disabling the directive improves performance, but may break existing applications.',
43+
'config.opcache.validate_timestamps' => 'Valider les timestamps',
44+
'config.opcache.validate_timestamps.description' => 'Lorsque désactivé, vous devez réinitialiser OPcache manuellement ou redémarrer le serveur Web pour que les modifications du système de fichiers prennent effet.',
45+
'config.opcache.inherited_hack' => 'Hack hérité',
46+
'config.opcache.inherited_hack.description' => '',
47+
'config.opcache.dups_fix' => 'Dups fix',
48+
'config.opcache.dups_fix.description' => '',
49+
'config.opcache.revalidate_path' => 'Re-valider le chemin',
50+
'config.opcache.revalidate_path.description' => 'Enables or disables file search in include_path optimization',
51+
'config.opcache.log_verbosity_level' => 'Niveau de verbosité du journal',
52+
'config.opcache.log_verbosity_level.description' => 'All OPcache errors go to the Web server log. By default, only fatal errors (level 0) or errors (level 1) are logged. You can also enable warnings (level 2), info messages (level 3) or debug messages (level 4).',
53+
'config.opcache.memory_consumption' => 'Capacité mémoire d\'Opcache',
54+
'config.opcache.memory_consumption.description' => 'Taille de mémoire de stockage partagée d\'OPcache.',
55+
'config.opcache.interned_strings_buffer' => 'Interned strings buffer',
56+
'config.opcache.interned_strings_buffer.description' => 'La quantité de mémoire pour les chaînes internées en Mo.',
57+
'config.opcache.max_accelerated_files' => 'Nombre maximum de scripts pouvant être mis en cache',
58+
'config.opcache.max_accelerated_files.description' => 'The maximum number of keys (scripts) in the OPcache hash table. Only numbers between 200 and 100000 are allowed.',
59+
'config.opcache.max_wasted_percentage' => 'Maximum de pertes avant redémarrage',
60+
'config.opcache.max_wasted_percentage.description' => 'Le pourcentage maximal de mémoire « perdue » jusqu\'à ce qu\'un redémarrage soit prévu.',
61+
'config.opcache.consistency_checks' => 'Fréquence des tests de cohérence',
62+
'config.opcache.consistency_checks.description' => 'Check the cache checksum each N requests. The default value of "0" means that the checks are disabled.',
63+
'config.opcache.force_restart_timeout' => 'Délai avant redémarrage forcé',
64+
'config.opcache.force_restart_timeout.description' => 'How long to wait (in seconds) for a scheduled restart to begin if the cache is not being accessed.',
65+
'config.opcache.revalidate_freq' => 'Frenquency to check for changes',
66+
'config.opcache.revalidate_freq.description' => 'How often (in seconds) to check file timestamps for changes to the shared memory storage allocation. ("1" means validate once per second, but only once per request. "0" means always validate)',
67+
'config.opcache.preferred_memory_model' => '',
68+
'config.opcache.preferred_memory_model.description' => 'Preferred Shared Memory back-end. Leave empty and let the system decide.',
69+
'config.opcache.blacklist_filename' => 'Liste noire',
70+
'config.opcache.blacklist_filename.description' => 'The location of the OPcache blacklist file (wildcards allowed). Each OPcache blacklist file is a text file that holds the names of files that should not be accelerated. The file format is to add each filename to a new line. The filename may be a full path or just a file prefix (i.e., /var/www/x blacklists all the files and directories in /var/www that start with \'x\'). Line starting with a ; are ignored (comments).',
71+
'config.opcache.max_file_size' => 'Exclure la mise en cache au-dessus d\'une certaine taille',
72+
'config.opcache.max_file_size.description' => 'Permet d\'exclure de la mise en cache les fichiers trop volumineux. Par défaut tous les fichiers sont mis en cache.',
73+
'config.opcache.error_log' => 'Journal d\'erreurs',
74+
'config.opcache.error_log.description' => 'OPcache error_log file name. Empty string assumes "stderr".',
75+
'config.opcache.protect_memory' => 'Protéger la mémoire',
76+
'config.opcache.protect_memory.description' => 'Protéger la mémoire partagée d\'écritures inattendues lors de l\'exécution de scripts. Uniquement utile à des fins de débogage interne.',
77+
'config.opcache.save_comments' => 'Sauvegarder les commentaires',
78+
'config.opcache.save_comments.description' => 'Si activé, tous les commentaires PHPDoc sont supprimés pour réduire la taille du code optimisé.',
79+
'config.opcache.load_comments' => 'Activer les commentaires',
80+
'config.opcache.load_comments.description' => 'If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments" may be always stored (save_comments=1), but not loaded by applications that don\'t need them anyway.',
81+
'config.opcache.fast_shutdown' => 'Extinction rapide',
82+
'config.opcache.fast_shutdown.description' => 'Si activé, une séquence d\'arrêt rapide est utilisée pour le code accéléré',
83+
'config.opcache.enable_file_override' => 'Coutournement de fichiers',
84+
'config.opcache.enable_file_override.description' => 'Permet la substitution des fonctions d\'existence de fichiers (file_exists, etc.).',
85+
'config.opcache.optimization_level' => 'Niveau d\'optimisation',
86+
'config.opcache.optimization_level.description' => 'Un masque de bits, où chaque bit active ou désactive le passage OPCache approprié',
87+
'blacklist.title' => 'Liste noire',
88+
'blacklist.empty' => 'Aucun script n\'a été mit sur liste noire.',
89+
'scripts.title' => 'Scripts mis en cache',
90+
'scripts.overview.title' => 'Vue d\'ensemble',
91+
'scripts.empty' => 'Aucun scripts ont été mis en cache',
92+
'scripts.directory.script_count' => ' (<i class="count">%s</i> fichiers)',
93+
'scripts.full_path' => 'Nom du fichier',
94+
'scripts.hits' => 'Accès',
95+
'scripts.memory_consumption' => 'Mémoire',
96+
'scripts.last_used_timestamp' => 'Dernière utilisation',
97+
'scripts.timestamp' => 'Créé',
98+
'scripts.actions' => 'Actions',
99+
'script.invalidate' => 'Invalider',
100+
'scripts.filter.placeholder' => 'Filtrer les scripts mis en cache',
101+
'graph.title' => 'Graphiques',
102+
'graph.memory.title' => 'Mémoire',
103+
'graph.memory.free' => 'libre',
104+
'graph.memory.used' => 'utilisée',
105+
'graph.memory.wasted' => 'gâchée',
106+
'graph.keys.title' => 'Clés',
107+
'graph.keys.free' => 'libres',
108+
'graph.keys.scripts' => 'utilisées',
109+
'graph.keys.wasted' => 'gâchées',
110+
'graph.hits.title' => 'Accès',
111+
'graph.hits.hits' => 'accès',
112+
'graph.hits.misses' => 'ratés',
113+
'graph.hits.blacklist' => 'liste noire',
114+
];

0 commit comments

Comments
 (0)