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
|
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2024-10-16 19:05+0000\n"
"Last-Translator: Lorekin <lorekine@outlook.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnut/ru/>\n"
"Language: 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 5.8-rc\n"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:16
msgid "%s is mutually exclusive to other choices"
msgstr "%s является взаимоисключающим по отношению к другим вариантам"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:244
msgid "Additional Shutdown Time(s)"
msgstr "Дополнительное время выключения"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:64
msgid "Addresses on which to listen"
msgstr "Адреса для прослушивания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:49
msgid "Allowed actions"
msgstr "Разрешенные действия"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:21
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:156
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:185
msgid "As configured by NUT"
msgstr "Настройка с помощью NUT"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:59
msgid "Auxiliary"
msgstr "Слейв"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:180
msgid "Bytes to read from interrupt pipe"
msgstr "Байты для чтения из канала прерывания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:142
msgid "CA Certificate path"
msgstr "Путь к сертификату CA"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:101
msgid "Certificate file (SSL)"
msgstr "Файл сертификата (SSL)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:93
msgid "Communications lost message"
msgstr "Сообщение о потери связи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:90
msgid "Communications restored message"
msgstr "Сообщение о восстановлении связи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:36
msgid "Control UPS via CGI"
msgstr "Управление ИБП через CGI"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:73
msgid "Deadtime"
msgstr "Простой"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:116
msgid "Default for UPSes without this field."
msgstr "По умолчанию для ИБП без этого поля."
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:207
msgid "Delay for kill power command"
msgstr "Задержка для команды отключения питания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:216
msgid "Delay to power on UPS if power returns after kill power"
msgstr ""
"Задержка включения ИБП при возобновлении подачи питания после отключения "
"питания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:157
msgid "Description (Display)"
msgstr "Описание (показать)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:33
msgid "Display name"
msgstr "Отображаемое название"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:199
msgid "Do not lock port when starting driver"
msgstr "Не блокировать порт при запуске драйвера"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:160
msgid "Driver"
msgstr "Драйвер"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:144
msgid "Driver Configuration"
msgstr "Настройки драйвера"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:106
msgid "Driver Global Settings"
msgstr "Глобальные настройки драйвера"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:112
msgid "Driver Path"
msgstr "Путь к драйверу"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:240
msgid "Driver Shutdown Order"
msgstr "Порядок выключения драйвера"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:135
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:272
msgid "Driver waits for data to be consumed by upsd before publishing more."
msgstr ""
"Драйвер ожидает пока upsd обработает новые данных перед их публикацией."
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:87
msgid "Drop privileges to this user"
msgstr "Сбросить привилегии для этого пользователя"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:41
msgid "Enable"
msgstr "Включить"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:168
msgid ""
"Enables a hotplug script that makes all ttyUSB devices (e.g. serial USB) "
"group read-write as user %s"
msgstr ""
"Включает скрипт hotplug, который делает все устройства ttyUSB (например, "
"последовательный USB) группой чтения-записи от имени пользователя 'nut'"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:9
msgid "Execute notify command"
msgstr "Выполнить команду уведомления"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:52
msgid "Forced Shutdown"
msgstr "Принудительное выключение"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:87
msgid "Forced shutdown message"
msgstr "Сообщение о принудительном выключении"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:40
msgid "Global Settings"
msgstr "Глобальные настройки"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:15
msgid "Go to NUT CGI"
msgstr "Перейти к NUT CGI"
#: applications/luci-app-nut/root/usr/share/rpcd/acl.d/luci-app-nut.json:3
msgid "Grant UCI access for luci-app-nut"
msgstr "Предоставить UCI доступ для luci-app-nut"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:17
msgid "Host"
msgstr "Устройство"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:24
msgid "Hostname or IP address"
msgstr "Имя хоста или IP адрес"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:159
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:188
msgid "Hostname or address of UPS"
msgstr "Имя или адрес хоста UPS"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:69
msgid "Hot Sync"
msgstr "Быстрая синхронизация"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:68
msgid "IP Address"
msgstr "IP-адрес"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:161
msgid "If this list is empty you need to %s"
msgstr "Если этот список пуст, вам нужно %s"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:11
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:16
msgid "Ignore"
msgstr "Игнорировать"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:172
msgid "Ignore Low Battery"
msgstr "Игнорировать низкий уровень заряда батареи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:55
msgid "Instant commands"
msgstr "Мгновенные команды"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:176
msgid "Interrupt Only"
msgstr "Только прерывания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:180
msgid "Interrupt Size"
msgstr "Размер прерывания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:84
msgid "Low battery message"
msgstr "Сообщение о низком уровне заряда батареи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:193
msgid "Manufacturer (Display)"
msgstr "Производитель (отображаемый)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:184
msgid "Max USB HID Length Reported"
msgstr "Максимальная заявленная длина USB HID"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:82
msgid "Maximum Age of Data"
msgstr "Максимальный срок хранения"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:120
msgid "Maximum Retries"
msgstr "Максимальное количество попыток"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:116
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:188
msgid "Maximum Start Delay"
msgstr "Максимальная задержка запуска"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:95
msgid "Maximum connections"
msgstr "Максимальное количество подключений"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:120
msgid "Maximum number of times to try starting a driver."
msgstr "Максимальное количество попыток запуска драйвера."
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:130
msgid "Maximum time in seconds between refresh of UPS status"
msgstr "Максимальное количество секунд между обновлением статуса UPS"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:47
msgid "Minimum required number or power supplies"
msgstr "Минимально необходимое количество источников питания"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:196
msgid "Model (Display)"
msgstr "Модель (дисплей)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:13
#: applications/luci-app-nut/root/usr/share/luci/menu.d/luci-app-nut.json:42
msgid "NUT CGI"
msgstr "Сетевые инструменты ИБП (CGI)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:37
#: applications/luci-app-nut/root/usr/share/luci/menu.d/luci-app-nut.json:30
msgid "NUT Monitor"
msgstr "Сетевые инструменты ИБП (монитор)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:34
#: applications/luci-app-nut/root/usr/share/luci/menu.d/luci-app-nut.json:18
msgid "NUT Server"
msgstr "Сетевые инструменты ИБП (сервер)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:38
msgid "NUT Users"
msgstr "Пользователи NUT"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:156
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:185
msgid "Name of UPS"
msgstr "Имя ИБП"
#: applications/luci-app-nut/root/usr/share/luci/menu.d/luci-app-nut.json:3
msgid "Network UPS Tools"
msgstr "Утилиты Сетевого ИБП"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:14
msgid "Network UPS Tools CGI Configuration"
msgstr "Сетевые инструменты ИБП Конфигурация CGI"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:38
msgid "Network UPS Tools Monitoring Configuration"
msgstr "Сетевые инструменты ИБП Настройка мониторинга"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:35
msgid "Network UPS Tools Server Configuration"
msgstr "Сетевые инструменты ИБП Конфигурация сервера"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:199
msgid "No Lock"
msgstr "Нет защиты"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:102
msgid "No communications message"
msgstr "Нет сообщения о связи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:203
msgid "No low/high voltage transfer OIDs"
msgstr "Отсутствие OID для передачи низкого/высокого напряжения"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:105
msgid "No parent message"
msgstr "Нет родительского сообщения"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:108
msgid "Notification defaults"
msgstr "Уведомления по умолчанию"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:56
msgid "Notify command"
msgstr "Команда уведомления"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:111
msgid "Notify when back online"
msgstr "Уведомление о возвращении в сеть"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:132
msgid "Notify when battery needs replacing"
msgstr "Уведомление о необходимости замены батареи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:126
msgid "Notify when communications lost"
msgstr "Уведомление при потере связи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:123
msgid "Notify when communications restored"
msgstr "Уведомление при восстановлении связи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:120
msgid "Notify when force shutdown"
msgstr "Уведомление при принудительном отключении"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:117
msgid "Notify when low battery"
msgstr "Уведомление о разрядке батареи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:135
msgid "Notify when no communications"
msgstr "Уведомление при отсутствии связи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:138
msgid "Notify when no parent process"
msgstr "Уведомление об отсутствии родительского процесса"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:114
msgid "Notify when on battery"
msgstr "Уведомление при работе от аккумулятора"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:129
msgid "Notify when shutting down"
msgstr "Уведомление при отключении"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:207
msgid "Off Delay(s)"
msgstr "Задержка выключения (сек.)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:216
msgid "On Delay(s)"
msgstr "Задержка включения (сек.)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:81
msgid "On battery message"
msgstr "Сообщение о батарее"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:78
msgid "Online message"
msgstr "Онлайн сообщение"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:176
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:205
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:45
msgid "Password"
msgstr "Пароль"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:142
msgid "Path containing ca certificates to match against host certificate"
msgstr "Путь, содержащий сертификаты CA для сопоставления с сертификатом хоста"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:112
msgid "Path to drivers (instead of default)"
msgstr "Путь к драйверам (вместо пути по умолчанию)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:91
msgid "Path to state file"
msgstr "Путь к файлу состояния"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:82
msgid "Period after which data is considered stale"
msgstr "Период, после которого данные считаются устаревшими"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:130
msgid "Poll Interval"
msgstr "Интервал опроса"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:59
msgid "Poll frequency"
msgstr "Частота опроса"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:64
msgid "Poll frequency alert"
msgstr "Оповещение о частоте опроса"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:225
msgid "Polling Frequency(s)"
msgstr "Частота опроса"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:28
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:163
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:192
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:73
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:230
msgid "Port"
msgstr "Порт"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:168
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:197
msgid "Power value"
msgstr "Значение мощности"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:60
msgid "Primary"
msgstr "Мастер"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:234
msgid "Product (regex)"
msgstr "Продукт (регулярное выражение)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:99
msgid "Replace battery message"
msgstr "Сообщение о замене батареи"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:146
msgid "Require SSL and make sure server CN matches hostname"
msgstr "Требуйте SSL и убедитесь, что CN сервера соответствует имени хоста"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:125
msgid "Retry Delay"
msgstr "Задержка повтора"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:58
msgid "Role"
msgstr "Роль"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:109
msgid "Run drivers in a chroot(2) environment"
msgstr "Запуск драйверов в среде chroot(2)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:44
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:87
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:139
msgid "RunAs User"
msgstr "Выполнить как пользователь"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:153
msgid "SNMP Community"
msgstr "SNMP-сообщество"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:250
msgid "SNMP retries"
msgstr "Повторные попытки SNMP"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:254
msgid "SNMP timeout(s)"
msgstr "Время ожидания SNMP"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:258
msgid "SNMP version"
msgstr "Версия SNMP"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:260
msgid "SNMPv1"
msgstr "SNMPv1"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:261
msgid "SNMPv2c"
msgstr "SNMPv2c"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:262
msgid "SNMPv3"
msgstr "SNMPv3"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:247
msgid "Serial Number"
msgstr "Серийный номер"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:167
msgid "Set USB serial port permissions"
msgstr "Установите разрешения последовательного порта USB"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:51
msgid "Set variables"
msgstr "Объявить переменные"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:52
msgid "Shutdown command"
msgstr "Команда выключения"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:96
msgid "Shutdown message"
msgstr "Сообщение о завершении работы"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:135
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:272
msgid "Synchronous Communication"
msgstr "Синхронная связь"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:145
msgid "The name of this section will be used as UPS name elsewhere"
msgstr ""
"Название этого раздела будет использоваться в качестве названия ИБП в других "
"местах"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:125
msgid "Time in seconds between driver start retry attempts."
msgstr "Время в секундах между повторными попытками запуска драйвера."
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:188
msgid "Time in seconds that upsdrvctl will wait for driver to finish starting"
msgstr ""
"Время в секундах, в течение которого upsdrvctl будет ждать завершения "
"запуска драйвера"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:180
msgid "UPS Auxiliary"
msgstr "Ведомый ИБП"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:151
msgid "UPS Primary"
msgstr "Мастер ИБП"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:79
msgid "UPS Server Global Settings"
msgstr "Глобальные настройки сервера ИБП"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_cgi.js:21
msgid "UPS name"
msgstr "Имя ИБП"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:149
msgid "USB Bus(es) (regex)"
msgstr "USB шина(шины) (regex)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:237
msgid "USB Product Id"
msgstr "USB ИД устройства"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:269
msgid "USB Vendor Id"
msgstr "USB ИД Вендора"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:26
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:13
msgid "Unable to run ldd: %s"
msgstr "Невозможно запустить ldd: %s"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:55
msgid ""
"Use %s to see full list of commands your UPS supports (requires %s package)"
msgstr ""
"Используйте %s для просмотра полного списка команд, которые поддерживает ваш "
"ИБП (требуется пакет %s)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:139
msgid ""
"User as which to execute driver; requires device file accessed by driver to "
"be read-write for that user."
msgstr ""
"Пользователь, от имени которого выполняется драйвер; требует, чтобы файл "
"устройства, к которому обращается драйвер, был доступен для чтения и записи "
"для этого пользователя."
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:173
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:202
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:42
msgid "Username"
msgstr "Имя пользователя"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:266
msgid "Vendor (regex)"
msgstr "Вендор (regex)"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:146
msgid "Verify all connection with SSL"
msgstr "Проверка всех соединений с помощью SSL"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:184
msgid "Workaround for buggy firmware"
msgstr "Костыль для кривой прошивки"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:10
msgid "Write to syslog"
msgstr "Запись в syslog"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:109
msgid "chroot"
msgstr "chroot"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js:161
msgid "install drivers"
msgstr "установить драйверы"
#: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js:44
msgid "upsmon drops privileges to this user"
msgstr "upsmon передает привилегии этому пользователю"
#~ msgid "NUT CGI Access"
#~ msgstr "NUT CGI доступ"
|