-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfr.dict.itop-synchro-dashboard.php
34 lines (34 loc) · 1.66 KB
/
fr.dict.itop-synchro-dashboard.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('FR FR', 'French', 'Français', [
'Menu:DataSourcesDashboard' => 'Vue d\'ensemble de la Synchro.',
'UI:SynchroDashboard:Duration' => 'Durée',
'UI:SynchroDashboard:Duration+' => 'Durée de la dernière exécution',
'UI:SynchroDashboard:NbOfErrors' => 'Erreurs',
'UI:SynchroDashboard:NbOfErrors+' => 'Nombre d\'erreurs détectées durant la dernière exécution',
'UI:SynchroDashboard:NbOfReplicas' => 'Nombre de réplicas',
'UI:SynchroDashboard:NbOfReplicas+' => 'Nombre total de réplicas pour cette source de données',
'UI:SynchroDashboard:NbOfWarnings' => 'Avertissements',
'UI:SynchroDashboard:NbOfWarnings+' => 'Nombre d\'avertissements détectés durant la dernière exécution',
'UI:SynchroDashboard:Overview:DataSources' => 'Sources de Données',
'UI:SynchroDashboard:Overview:Errors' => 'Erreurs',
'UI:SynchroDashboard:Overview:LatestRun' => 'Dernière exécution',
'UI:SynchroDashboard:Overview:PeakMemory' => 'Mémoire Max.',
'UI:SynchroDashboard:Overview:Replicas' => 'Réplicas',
'UI:SynchroDashboard:Overview:RunTime' => 'Temps d\'Exécution',
'UI:SynchroDashboard:Overview:Warnings' => 'Avertissements',
'UI:SynchroDashboard:PeakMemoryUsage' => 'Mémoire Max.',
'UI:SynchroDashboard:PeakMemoryUsage+' => 'Quantité maximale de mémoire utilisée durant la dernière exécution',
'UI:SynchroDashboard:StartDate' => 'Date/heure de début',
'UI:SynchroDashboard:StartDate+' => 'Date et heure de démarrage de la dernière exécution',
'UI:SynchroDashboard:Title' => 'Tableau de bord de la synchro',
]);