forked from Cacti/plugin_thold
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathar-SA.po
More file actions
3896 lines (3000 loc) · 195 KB
/
Copy pathar-SA.po
File metadata and controls
3896 lines (3000 loc) · 195 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 Cacti Group
# This file is distributed under the same license as the Cacti package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Cacti\n"
"Report-Msgid-Bugs-To: developers@cacti.net\n"
"POT-Creation-Date: 2026-03-09 19:28-0700\n"
"PO-Revision-Date: 2024-04-20 14:49-0400\n"
"Last-Translator: \n"
"Language-Team: Cacti Developers <developers@cacti.net>\n"
"Language: ar_SA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Generator: Poedit 3.4.2\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 "من %d اليوم منذ"
#: 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 "منذ %d سنوات"
#: 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 "إخطار - تنبيه2تحذير"
#: includes/arrays.php:97
msgid "Alert2Warn"
msgstr "تنبيه2تحذير"
#: 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 "%% الحد الأدنى / الأقصى للانحراف [TIP]"
#: includes/arrays.php:510
#, php-format
msgid "%% Deviation CF [TIP]"
msgstr "%% الانحراف CF [TIP]"
#: includes/arrays.php:511
msgid "Absolute Val Min/Max [TIP]"
msgstr "المطلق فال الحد الأدنى / الحد الأقصى [تلميح]"
#: includes/arrays.php:512
msgid "Absolute Val of CF [TIP]"
msgstr "فال المطلق من CF [TIP]"
#: includes/arrays.php:513
#, php-format
msgid "%% Deviation Avg [AOT]"
msgstr "%% متوسط الانحراف [AOT]"
#: includes/arrays.php:514
#, php-format
msgid "%% Deviation Avg of CF [AOT]"
msgstr "%% متوسط انحراف CF [AOT]"
#: includes/arrays.php:515
msgid "Absolute Val Avg [AOT]"
msgstr "متوسط فال المطلق [AOT]"
#: includes/arrays.php:516
msgid "Absolute Val Avg of CF [AOT]"
msgstr "متوسط فال المطلق ل CF [AOT]"
#: 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 "أجهزة > %d"
#: includes/arrays.php:601
#, fuzzy, php-format
msgid "> %d %%% of Devices Globally"
msgstr "> %d %% الأجهزة على مستوى العالم"
#: includes/arrays.php:605
#, php-format
msgid "> %d Devices in a Site"
msgstr "> %d الأجهزة في الموقع"
#: includes/arrays.php:609
#, fuzzy, php-format
msgid "> %d %%% of Devices in a Site"
msgstr "> %d %% الأجهزة في الموقع"
#: 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 "N/A"
#: includes/polling.php:486
msgid "Devices Notice: <DESCRIPTION> (<HOSTNAME>) returned from DOWN state"
msgstr "إشعار الأجهزة: <DESCRIPTION> (<HOSTNAME>) تم إرجاعها من حالة DOWN</HOSTNAME></DESCRIPTION>"
#: 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><DESCRIPTION> حالة النظام <HOSTNAME>() :<DOWN p=\"\"><br><br>موقع: <SITE><br>مكان: <LOCATION><br>استجابة بينغ الحالية: <CUR_TIME> مللي ثانية<br>متوسط استجابة النظام: <AVG_TIME> مللي ثانية<br>توفر النظام: <AVAILABILITY><br>إجمالي الشيكات منذ الوضوح: <TOT_POLL><br>إجمالي عمليات التحقق الفاشلة: <FAIL_POLL><br>آخر موعد تم فحصه: <LAST_FAIL><br>الأجهزة التي كانت معطلة سابقا من أجل: <DOWNTIME><br><br>معلومات SNMP:<br>اسم- <SNMP_HOSTNAME><br>مكان- <SNMP_LOCATION><br>الجهوزية - <UPTIMETEXT> (<UPTIME> مللي ثانية)<br>نظام- <SNMP_SYSTEM><br><br>ملاحظه: <NOTES></SNMP_SYSTEM></UPTIME></UPTIMETEXT></SNMP_LOCATION></SNMP_HOSTNAME></DOWNTIME></LAST_FAIL></FAIL_POLL></TOT_POLL></AVAILABILITY></AVG_TIME></CUR_TIME></LOCATION></SITE></DOWN></HOSTNAME></DESCRIPTION>"
#: includes/polling.php:688
msgid "Devices Error: <DESCRIPTION> (<HOSTNAME>) is DOWN"
msgstr "خطأ في الأجهزة: <DESCRIPTION> (<HOSTNAME>) لأسفل</HOSTNAME></DESCRIPTION>"
#: 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 "خطأ في النظام: <DESCRIPTION> (<HOSTNAME>) هو <DOWN p=\"\"><br>موقع: <SITE><br>مكان: <LOCATION><br>سبب: <MESSAGE><br><br>متوسط استجابة النظام: <AVG_TIME> مللي ثانية<br>توفر النظام: <AVAILABILITY><br>إجمالي الشيكات منذ الوضوح: <TOT_POLL><br>إجمالي عمليات التحقق الفاشلة: <FAIL_POLL><br>آخر تاريخ تم التحقق منه : <LAST_FAIL><br>الأجهزة التي سبق أن تم تشغيلها من أجل: <DOWNTIME><br>ملاحظه: <NOTES></DOWNTIME></LAST_FAIL></FAIL_POLL></TOT_POLL></AVAILABILITY></AVG_TIME></MESSAGE></LOCATION></SITE></DOWN></HOSTNAME></DESCRIPTION>"
#: 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 (استخدم إعداد الصبار)"
#: 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 "التنبيه / Thold"
#: 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 "إفراغ ifHighSpeed الافتراضي"
#: 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 التالي بدلا من ذلك. الافتراضي ifHighSpeed سيكون 10000 لواجهات 10GE."
#: includes/settings.php:444
msgid "Notification Preferences"
msgstr "تفضيلات الإشعارات"
#: 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 "تمكين الإخطار لكل Thold"
#: 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 "سيؤدي تحديد هذا المربع إلى تبديل Thold من أداء إعلام مضمن إلى استخدام إما برنامج إعلام خفي أو إعلامات يتم إجراؤها خارج النطاق بواسطة مستقص الإشعارات."
#: 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 "سيؤدي تحديد هذا المربع إلى تمكين تصحيح أخطاء Threshold Daemon عند التشغيل من SystemD أو من خلال سطر الأوامر. هذا التغيير ديناميكي وسيدخل حيز التنفيذ بمجرد بدء حلقة العتبة التالية."
#: 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 "عدد خيوط البرنامج الخفي التي سيتم التعامل معها بواسطة Threshold Daemon."
#: 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 "بيانات وضع التصحيح (Debug Log)"