-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathru.dict.itop-synchro-dashboard.php
34 lines (34 loc) · 1.59 KB
/
ru.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('RU RU', 'Russian', 'Русский', [
'Menu:DataSourcesDashboard' => 'Synchronization Dashboard~~',
'UI:SynchroDashboard:Duration' => 'Duration~~',
'UI:SynchroDashboard:Duration+' => 'Duration of the latest execution~~',
'UI:SynchroDashboard:NbOfErrors' => 'Errors~~',
'UI:SynchroDashboard:NbOfErrors+' => 'Number of errors encountered during the latest run~~',
'UI:SynchroDashboard:NbOfReplicas' => 'Number of replicas~~',
'UI:SynchroDashboard:NbOfReplicas+' => 'Total number of replicas for this synchro data source~~',
'UI:SynchroDashboard:NbOfWarnings' => 'Warnings~~',
'UI:SynchroDashboard:NbOfWarnings+' => 'Number of warnings encountered during the latest run~~',
'UI:SynchroDashboard:Overview:DataSources' => 'Data Sources~~',
'UI:SynchroDashboard:Overview:Errors' => 'Errors~~',
'UI:SynchroDashboard:Overview:LatestRun' => 'Latest Run~~',
'UI:SynchroDashboard:Overview:PeakMemory' => 'Peak Memory~~',
'UI:SynchroDashboard:Overview:Replicas' => 'Replicas~~',
'UI:SynchroDashboard:Overview:RunTime' => 'Run Time~~',
'UI:SynchroDashboard:Overview:Warnings' => 'Warnings~~',
'UI:SynchroDashboard:PeakMemoryUsage' => 'Peak Memory Usage~~',
'UI:SynchroDashboard:PeakMemoryUsage+' => 'Maximum amount of memory used during the synchronization~~',
'UI:SynchroDashboard:StartDate' => 'Start Date~~',
'UI:SynchroDashboard:StartDate+' => 'Start date of the latest execution~~',
'UI:SynchroDashboard:Title' => 'Data Synchro Dashboard~~',
]);