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 ""
"PO-Revision-Date: 2023-02-04 07:14+0000\n"
"Last-Translator: Mircea Vutcovici <mirceavutcovici@gmail.com>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnlbwmon/ro/>\n"
"Language: ro\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 4.16-dev\n"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:563
msgid "%d IPv4-only hosts"
msgstr "%d gazde IPv4-only"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:570
msgid "%d IPv6-only hosts"
msgstr "%d gazde numai IPv6"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:577
msgid "%d dual-stack hosts"
msgstr "%d gazde dual-stack"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:114
msgid "%s and %s"
msgstr "%s și %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:112
msgid "%s, %s and %s"
msgstr "%s, %s și %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:93
msgid "-1 - Restart every last day of month"
msgstr "-1 - Repornire în fiecare ultimă zi a lunii"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:94
msgid "-7 - Restart a week before end of month"
msgstr "-7 - Reîncepeți cu o săptămână înainte de sfârșitul lunii"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:92
msgid "1 - Restart every 1st of month"
msgstr "1 - Repornire în fiecare 1 a lunii"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:161
msgid "10m - frequent commits at the expense of flash wear"
msgstr "10m - angajări frecvente în detrimentul uzurii flash-ului"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:160
msgid "12h - compromise between risk of data loss and flash wear"
msgstr "12h - compromis între riscul de pierdere a datelor și uzura flash-ului"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:159
msgid "24h - least flash wear at the expense of data loss risk"
msgstr ""
"24h - uzură minimă a flash-ului în detrimentul riscului de pierdere a datelor"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:166
msgid "30s - refresh twice per minute for reasonably current stats"
msgstr ""
"30s - reîmprospătare de două ori pe minut pentru statisticile actuale în mod "
"rezonabil"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:167
msgid "5m - rarely refresh to avoid frequently clearing conntrack counters"
msgstr ""
"5m - reîmprospătați rar pentru a evita golirea frecventă a contoarelor "
"Conntrack"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:162
msgid "60s - commit minutely, useful for non-flash storage"
msgstr "60s - commit minuțios, util pentru stocare non-flash"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:852
msgid "<big id=\"conn-total\">0</big> connections"
msgstr "<big id=\"conn-total\">0</big> conexiuni"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:849
msgid "<big id=\"host-total\">0</big> hosts"
msgstr "<big id=\"host-total\">0</big> gazde"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:942
msgid "<big id=\"ipv6-hosts\">0%</big> IPv6 support rate among hosts"
msgstr "<big id=\"ipv6-hosts\">0%</big> Rata de suport IPv6 în rândul gazdelor"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:944
msgid "<big id=\"ipv6-rx\">0B</big> total IPv6 download"
msgstr "<big id=\"ipv6-rx\">0B</big> total descărcare IPv6"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:943
msgid "<big id=\"ipv6-share\">0%</big> of the total traffic is IPv6"
msgstr "<big id=\"ipv6-share\">0%</big> din traficul total este IPv6"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:945
msgid "<big id=\"ipv6-tx\">0B</big> total IPv6 upload"
msgstr "<big id=\"ipv6-tx\">0B</big> total încărcare IPv6"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:899
msgid "<big id=\"layer7-most-conn\">0</big> cause the most connections"
msgstr "<big id=\"layer7-most-conn\">0</big> provoacă cele mai multe conexiuni"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:897
msgid "<big id=\"layer7-most-rx\">0</big> cause the most download"
msgstr "<big id=\"layer7-most-rx\">0</big> provoacă cele mai multe descărcări"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:898
msgid "<big id=\"layer7-most-tx\">0</big> cause the most upload"
msgstr "<big id=\"layer7-most-tx\">0</big> provoacă cea mai mare încărcare"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:896
msgid "<big id=\"layer7-total\">0</big> different application protocols"
msgstr "<big id=\"layer7-total\">0</big> diferite protocoale de aplicații"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:850
msgid "<big id=\"rx-total\">0</big> download"
msgstr "<big id=\"rx-total\">0</big> descărcare"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:851
msgid "<big id=\"tx-total\">0</big> upload"
msgstr "<big id=\"tx-total\">0</big> încărcați"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:63
msgid "Accounting period"
msgstr "Perioada contabilă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:60
msgid "Advanced Settings"
msgstr "Setări avansate"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:906
msgid "Application"
msgstr "Aplicație"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:882
msgid "Application Protocols"
msgstr "Protocoale de aplicare"
#: applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json:34
msgid "Backup"
msgstr "Backup"
#: applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json:3
msgid "Bandwidth Monitor"
msgstr "Monitorizarea lățimii de bandă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:76
msgid ""
"Changing the accounting interval type will invalidate existing databases!"
"<br /><strong><a href=\"%s\">Download backup</a></strong>."
msgstr ""
"Schimbarea tipului de interval de contabilitate va invalida bazele de date "
"existente!<br /><strong><a href=\"%s\">Descărcați backup</a></strong>."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:64
msgid ""
"Choose \"Day of month\" to restart the accounting period monthly on a "
"specific date, e.g. every 3rd. Choose \"Fixed interval\" to restart the "
"accounting period exactly every N days, beginning at a given date."
msgstr ""
"Alegeți \"Ziua lunii\" pentru a reporni lunar perioada contabilă la o "
"anumită dată, de exemplu, la fiecare 3 zile. Alegeți \"Interval fix\" pentru "
"a reporni perioada contabilă exact la fiecare N zile, începând de la o "
"anumită dată."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:869
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:915
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:962
msgid "Collecting data..."
msgstr "Colectare date..."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:157
msgid "Commit interval"
msgstr "Interval de angajament"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:151
msgid "Compress database"
msgstr "Comprimarea bazei de date"
#: applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json:25
msgid "Configuration"
msgstr "Configurație"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:628
msgid "Conn."
msgstr "Conex."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:861
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:907
msgid "Connections"
msgstr "Conexiuni"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:843
msgid "Connections / Host"
msgstr "Conexiuni / Gazdă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:169
msgid "Database directory"
msgstr "Directorul bazei de date"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:170
msgid ""
"Database storage directory. One file per accounting period will be placed "
"into this directory."
msgstr ""
"Director de stocare a bazei de date. În acest director va fi plasat câte un "
"fișier pentru fiecare perioadă contabilă."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:72
msgid "Day of month"
msgstr "Ziua lunii"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:84
msgid ""
"Day of month to restart the accounting period. Use negative values to count "
"towards the end of month, e.g. \"-5\" to specify the 27th of July or the "
"24th of February."
msgstr ""
"Ziua lunii în care se repornește perioada contabilă. Utilizați valori "
"negative pentru a număra spre sfârșitul lunii, de exemplu \"-5\" pentru a "
"specifica 27 iulie sau 24 februarie."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:24
msgid "Dismiss"
msgstr "Închideți"
#: applications/luci-app-nlbwmon/root/usr/share/luci/menu.d/luci-app-nlbwmon.json:16
msgid "Display"
msgstr "Afișare"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:629
msgid "Down. (Bytes)"
msgstr "Jos. (Bytes)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:630
msgid "Down. (Pkts.)"
msgstr "Jos. (Pkts.)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:611
msgctxt "Traffic counter"
msgid "Download"
msgstr "Descărcați"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:862
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:908
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:955
msgid "Download (Bytes)"
msgstr "Descărcare (Bytes)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:863
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:909
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:956
msgid "Download (Packets)"
msgstr "Descărcare (Pachete)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:885
msgid "Download / Application"
msgstr "Descărcare / Aplicație"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:59
msgid "Download Database Backup"
msgstr "Descărcați Database Backup"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:936
msgid "Dualstack enabled hosts"
msgstr "Gazde activate Dualstack"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:83
msgid "Due date"
msgstr "Data limită"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:1005
msgid "Dump (JSON)"
msgstr "Descărcare (JSON)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:975
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:983
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:992
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:1001
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:1010
msgid "Export"
msgstr "Exportați"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:804
msgid "Failed to commit database: %s"
msgstr "Nu s-a reușit confirmarea bazei de date: %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:45
msgid "Failed to download backup archive: %s"
msgstr "Nu s-a reușit descărcarea arhivei de rezervă: %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:793
msgid "Failed to download traffic data: %s"
msgstr "Nu s-a reușit descărcarea datelor de trafic: %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:28
msgid "Failed to restore backup archive: %s"
msgstr "Nu s-a reușit restaurarea arhivei de rezervă: %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:954
msgid "Family"
msgstr "Familie"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:73
msgid "Fixed interval"
msgstr "Interval fix"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:877
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:923
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:970
msgid "Force reload…"
msgstr "Reîncărcare forțată…"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:59
msgid "General Settings"
msgstr "Setări generale"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:64
msgid "Generate Backup"
msgstr "Generarea de copii de rezervă"
#: applications/luci-app-nlbwmon/root/usr/share/rpcd/acl.d/luci-app-nlbwmon.json:3
msgid "Grant UCI access for luci-app-nlbwmon"
msgstr "Acordă acces UCI pentru luci-app-nlbwmon"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:987
msgid "Grouped by IP (CSV)"
msgstr "Grupate în funcție de IP (CSV)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:978
msgid "Grouped by MAC (CSV)"
msgstr "Grupate după MAC (CSV)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:996
msgid "Grouped by protocol (CSV)"
msgstr "Grupate în funcție de protocol (CSV)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:859
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:952
msgid "Host"
msgstr "Gazdă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:620
msgid "Hostname: <big id=\"bubble-hostname\">example.org</big>"
msgstr "Numele gazdei: <big id=\"bubble-hostname\">example.org</big>"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:507
msgid "IPv4"
msgstr "IPv4"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:931
msgid "IPv4 vs. IPv6"
msgstr "IPv4 vs. IPv6"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:508
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:928
msgid "IPv6"
msgstr "IPv6"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:111
msgid "Interval"
msgstr "Intervalul"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:158
msgid ""
"Interval at which the temporary in-memory database is committed to the "
"persistent database directory."
msgstr ""
"Intervalul la care baza de date temporară în memorie este transferată în "
"directorul bazei de date persistente."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:165
msgid ""
"Interval at which traffic counters of still established connections are "
"refreshed from netlink information."
msgstr ""
"Intervalul la care contoarele de trafic ale conexiunilor încă stabilite sunt "
"reîmprospătate din informațiile netlink."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:112
msgid "Length of accounting interval in days."
msgstr "Durata intervalului de contabilizare în zile."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:123
msgid "Local interfaces"
msgstr "Interfețe locale"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:132
msgid "Local subnets"
msgstr "Subrețele locale"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:860
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:953
msgid "MAC"
msgstr "MAC"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:76
msgid "Malformed data received"
msgstr "Date primite în formă defectuoasă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:144
msgid "Maximum entries"
msgstr "Numărul maxim de intrări"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:155
msgid ""
"Maximum number of accounting periods to keep, use zero to keep databases "
"forever."
msgstr ""
"Numărul maxim de perioade contabile care trebuie păstrate; utilizați zero "
"pentru a păstra bazele de date pentru totdeauna."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:831
msgid "Netlink Bandwidth Monitor"
msgstr "Monitor de lățime de bandă Netlink"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:51
msgid "Netlink Bandwidth Monitor - Backup / Restore"
msgstr "Netlink Monitorul lățimii de bandă - Backup / Restaurare"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:52
msgid "Netlink Bandwidth Monitor - Configuration"
msgstr "Netlink Bandwidth Monitor - Configurație"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:362
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:416
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:542
msgid "No data recorded yet."
msgstr "Încă nu s-au înregistrat date."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:124
msgid "Only conntrack streams from or to any of these networks are counted."
msgstr ""
"Sunt luate în considerare numai fluxurile de conntrack de la sau către "
"oricare dintre aceste rețele."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:133
msgid "Only conntrack streams from or to any of these subnets are counted."
msgstr ""
"Sunt luate în considerare numai fluxurile de conntrack de la sau către "
"oricare dintre aceste subrețele."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:147
msgid "Preallocate database"
msgstr "Prealocarea bazei de date"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:339
msgid "Protocol"
msgstr "Protocol"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:61
msgid "Protocol Mapping"
msgstr "Maparea protocolului"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:61
msgid ""
"Protocol mappings to distinguish traffic types per host, one mapping per "
"line. The first value specifies the IP protocol, the second value the port "
"number and the third column is the name of the mapped protocol."
msgstr ""
"Mapping-uri de protocol pentru a distinge tipurile de trafic pentru fiecare "
"gazdă, câte un mapping pe linie. Prima valoare specifică protocolul IP, a "
"doua valoare numărul portului, iar a treia coloană este numele protocolului "
"mapat."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:164
msgid "Refresh interval"
msgstr "Interval de reîmprospătare"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:106
msgid "Require a valid date in the form \"YYYY-MM-DD\""
msgstr "Necesită o dată valdiă în formatul \"YYYY-MM-DD\""
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:57
msgid "Restore"
msgstr "Restaurează"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:52
msgid "Restore Database Backup"
msgstr "Restaurați copia de rezervă a bazei de date"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:20
msgid "Restore complete"
msgstr "Restaurare completă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:285
msgid "Select accounting period:"
msgstr "Selectați perioada contabilă:"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:334
msgid "Source IP"
msgstr "Sursă IP"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:96
msgid "Start date"
msgstr "Data de începere"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:97
msgid "Start date of the first accounting period, e.g. begin of ISP contract."
msgstr ""
"Data de începere a primei perioade contabile, de exemplu, data de începere a "
"contractului ISP."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:154
msgid "Stored periods"
msgstr "Perioadele stocate"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:53
msgid ""
"The Netlink Bandwidth Monitor (nlbwmon) is a lightweight, efficient traffic "
"accounting program keeping track of bandwidth usage per host and protocol."
msgstr ""
"Netlink Bandwidth Monitor (nlbwmon) este un program ușor și eficient de "
"contabilizare a traficului care ține evidența utilizării lățimii de bandă "
"pentru fiecare gazdă și protocol."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/backup.js:21
msgid "The following database files have been restored:"
msgstr "Următoarele fișiere ale bazei de date au fost restaurate:"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:145
msgid ""
"The maximum amount of entries that should be put into the database, setting "
"the limit to 0 will allow databases to grow indefinitely."
msgstr ""
"Numărul maxim de intrări care ar trebui introduse în baza de date; dacă "
"setați limita la 0, bazele de date vor putea crește la nesfârșit."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:838
msgid "Traffic / Host"
msgstr "Trafic / Gazdă"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:835
msgid "Traffic Distribution"
msgstr "Distribuția traficului"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:92
msgid "Unable to fetch traffic statistic data: %s"
msgstr "Imposibilitatea de a prelua date statistice de trafic: %s"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:631
msgid "Up. (Bytes)"
msgstr "Sus. (Bytes)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:632
msgid "Up. (Pkts.)"
msgstr "Sus. (Puncte)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:615
msgctxt "Traffic counter"
msgid "Upload"
msgstr "Încărcați"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:864
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:910
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:957
msgid "Upload (Bytes)"
msgstr "Încărcare (Bytes)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:865
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:911
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:958
msgid "Upload (Packets)"
msgstr "Încărcare (Pachete)"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:890
msgid "Upload / Application"
msgstr "Încărcare / Aplicație"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:621
msgid "Vendor: <big id=\"bubble-vendor\">Example Corp.</big>"
msgstr "Furnizor: <big id=\"bubble-vendor\">Example Corp.</big>"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:75
msgid "Warning"
msgstr "Avertisment"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:152
msgid ""
"Whether to gzip compress archive databases. Compressing the database files "
"makes accessing old data slightly slower but helps to reduce storage "
"requirements."
msgstr ""
"Dacă se recomandă comprimarea prin gzip a bazelor de date arhivate. "
"Comprimarea fișierelor bazelor de date face ca accesarea datelor vechi să "
"fie puțin mai lentă, dar ajută la reducerea cerințelor de stocare."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/config.js:148
msgid ""
"Whether to preallocate the maximum possible database size in memory. This is "
"mainly useful for memory constrained systems which might not be able to "
"satisfy memory allocation after longer uptime periods."
msgstr ""
"Dacă se va prealoca în memorie dimensiunea maximă posibilă a bazei de date. "
"Acest lucru este util în principal pentru sistemele cu restricții de memorie "
"care ar putea să nu poată satisface alocarea de memorie după perioade mai "
"lungi de funcționare."
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:130
msgid "no traffic"
msgstr "fără trafic"
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:335
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:388
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:401
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:406
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:641
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:653
#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw/display.js:658
msgid "other"
msgstr "alte"
|