forked from Cacti/plugin_thold
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathru-RU.po
More file actions
3885 lines (2989 loc) · 209 KB
/
Copy pathru-RU.po
File metadata and controls
3885 lines (2989 loc) · 209 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: developers@cacti.net\n"
"POT-Creation-Date: 2026-03-09 19:28-0700\n"
"PO-Revision-Date: 2024-12-06 19:24+0000\n"
"Last-Translator: Anton Zhuravlev <baka109g@gmail.com>\n"
"Language-Team: Russian <http://translate.cacti.net/projects/cacti/thold/ru/>\n"
"Language: ru-RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.8.1\n"
#: includes/arrays.php:26
msgid "Indefinitely"
msgstr "Определенно"
#: includes/arrays.php:27 includes/arrays.php:338 includes/arrays.php:370
#: includes/arrays.php:415 includes/arrays.php:436
#, php-format
msgid "%d Month"
msgstr "%d Месяц"
#: includes/arrays.php:28 includes/arrays.php:29 includes/arrays.php:30
#: includes/arrays.php:31
#, php-format
msgid "%d Months"
msgstr "%d Месяца"
#: includes/arrays.php:32
#, php-format
msgid "%d Year"
msgstr "%d Год"
#: includes/arrays.php:36
#, php-format
msgid "From %d Hour Ago"
msgstr "Каждые %d Часы"
#: includes/arrays.php:37 includes/arrays.php:38 includes/arrays.php:39
#: includes/arrays.php:40
#, php-format
msgid "From %d Hours Ago"
msgstr "Каждые %d часов"
#: includes/arrays.php:41
#, php-format
msgid "From %d Day Ago"
msgstr ""
#: includes/arrays.php:42 includes/arrays.php:43
#, php-format
msgid "From %d Days Ago"
msgstr "Каждый %d день"
#: includes/arrays.php:44
#, php-format
msgid "From %d Week Ago"
msgstr "%d Неделя"
#: includes/arrays.php:45 includes/arrays.php:46
#, php-format
msgid "From %d Weeks Ago"
msgstr "Каждую %d Неделю"
#: includes/arrays.php:47
#, php-format
msgid "From %d Month Ago"
msgstr "%d Месяц"
#: includes/arrays.php:48 includes/arrays.php:49 includes/arrays.php:50
#: includes/arrays.php:51
#, php-format
msgid "From %d Months Ago"
msgstr "%d Месяца"
#: includes/arrays.php:52
#, php-format
msgid "From %d Year Ago"
msgstr "%d Год"
#: includes/arrays.php:53
#, php-format
msgid "From %d Years Ago"
msgstr ""
#: includes/arrays.php:58 thold_graph.php:846 thold_graph.php:852
#: thold_graph.php:1204
msgid "Down"
msgstr "Выкл"
#: includes/arrays.php:62 includes/arrays.php:248 includes/arrays.php:264
#: thold_graph.php:864
msgid "Error"
msgstr "Ошибка"
#: includes/arrays.php:66 thold_graph.php:856 thold_graph.php:1205
msgid "Recovering"
msgstr "Восстановление"
#: includes/arrays.php:70 thold_graph.php:860 thold_graph.php:1203
msgid "Up"
msgstr "Вкл"
#: includes/arrays.php:74 thold_graph.php:868 thold_graph.php:1206
msgid "Unknown"
msgstr "Неизвестно"
#: includes/arrays.php:78 includes/arrays.php:219 includes/arrays.php:594
#: includes/settings.php:334 includes/settings.php:430
#: includes/settings.php:503 notify_lists.php:809 notify_lists.php:1308
#: notify_lists.php:1474 notify_lists.php:1695 thold.php:738
#: thold_graph.php:227 thold_graph.php:842 thold_graph.php:1200
msgid "Disabled"
msgstr "Выключен"
#: includes/arrays.php:82 thold_graph.php:1127 thold_graph.php:1202
msgid "Not Monitored"
msgstr "контролируемый"
#: includes/arrays.php:90
msgid "Notify - Alert"
msgstr "Уведомить - Предупредить - Предупредить"
#: includes/arrays.php:91 includes/arrays.php:167 includes/arrays.php:195
#: includes/arrays.php:246
msgid "Alert"
msgstr "Оповещение"
#: includes/arrays.php:96
msgid "Notify - Alert2Warning"
msgstr "Уведомить - Alert2Warning"
#: includes/arrays.php:97
msgid "Alert2Warn"
msgstr "Внимание, Внимание!"
#: includes/arrays.php:102
msgid "Notify - Warning"
msgstr "Уведомить - Предупреждение"
#: includes/arrays.php:103 includes/arrays.php:162 includes/arrays.php:203
#: includes/arrays.php:249
msgid "Warning"
msgstr "Предупреждение"
#: includes/arrays.php:108
msgid "Notify - Re-Trigger"
msgstr "Уведомить - Перезапустить триггер"
#: includes/arrays.php:109 includes/arrays.php:157
msgid "Re-Trigger"
msgstr "Перезапустить триггер"
#: includes/arrays.php:114
msgid "Notify - Restoral"
msgstr "Уведомить - Восстановительный"
#: includes/arrays.php:115 includes/arrays.php:172
msgid "Restoral"
msgstr "Восстановительный"
#: includes/arrays.php:120
msgid "Event - Alert Trigger"
msgstr "Событие - триггер тревоги"
#: includes/arrays.php:121
msgid "Alert Event"
msgstr "Предупреждения Предустановки"
#: includes/arrays.php:126
msgid "Event - Warning Trigger"
msgstr "Событие - Предупреждающий триггер"
#: includes/arrays.php:127
msgid "Warning Event"
msgstr "Предупреждение"
#: includes/arrays.php:132
msgid "Event - Restoral"
msgstr "Событие - Восстановительный"
#: includes/arrays.php:133 thold_graph.php:1578
msgid "Restoral Event"
msgstr "Восстановительное мероприятие"
#: includes/arrays.php:138
msgid "Event - Acknowledge"
msgstr "Принять к сведению"
#: includes/arrays.php:139
msgid "Acknowledge Event"
msgstr "Принять событие к сведению"
#: includes/arrays.php:147
msgid "Restore"
msgstr "Восстановить"
#: includes/arrays.php:152
msgid "Alert Trigger"
msgstr "Тревожный триггер"
#: includes/arrays.php:177
msgid "Warn Trigger"
msgstr "Предупреждение Триггер"
#: includes/arrays.php:182
msgid "Alert-Warn"
msgstr "Внимание, Внимание!"
#: includes/arrays.php:187 includes/arrays.php:215 thold_graph.php:1543
msgid "Acknowledgment"
msgstr "Подтверждение"
#: includes/arrays.php:199
msgid "Baseline Alert"
msgstr "Базовая тревога"
#: includes/arrays.php:207 includes/arrays.php:250
msgid "Notice"
msgstr "Уведомление"
#: includes/arrays.php:211
msgid "Ok"
msgstr "Ок"
#: includes/arrays.php:245
msgid "Emergency"
msgstr "Аварийный"
#: includes/arrays.php:247 thold.php:2112 thold.php:2131
#: thold_templates.php:1642 thold_templates.php:1656
msgid "Critical"
msgstr "Критический"
#: includes/arrays.php:251 includes/arrays.php:265
msgid "Info"
msgstr "Информация"
#: includes/arrays.php:252
msgid "Debug"
msgstr "Отладка"
#: includes/arrays.php:291 includes/arrays.php:376 includes/arrays.php:442
#: thold_functions.php:100
msgid "Never"
msgstr "Никогда"
#: includes/arrays.php:292
msgid "Every Minute"
msgstr "Каждую минуту"
#: includes/arrays.php:293 includes/arrays.php:294 includes/arrays.php:295
#: includes/arrays.php:296 includes/arrays.php:297 includes/arrays.php:298
#: includes/arrays.php:299 includes/arrays.php:300 includes/arrays.php:301
#: includes/arrays.php:377 includes/arrays.php:378 includes/arrays.php:379
#: includes/arrays.php:380 includes/arrays.php:381 includes/arrays.php:382
#: includes/settings.php:504 includes/settings.php:505
#: includes/settings.php:506
#, php-format
msgid "Every %d Minutes"
msgstr "Каждые %d Минуты"
#: includes/arrays.php:302 includes/arrays.php:383
msgid "Every Hour"
msgstr "Каждый час"
#: includes/arrays.php:303 includes/arrays.php:304 includes/arrays.php:305
#: includes/arrays.php:306 includes/arrays.php:307 includes/arrays.php:308
#: includes/arrays.php:384 includes/arrays.php:385 includes/arrays.php:386
#: includes/arrays.php:387 includes/arrays.php:388 includes/arrays.php:389
#: includes/settings.php:508
#, php-format
msgid "Every %d Hours"
msgstr "Каждые %d часов"
#: includes/arrays.php:309 includes/arrays.php:390
msgid "Every Day"
msgstr "Каждый день"
#: includes/arrays.php:310 includes/arrays.php:391
#, php-format
msgid "Every %d Days"
msgstr "Каждый %d день"
#: includes/arrays.php:311 includes/arrays.php:392
msgid "Every Week"
msgstr "Каждую неделю"
#: includes/arrays.php:312 includes/arrays.php:393
#, php-format
msgid "Every %d Weeks"
msgstr "Каждую %d Неделю"
#: includes/arrays.php:313 includes/arrays.php:394
msgid "Every Month"
msgstr "Каждый месяц"
#: includes/arrays.php:317 includes/arrays.php:342
#, php-format
msgid "%d Minute"
msgstr "%d Минута"
#: includes/arrays.php:318 includes/arrays.php:319 includes/arrays.php:320
#: includes/arrays.php:321 includes/arrays.php:322 includes/arrays.php:323
#: includes/arrays.php:324 includes/arrays.php:325 includes/arrays.php:326
#: includes/arrays.php:343 includes/arrays.php:344 includes/arrays.php:345
#: includes/arrays.php:346 includes/arrays.php:347 includes/arrays.php:348
#: includes/arrays.php:349 includes/arrays.php:350 includes/arrays.php:351
#: includes/arrays.php:352 includes/arrays.php:353 includes/arrays.php:354
#: includes/arrays.php:355 includes/arrays.php:356 includes/arrays.php:357
#: includes/arrays.php:398 includes/arrays.php:399 includes/arrays.php:400
#: includes/arrays.php:401 includes/arrays.php:402 includes/arrays.php:403
#: includes/arrays.php:419 includes/arrays.php:420 includes/arrays.php:421
#: includes/arrays.php:422 includes/arrays.php:423 includes/arrays.php:424
#: includes/arrays.php:613 includes/arrays.php:614 includes/arrays.php:615
#: includes/arrays.php:616
#, php-format
msgid "%d Minutes"
msgstr "%d Минут"
#: includes/arrays.php:327 includes/arrays.php:358 includes/arrays.php:404
#: includes/arrays.php:425
#, php-format
msgid "%d Hour"
msgstr "%d Час"
#: includes/arrays.php:328 includes/arrays.php:329 includes/arrays.php:330
#: includes/arrays.php:331 includes/arrays.php:332 includes/arrays.php:333
#: includes/arrays.php:359 includes/arrays.php:360 includes/arrays.php:361
#: includes/arrays.php:363 includes/arrays.php:364 includes/arrays.php:365
#: includes/arrays.php:405 includes/arrays.php:406 includes/arrays.php:407
#: includes/arrays.php:408 includes/arrays.php:409 includes/arrays.php:410
#: includes/arrays.php:426 includes/arrays.php:427 includes/arrays.php:428
#: includes/arrays.php:429 includes/arrays.php:430 includes/arrays.php:431
#, php-format
msgid "%d Hours"
msgstr "%d Часов"
#: includes/arrays.php:334 includes/arrays.php:366 includes/arrays.php:411
#: includes/arrays.php:432
#, php-format
msgid "%d Day"
msgstr "%d День"
#: includes/arrays.php:335 includes/arrays.php:367 includes/arrays.php:412
#: includes/arrays.php:433 thold_graph.php:1443
#, php-format
msgid "%d Days"
msgstr "%d Дней"
#: includes/arrays.php:336 includes/arrays.php:368 includes/arrays.php:413
#: includes/arrays.php:434
#, php-format
msgid "%d Week"
msgstr "%d Неделя"
#: includes/arrays.php:337 includes/arrays.php:369 includes/arrays.php:414
#: includes/arrays.php:435
#, php-format
msgid "%d Weeks"
msgstr "%d Недели"
#: includes/arrays.php:362
#, php-format
msgid "%0.1f Hours"
msgstr "%0,1f Часы работы"
#: includes/arrays.php:443
msgid "Every Polling"
msgstr "Каждый опрос"
#: includes/arrays.php:444 includes/arrays.php:445 includes/arrays.php:446
#: includes/arrays.php:447 includes/arrays.php:448 includes/arrays.php:449
#: includes/arrays.php:450 includes/arrays.php:451 includes/arrays.php:452
#: includes/arrays.php:453 includes/arrays.php:454 includes/arrays.php:455
#: includes/arrays.php:456 includes/arrays.php:457 includes/arrays.php:458
#, php-format
msgid "Every %d Pollings"
msgstr "Каждый %d Опросы"
#: includes/arrays.php:462 includes/arrays.php:481
#, php-format
msgid "%d Polling"
msgstr "%d Опрос"
#: includes/arrays.php:463 includes/arrays.php:464 includes/arrays.php:465
#: includes/arrays.php:466 includes/arrays.php:467 includes/arrays.php:468
#: includes/arrays.php:469 includes/arrays.php:470 includes/arrays.php:471
#: includes/arrays.php:472 includes/arrays.php:473 includes/arrays.php:474
#: includes/arrays.php:475 includes/arrays.php:476 includes/arrays.php:477
#: includes/arrays.php:482 includes/arrays.php:483 includes/arrays.php:484
#: includes/arrays.php:485 includes/arrays.php:486 includes/arrays.php:487
#: includes/arrays.php:488 includes/arrays.php:489 includes/arrays.php:490
#: includes/arrays.php:491 includes/arrays.php:492 includes/arrays.php:493
#: includes/arrays.php:494 includes/arrays.php:495 includes/arrays.php:496
#, php-format
msgid "%d Pollings"
msgstr "%d Опросы"
#: includes/arrays.php:503
msgid "High / Low"
msgstr "Высокий/Низкий"
#: includes/arrays.php:504
msgid "Baseline Deviation"
msgstr "Базовое отклонение"
#: includes/arrays.php:505
msgid "Time Based"
msgstr "Основанный на времени"
#: includes/arrays.php:509
#, php-format
msgid "%% Deviation Min/Max [TIP]"
msgstr "Отклонение UP"
#: includes/arrays.php:510
#, php-format
msgid "%% Deviation CF [TIP]"
msgstr "Отклонение UP"
#: includes/arrays.php:511
msgid "Absolute Val Min/Max [TIP]"
msgstr "Значение сигнала тревоги"
#: includes/arrays.php:512
msgid "Absolute Val of CF [TIP]"
msgstr "Значение сигнала тревоги"
#: includes/arrays.php:513
#, php-format
msgid "%% Deviation Avg [AOT]"
msgstr "Отклонение UP"
#: includes/arrays.php:514
#, php-format
msgid "%% Deviation Avg of CF [AOT]"
msgstr "Отклонение UP"
#: includes/arrays.php:515
msgid "Absolute Val Avg [AOT]"
msgstr "Значение сигнала тревоги"
#: includes/arrays.php:516
msgid "Absolute Val Avg of CF [AOT]"
msgstr "Значение сигнала тревоги"
#: includes/arrays.php:520
msgid "Exact Value"
msgstr "Точное значение"
#: includes/arrays.php:521
msgid "CDEF"
msgstr "CDEF"
#: includes/arrays.php:522
msgid "Percentage"
msgstr "Процент"
#: includes/arrays.php:523 thold.php:1979 thold_templates.php:1484
msgid "RPN Expression"
msgstr "RPN Экспрессия"
#: includes/arrays.php:524
msgid "Upper + Lower bytes"
msgstr "Верхний + нижний байты"
#: includes/arrays.php:528
msgid "Acknowledge"
msgstr "Принять к сведению"
#: includes/arrays.php:529
msgid "Suspend Notifications"
msgstr "Приостановить уведомления"
#: includes/arrays.php:530
msgid "Resume Notifications"
msgstr "Возобновить уведомления"
#: includes/arrays.php:531 includes/arrays.php:540 notify_lists.php:32
#: notify_queue.php:35 setup.php:1467
msgid "Delete"
msgstr "Удалить"
#: includes/arrays.php:532 includes/arrays.php:541
msgid "Enable"
msgstr "Включить"
#: includes/arrays.php:533 includes/arrays.php:542
msgid "Disable"
msgstr "Выключен вручную"
#: includes/arrays.php:534 includes/arrays.php:543
msgid "Reapply Suggested Names"
msgstr "Применить Предлагаемые Имена"
#: includes/arrays.php:535
msgid "Propagate Template"
msgstr "Шаблон размножения"
#: includes/arrays.php:539 thold_graph.php:1640
msgid "Export"
msgstr "Экспорт"
#: includes/arrays.php:547
msgid "Threshold Mail"
msgstr "Порог"
#: includes/arrays.php:548
msgid "Down Host Mail"
msgstr "Выключить оповещение почтой для Хоста"
#: includes/arrays.php:549
msgid "Up Host Mail"
msgstr "Включить оповещение почтой для Хоста"
#: includes/arrays.php:550
msgid "Threshold Cmd"
msgstr "Порог"
#: includes/arrays.php:551
msgid "Down Host Cmd"
msgstr ""
#: includes/arrays.php:552
msgid "Up Host Cmd"
msgstr ""
#: includes/arrays.php:569
msgid "Auto"
msgstr "Автоматически"
#: includes/arrays.php:570
msgid "0 Digits"
msgstr "0 цифр"
#: includes/arrays.php:571
msgid "1 Digit"
msgstr "1 цифра"
#: includes/arrays.php:572 includes/arrays.php:573 includes/arrays.php:574
#: includes/arrays.php:575 includes/arrays.php:576 includes/arrays.php:577
#: includes/arrays.php:578 includes/arrays.php:579 includes/arrays.php:580
#, php-format
msgid "%d Digits"
msgstr "%d Дня(ей)"
#: includes/arrays.php:597
#, php-format
msgid "> %d Devices"
msgstr "Устройства"
#: includes/arrays.php:601
#, php-format
msgid "> %d %%% of Devices Globally"
msgstr "Устройства"
#: includes/arrays.php:605
#, php-format
msgid "> %d Devices in a Site"
msgstr "Устройства"
#: includes/arrays.php:609
#, php-format
msgid "> %d %%% of Devices in a Site"
msgstr "Устройства"
#: includes/polling.php:421
msgid "SNMP not in use"
msgstr "SNMP не используется"
#: includes/polling.php:480 includes/polling.php:682 notify_queue.php:500
#: notify_queue.php:501 thold.php:1035 thold.php:1067 thold.php:1068
#: thold.php:1310 thold.php:1369 thold.php:1376 thold.php:1382 thold.php:1390
#: thold.php:1396 thold.php:1413 thold.php:1415 thold.php:1620
#: thold_graph.php:747 thold_graph.php:779 thold_graph.php:780
#: thold_graph.php:1080 thold_graph.php:1129 thold_graph.php:1132
#: thold_graph.php:1133 thold_graph.php:1134 thold_graph.php:1579
#: thold_graph.php:1580
msgid "N/A"
msgstr "Н/Д"
#: includes/polling.php:486
msgid "Devices Notice: <DESCRIPTION> (<HOSTNAME>) returned from DOWN state"
msgstr "Уведомление об устройствах: <ОПИСАНИЕ> (<ХОСТНАМЕ>), возвращенный из состояния \"ВНИЗ\"."
#: includes/polling.php:507
msgid "<br>System <DESCRIPTION> (<HOSTNAME>) status: <DOWN/UP><br><br>Site: <SITE><br>Location: <LOCATION><br>Current ping response: <CUR_TIME> ms<br>Average system response : <AVG_TIME> ms<br>System availability: <AVAILABILITY><br>Total Checks Since Clear: <TOT_POLL><br>Total Failed Checks: <FAIL_POLL><br>Last Date Checked UP: <LAST_FAIL><br>Devices Previously DOWN for: <DOWNTIME><br><br>SNMP Info:<br>Name - <SNMP_HOSTNAME><br>Location - <SNMP_LOCATION><br>Uptime - <UPTIMETEXT> (<UPTIME> ms)<br>System - <SNMP_SYSTEM><br><br>NOTE: <NOTES>"
msgstr "<br>Системный статус <ОПИСАНИЕ> (<ХОСТНАМЕ>): <DOWN/UP><br><br><br>Текущий ответ ping: <CUR_TIME> ms<br>Средняя реакция системы : <AVG_TIME> ms<br>Наличие системы: <AVAILABILITY><br>Общие проверки с момента очистки: <TOT_POLL><br>Общие неудачные проверки: <FAIL_POLL><br> Последняя проверенная дата UP: <LAST_FAIL><br>Устройства, для которых ранее было ВНИЗ: <DOWNTIME><br><br>SNMP Info:<br>Name - <SNMP_HOSTNAME><br>Location - <SNMP_LOCATION><br>Uptime - <UPTIMETEXT> (<UPTIME> ms)<br>System - <SNMP_SYSTEM><br>TENONO><br>."
#: includes/polling.php:688
msgid "Devices Error: <DESCRIPTION> (<HOSTNAME>) is DOWN"
msgstr "Устройства Ошибка: <ОПИСАНИЕ> (<ХОСТНАМЕ>) - ВНИЗ."
#: includes/polling.php:701 includes/polling.php:726
msgid "DOWN"
msgstr "Выкл"
#: includes/polling.php:709
msgid "System Error : <DESCRIPTION> (<HOSTNAME>) is <DOWN/UP><br>Site: <SITE><br>Location: <LOCATION><br>Reason: <MESSAGE><br><br>Average system response : <AVG_TIME> ms<br>System availability: <AVAILABILITY><br>Total Checks Since Clear: <TOT_POLL><br>Total Failed Checks: <FAIL_POLL><br>Last Date Checked DOWN : <LAST_FAIL><br>Devices Previously UP for: <DOWNTIME><br>NOTE: <NOTES>"
msgstr "Системная ошибка : <ОПИСАНИЕ> (<ХОСТНАМЕ>) - это <ВНИЗ/П><br>Причина: <MESSAGE><br><br>Средняя реакция системы : <AVG_TIME> ms<br>Наличие системы: <AVAILABILITY><br>Общие проверки с момента очистки: <TOT_POLL><br>Общие неудачные проверки: <FAIL_POLL><br>Последняя проверенная дата ВНИЗ : <LAST_FAIL><br>Устройства, для которых ранее использовался UP: <DOWNTIME><br>NOTE: <NOTES>"
#: includes/settings.php:29 includes/settings.php:64 includes/settings.php:71
#: includes/settings.php:77 includes/settings.php:223 notify_lists.php:45
#: notify_lists.php:1478 notify_lists.php:1543 notify_lists.php:2185
#: thold.php:745 thold.php:800 thold_functions.php:145 thold_graph.php:234
#: thold_templates.php:2267
msgid "Thresholds"
msgstr "Пороговые значения"
#: includes/settings.php:36
msgid "(actions)"
msgstr "(действия)"
#: includes/settings.php:43
msgid "(edit)"
msgstr "(Редактировать)"
#: includes/settings.php:50
msgid "(save)"
msgstr "(сохранить)"
#: includes/settings.php:57
msgid "(add)"
msgstr "(добавить)"
#: includes/settings.php:84
msgid "Threshold Logs"
msgstr "Пороговые журналы"
#: includes/settings.php:91 thold_functions.php:147 thold_graph.php:931
msgid "Device Status"
msgstr "Статус устройства"
#: includes/settings.php:98
msgid "Thresholds - Failures"
msgstr "Пороговые значения - неисправности"
#: includes/settings.php:105
msgid "Thresholds - Normal"
msgstr "Пороговые значения - нормальный"
#: includes/settings.php:112
msgid "Thresholds - Recovering"
msgstr "Пороговые значения - Восстановление работоспособности"
#: includes/settings.php:118
msgid "Recent Thresholds"
msgstr "Последние пороговые значения"
#: includes/settings.php:125
msgid "Recent Device Failures"
msgstr "Последние сбои устройства"
#: includes/settings.php:132 includes/settings.php:139
#: includes/settings.php:146 includes/settings.php:153
#: includes/settings.php:160 thold_templates.php:2142
msgid "Threshold Templates"
msgstr "Пороговые шаблоны"
#: includes/settings.php:167
msgid "Threshold Template Import"
msgstr "Импорт порогового шаблона Импорт шаблона"
#: includes/settings.php:174 includes/settings.php:188
#: includes/settings.php:195 includes/settings.php:221 notify_lists.php:2078
msgid "Notification Lists"
msgstr "Списки уведомлений"
#: includes/settings.php:181
msgid "Notification Lists (edit)"
msgstr "Списки уведомлений (редактирование)"
#: includes/settings.php:202 includes/settings.php:209
#: includes/settings.php:222
msgid "Notification Queue"
msgstr "Список уведомлений"
#: includes/settings.php:221 includes/settings.php:222
#: includes/settings.php:223
msgid "Management"
msgstr "Управление"
#: includes/settings.php:224 notify_lists.php:46 notify_lists.php:2186
#: thold_templates.php:2157 thold_templates.php:2237
msgid "Templates"
msgstr "Шаблоны"
#: includes/settings.php:224 thold_graph.php:1666
msgid "Threshold"
msgstr "Порог"
#: includes/settings.php:276
msgid "A template with that Data Source already exists!"
msgstr "Шаблон с этим Источником данных уже существует!"
#: includes/settings.php:292
msgid "Configure Thresholds"
msgstr "Настройка пороговых значений"
#: includes/settings.php:293
msgid "Configure Threshold Templates"
msgstr "Настройка пороговых шаблонов"
#: includes/settings.php:294
msgid "Manage Notification Lists"
msgstr "Управление списками уведомлений"
#: includes/settings.php:295
msgid "View Thresholds"
msgstr "Просмотр Пороговые значения"
#: includes/settings.php:299
msgid "Normal User"
msgstr "Обычный пользователь"
#: includes/settings.php:300
msgid "Template Editor"
msgstr "Редактор шаблонов"
#: includes/settings.php:301 includes/settings.php:302
msgid "General Administration"
msgstr "Общая администрация"
#: includes/settings.php:325
msgid "Device Up/Down Notification Settings"
msgstr "Настройки уведомлений устройства вверх/вниз"
#: includes/settings.php:331
msgid "Threshold Up/Down Email Notification"
msgstr "Пороговое вверх/вниз Уведомление по электронной почте"
#: includes/settings.php:335 notify_lists.php:809 notify_lists.php:1310
msgid "Global List"
msgstr "Глобальный список"
#: includes/settings.php:336
msgid "List Below"
msgstr "Список Ниже"
#: includes/settings.php:337
msgid "Global and List Below"
msgstr "Глобальный и список Ниже"
#: includes/settings.php:339
#, fuzzy
msgid "Which Type of Notification List(s) should be used for Device Up/Down events?"
msgstr "Какой(ые) список(ы) уведомлений должен(ы) быть уведомлен(ы) о событиях, происходящих в верхней/нижней части устройства?"
#: includes/settings.php:347 notify_queue.php:438
msgid "Notification List"
msgstr "Список уведомлений"
#: includes/settings.php:348
msgid "Which Notification List(s) of should be notified about Device Up/Down events?"
msgstr "Какой(ые) список(ы) уведомлений должен(ы) быть уведомлен(ы) о событиях, происходящих в верхней/нижней части устройства?"
#: includes/settings.php:357
msgid "Host Failure Count"
msgstr "Число отказов хоста"
#: includes/settings.php:358
msgid "The number of Polling Intervals at this Host must be Down before Thold logging an error and reporting Host as Down. Default is 0 (use Cacti setting)"
msgstr "Число интервалов опроса на этом хосте должно быть неактивным, прежде чем Thold будет регистрировать ошибку и сообщать о неработающем хосте. По умолчанию 0 (используйте настройку Cacti)"
#: includes/settings.php:363
msgid "Use Cacti Setting"
msgstr "Базовые настройки"
#: includes/settings.php:364
#, php-format
msgid "%d Polling Interval"
msgstr "d Опрос общественного мнения"
#: includes/settings.php:365 includes/settings.php:366
#: includes/settings.php:367 includes/settings.php:368
#, php-format
msgid "%d Polling Intervals"
msgstr "d Опросы общественного мнения"
#: includes/settings.php:392
msgid "Alerting/Thold"
msgstr "Предупреждение / удержание"
#: includes/settings.php:400 notify_lists.php:43
msgid "General"
msgstr "Общие"
#: includes/settings.php:404
msgid "Disable All Thresholds"
msgstr "Отключить все пороговые значения"
#: includes/settings.php:405
msgid "Checking this box will disable Alerting on all Thresholds. This can be used when it is necessary to perform maintenance on your network."
msgstr "Установив этот флажок, вы отключите оповещение обо всех пороговых значениях. Его можно использовать, когда необходимо выполнить техническое обслуживание в сети."
#: includes/settings.php:410
msgid "Auto Create Thresholds"
msgstr "Автоматическое создание пороговых значений"
#: includes/settings.php:411
msgid "If selected, when running either automation, or when creating/saving a Device, all Thresholds associated with the Device Template will be created."
msgstr "Если этот параметр выбран, при запуске системы автоматизации или при создании/сохранении устройства будут созданы все пороговые значения, связанные с шаблоном устройства."
#: includes/settings.php:416
msgid "Consider Unknown Data as Zero"
msgstr "Считать неизвестные данные нулем"
#: includes/settings.php:417
msgid "When checking Thresholds, if a Data Source returns Unknown Data ('U'), consider the value as zero for the Threshold check. You can also enable log this issue."
msgstr "При проверке пороговых значений, если источник данных возвращает неизвестные данные («U»), считайте значение нулевым для проверки порогового значения."
#: includes/settings.php:422
msgid "Default Management Status"
msgstr "Статус управления по умолчанию"
#: includes/settings.php:423
msgid "Default Threshold management filter status."
msgstr "Статус фильтра управления пороговым значением по умолчанию."
#: includes/settings.php:426 notify_lists.php:1075 notify_lists.php:1093
#: notify_lists.php:1439 notify_lists.php:1457 thold.php:720
msgid "Any"
msgstr "Любой"
#: includes/settings.php:427 thold.php:734 thold_graph.php:223
msgid "Breached or Triggered"
msgstr "Предупреждение Триггер"
#: includes/settings.php:428 notify_lists.php:1471 thold.php:735
#: thold_graph.php:224
msgid "Breached"
msgstr "Нарушенный"
#: includes/settings.php:429 notify_lists.php:1472 notify_lists.php:1573
#: thold.php:736 thold.php:873 thold_graph.php:225 thold_graph.php:519
msgid "Triggered"
msgstr "Просмотренный"
#: includes/settings.php:431 notify_lists.php:933 notify_lists.php:1473
#: notify_lists.php:1581 notify_lists.php:1695 notify_lists.php:2183
#: thold.php:737 thold.php:820 thold.php:2195 thold_graph.php:226
#: thold_graph.php:467 thold_graph.php:1199 thold_templates.php:1182
#: thold_templates.php:1720 thold_templates.php:2257
msgid "Enabled"
msgstr "Включенные"
#: includes/settings.php:436
msgid "Empty ifHighSpeed Default"
msgstr "Пустой, если По умолчанию HighSpeed Default (Высокоскоростной)"
#: includes/settings.php:437
msgid "When calculating Expression Thresholds, if the ifHighSpeed and ifSpeed come back as zero, use the following ifHighSpeed setting instead. Default ifHighSpeed will be 10000 for 10GE interfaces."
msgstr "При расчете пороговых значений экспрессии, если ifHighSpeed и ifSpeed возвращаются к нулю, используйте следующие настройки ifHighSpeed. По умолчанию для интерфейсов 10GE значением по умолчанию будет 10000 для интерфейсов HighSpeed."
#: includes/settings.php:444
msgid "Notification Preferences"
msgstr "Предустановки уведомлений SNMP"
#: includes/settings.php:448
msgid "Disable Legacy Notifications"
msgstr "Отключить устаревшие уведомления"
#: includes/settings.php:449
msgid "Checking this box will disable Legacy Alerting on all Thresholds. Legacy Alerting is defined as any Specific Email Alerts not associated with a Notification List."
msgstr "Установив этот флажок, вы отключите Предупреждение о наследии для всех пороговых значений. Предупреждение о наследнем событии определяется как любое Специальное уведомление по электронной почте, не связанное со списком уведомлений."
#: includes/settings.php:454
msgid "Threshold Notification Templated"
msgstr "Пороговый Шаблон Шаблон"
#: includes/settings.php:455
msgid "If checked, when creating at Threshold Template, its Notification Settings will, by default be owned by the Threshold Template."
msgstr "Если этот флажок установлен, при создании в шаблоне пороговых значений его настройки уведомлений по умолчанию будут принадлежать шаблону пороговых значений."
#: includes/settings.php:459
msgid "Enable Command Execution"
msgstr "Включить выполнение команды"
#: includes/settings.php:460
msgid "Checking this box will enable the ability to run commands on Threshold breach and restoral events."
msgstr "Установив этот флажок, вы сможете запускать команды на Пороговые нарушения и восстановительные события."
#: includes/settings.php:465
msgid "Enable Per Thold Notification"
msgstr "Включить одно уведомление за разом"
#: includes/settings.php:466
msgid "Checking this box will enable the ability to maintain custom Email bodies for Thresholds."
msgstr "Установив этот флажок, вы сможете поддерживать пользовательские тела электронной почты для пороговых значений."
#: includes/settings.php:471
msgid "Enable Notification Queue"
msgstr "Включить одно уведомление за разом"
#: includes/settings.php:472
msgid "Checking this box will switch Thold from performing inline Notification to using either the Notification Daemon, or notifications performed out of band by the Notification poller."
msgstr ""
#: includes/settings.php:477
msgid "Enable Sending Alert Emails to Warning Notification Lists"
msgstr "Список предупреждающих уведомлений"
#: includes/settings.php:478
msgid "Check this box if you wish Warning Notification List recipients to receive Alert Emails in addition to the Alert Notification list receivers. This case is applicable when Warning Notifications goes to Administrators and Alert Notifications go to Management."
msgstr ""
#: includes/settings.php:483
msgid "Threshold Daemon"
msgstr "Пороговый уровень Демона"
#: includes/settings.php:487
msgid "Enable Threshold Daemon"
msgstr "Включить Пороговый Демон."
#: includes/settings.php:488
msgid "Checking this box will enable the use of a dedicated Threshold daemon. This can be used to increase system performance and/or to distribute Threshold monitoring to a separate server."
msgstr "Установив этот флажок, вы сможете использовать выделенный Пороговый даемон. Это может быть использовано для повышения производительности системы и/или для распределения мониторинга порогового значения на отдельный сервер."
#: includes/settings.php:493
msgid "Force Threshold Daemon Debug"
msgstr "Пороговый уровень Демона"
#: includes/settings.php:494
msgid "Checking this box will enable Threshold Daemon debug when operating from SystemD or through the command line. This change is dynamic and will take effect as soon as the next Threshold loop commences."
msgstr ""
#: includes/settings.php:499
msgid "Daemon Down Notification Frequency"
msgstr "Настройки уведомлений устройства вверх/вниз"
#: includes/settings.php:500
msgid "If the Thold Daemon is found to be down, send out an Email notification at this frequency."
msgstr "Если Thold Daemon не работает, отправьте уведомление по электронной почте с этой частотой."
#: includes/settings.php:507
#, php-format
msgid "Every %d Hour"
msgstr "Каждые %d Часы"
#: includes/settings.php:513
msgid "Daemon Threads"
msgstr "Демон потоков"
#: includes/settings.php:514
msgid "The number of daemon threads to be handled by the Threshold Daemon."
msgstr "Максимальное количество одновременных процессов, обрабатываемых Пороговым Демоном."
#: includes/settings.php:517
msgid "1 Process"
msgstr "1 Процесс"
#: includes/settings.php:518 includes/settings.php:519
#: includes/settings.php:520 includes/settings.php:521
#: includes/settings.php:522 includes/settings.php:523
#: includes/settings.php:524 includes/settings.php:525
#: includes/settings.php:526
#, php-format
msgid "%d Processes"
msgstr "%d Процессы"
#: includes/settings.php:531
msgid "Logging"
msgstr "Регистрация"
#: includes/settings.php:535
msgid "Log Threshold Breaches"
msgstr "Пороговые значения превышения порога регистрации событий"
#: includes/settings.php:536
msgid "Enable logging of all Threshold failures to the Cacti Log."
msgstr "Включить протоколирование всех неполадок порогового уровня в журнале кактусов."
#: includes/settings.php:541
msgid "Show Data Source in Log"
msgstr "Показать источник данных в журнале"
#: includes/settings.php:542
msgid "Show the Data Source name in the Log if not present."
msgstr "Показывать имя источника данных в журнале, если его нет."
#: includes/settings.php:547
msgid "Log Threshold Changes"
msgstr "Пороговые изменения в журнале регистрации событий"
#: includes/settings.php:548
msgid "Enable logging of all Threshold changes to the Cacti Log."
msgstr "Включить протоколирование всех изменений порогового уровня в журнале кактусов."
#: includes/settings.php:553
msgid "Debug Log"
msgstr "Журнал отладки"