aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/locale/target/angular_jbo.xml
blob: 7f5ba89ec2c72edaffed75bf7273331c9955acfc (plain) (blame)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
<?xml version="1.0" encoding="utf-8"?>
<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
  <file source-language="en-US" datatype="plaintext" original="" target-language="jbo">
    <body>
      <trans-unit id="ngb.alert.close">
        <source>Close</source>
        <target>nu mipri</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.carousel.previous">
        <source>Previous</source>
        <target>lamli'e</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.carousel.next">
        <source>Next</source>
        <target>se lamli'e</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.datepicker.previous-month">
        <source>Previous month</source>
        <target>prula'ima'i</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.datepicker.next-month">
        <source>Next month</source>
        <target>bavla'ima'i</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.datepicker.select-month">
        <source>Select month</source>
        <target>nu cuxna pa masti</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.datepicker.select-year">
        <source>Select year</source>
        <target>nu cuxna pa nanca</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.first">
        <source>««</source>
        <target>««</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.previous">
        <source>«</source>
        <target>«</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.next">
        <source>»</source>
        <target>»</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.last">
        <source>»»</source>
        <target>»»</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.first-aria">
        <source>First</source>
        <target>pa moi</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.previous-aria">
        <source>Previous</source>
        <target>lamli'e</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.next-aria">
        <source>Next</source>
        <target>se lamli'e</target>
        <context-group name="null">
          <context context-type="linenumber">41</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.pagination.last-aria">
        <source>Last</source>
        <target>ro moi</target>
        <context-group name="null">
          <context context-type="linenumber">49</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.progressbar.value">
        <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target><context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.increment-hours">
        <source>Increment hours</source>
        <target>nu zenba lo se cacra</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.hours">
        <source>Hours</source>
        <target>se cacra</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.decrement-hours">
        <source>Decrement hours</source>
        <target>nu jdika lo se cacra</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.increment-minutes">
        <source>Increment minutes</source>
        <target>nu zenba lo se mentu</target>
        <context-group name="null">
          <context context-type="linenumber">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.minutes">
        <source>Minutes</source>
        <target>se mentu</target>
        <context-group name="null">
          <context context-type="linenumber">34</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.decrement-minutes">
        <source>Decrement minutes</source>
        <target>nu jdika lo se mentu</target>
        <context-group name="null">
          <context context-type="linenumber">40</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.increment-seconds">
        <source>Increment seconds</source>
        <target>nu zenba lo se snidu</target>
        <context-group name="null">
          <context context-type="linenumber">49</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.seconds">
        <source>Seconds</source>
        <target>se snidu</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.decrement-seconds">
        <source>Decrement seconds</source>
        <target>nu jdika lo se snidu</target>
        <context-group name="null">
          <context context-type="linenumber">60</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
        <source>You don't have notifications.</source>
        <target>.i no da notci fo do</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
        <source>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i gau la\'o zoi. <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> .zoi pa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>cnino se vidvi<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> co\'a gubni
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
        <source>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i la\'o zoi. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> .zoi te pinka pa do se vidvi no\'u la\'o zoi. <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> .zoi
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">47</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
        <source>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i pa do se vidvi no\'u la\'o zoi. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> .zoi co\'a gubni
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">55</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
        <source>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>.i do mo\'u nerbei pa se vidvi<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> no\'u la\'o zoi. <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> .zoi
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
        <source>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i da nabmi fi lo nu nerbei lo do<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>se vidvi<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> no\'u la\'o zoi. <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> .zoi
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">71</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
        <source>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i da cmeveigau fi zoi zoi. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> .zoi lo do <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> samtcise'u
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">79</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
        <source>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following

          <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
          <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i la\'o zoi. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> .zoi terbejbi\'o

          <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>pa do te tivni no\'u la\'o zoi. <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> .zoi<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
          <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>lo'i do pilno se zukte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">87</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
        <source>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </source>
        <target>
        <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>

        <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
          .i la\'o zoi. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> .zoi cusku lo cmene be do va\'o <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>pa se vidvi no\'u la\'o zoi. <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> .zoi<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
        <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">98</context>
        </context-group>
      </trans-unit>
      <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
        <source>Options</source>
        <target>te tcimi'e</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
        <source>Display name</source>
        <target>cmene</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
        <source>Create</source>
        <target>zbasu</target>
        <context-group name="null">
          <context context-type="linenumber">74</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
        <source>Download video</source>
        <target>nu kibycpa lo vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
        <source>Direct download</source>
        <target>sirji kibycpa</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
        <source>
      Cancel
    </source>
        <target>
      nu sisti
    </target>
        <context-group name="null">
          <context context-type="linenumber">47</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
        <source>Download</source>
        <target>nu kibycpa</target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
        <source>Unlisted</source>
        <target>na cmima lo se liste</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
        <source>Private</source>
        <target>sivni</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
        <source>Save</source>
        <target>vreji</target>
        <context-group name="null">
          <context context-type="linenumber">92</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
        <source>No results.</source>
        <target>.i facki fi no da</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
        <source>Delete</source>
        <target>nu vimcu</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
        <source>Edit</source>
        <target>nu bixygau</target>
        <context-group name="null">
          <context context-type="linenumber">195</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
        <source>Get help</source>
        <target>nu sidju do</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
        <source>
    Unsubscribe
  </source>
        <target>
sisti lo nu jersi pe'a</target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
        <source>Cancel</source>
        <target>sisti</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
        <source>User</source>
        <target>lo pilno</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
        <source>User registration is not allowed on this instance, but you can register on many others!</source>
        <target>.i le samtcise'u cu curmi no nu cmiveigau .i ku'i do cmeveigau fo so'i drata ka'e</target>
        <context-group name="null">
          <context context-type="linenumber">28</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
        <source>Password</source>
        <target>lo lerpoijaspu</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
        <source>I forgot my password</source>
        <target>.i mi nalmo'i le mi lerpoijaspu</target>
        <context-group name="null">
          <context context-type="linenumber">44</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
        <source>Login</source>
        <target>co'a cmisau</target>
        <context-group name="null">
          <context context-type="linenumber">32</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
        <source>Forgot your password</source>
        <target>.i mi nalmo'i le mi lerpoijaspu</target>
        <context-group name="null">
          <context context-type="linenumber">57</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
        <source>
      We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
    </source>
        <target>
      .i .uu do na kakne lo ka ce'u basygau fo lo ka ce'u japyvla do kei kei xoi se rinka lo nu lo jitro be lo samtcise'u na ba'o tcimi'e lo samymri ciste pe la .pirtub.
    </target>
        <context-group name="null">
          <context context-type="linenumber">64</context>
        </context-group>
      </trans-unit>
      <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
        <source>Email</source>
        <target>lo ve samymri</target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
        <source>Email address</source>
        <target>lo ve samymri</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
        <source>Send me an email to reset my password</source>
        <target>samymri fi mi te zu'e lo nu galfi le mi japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">81</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
        <source>
    Reset my password
  </source>
        <target>
galfi le mi japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
        <source>Reset my password</source>
        <target>galfi le mi japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
        <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
        <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> lo te facki</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
        <source>
    No results found
  </source>
        <target>
.i facki fi no da</target>
        <context-group name="null">
          <context context-type="linenumber">28</context>
        </context-group>
      </trans-unit>
      <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
        <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
        <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> lo jersi pe'a</target>
        <context-group name="null">
          <context context-type="linenumber">44</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
        <source>Change the language</source>
        <target>galfi lo bangu</target>
        <context-group name="null">
          <context context-type="linenumber">102</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
        <source>
    Help to translate PeerTube!
  </source>
        <target>
.i .e'u do .i'i sidju fanva lo sazycimde pe la .pirtub.</target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
        <source>Create an account</source>
        <target>zbasu lo pilno</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
        <source>Videos</source>
        <target>lo vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
        <source>Subscriptions</source>
        <target>lo se jersi pe'a</target>
        <context-group name="null">
          <context context-type="linenumber">51</context>
        </context-group>
      </trans-unit>
      <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
        <source>History</source>
        <target>citri</target>
        <context-group name="null">
          <context context-type="linenumber">56</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
        <source>Trending</source>
        <target>lo cabna misno</target>
        <context-group name="null">
          <context context-type="linenumber">71</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
        <source>Recently added</source>
        <target>pu za se jmina</target>
        <context-group name="null">
          <context context-type="linenumber">76</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
        <source>Local</source>
        <target>lo diklo</target>
        <context-group name="null">
          <context context-type="linenumber">81</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
        <source>More</source>
        <target>lo drata</target>
        <context-group name="null">
          <context context-type="linenumber">86</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
        <source>Administration</source>
        <target>nu jitro</target>
        <context-group name="null">
          <context context-type="linenumber">90</context>
        </context-group>
      </trans-unit>
      <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
        <source>About</source>
        <target>lo datni</target>
        <context-group name="null">
          <context context-type="linenumber">26</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
        <source>View your notifications</source>
        <target>nu viska lo notci be fo do</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
        <source>Notifications</source>
        <target>notci</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
        <source>Update your notification preferences</source>
        <target>nu basti fi lo ka ce'u notci te tcimi'e fi do</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
        <source>See all your notifications</source>
        <target>nu viska ro notci be fo do</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
        <source>Search...</source>
        <target>nu sisku</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
        <source>Upload</source>
        <target>nu kibdu'a</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
        <source>Sort</source>
        <target>nu ganzu</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
        <source>Published date</source>
        <target>detri lo nu co'a gubni</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
        <source>Original publication year</source>
        <target>cabna'a fi lo nu co'a gubni</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
        <source>Duration</source>
        <target>lo temci</target>
        <context-group name="null">
          <context context-type="linenumber">45</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
        <source>Display sensitive content</source>
        <target>viska lo ganvi poi te kajde</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
        <source>Category</source>
        <target>lo klesi</target>
        <context-group name="null">
          <context context-type="linenumber">164</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
        <source>Language</source>
        <target>lo bangu</target>
        <context-group name="null">
          <context context-type="linenumber">182</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
        <source>Filter</source>
        <target>cuxselgre</target>
        <context-group name="null">
          <context context-type="linenumber">115</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
        <source>Instance</source>
        <target>samtcise'u</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
        <source>PeerTube</source>
        <target>me la .pirtub.</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
        <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
        <target>nu tavla lo jitro be la\'o zoi. <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> .zoi</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
        <source>Your name</source>
        <target>cmene do</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
        <source>Your email</source>
        <target>samymri judri do</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
        <source>Your message</source>
        <target>notci fi do</target>
        <context-group name="null">
          <context context-type="linenumber">38</context>
        </context-group>
      </trans-unit>
      <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
        <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
        <target>datni lo samtcise\'u no\'u la\'o zoi. <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> .zoi</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
        <source>Contact administrator</source>
        <target>nu tavla lo jitro</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
        <source>Description</source>
        <target>lo ve skicu</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
        <source>
  About PeerTube
</source>
        <target>
datni la .pirtub.
</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
        <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
        <target>.i la .pirtub. cu jikca jorne be fi la .aktivitipyb. ku ke vidvi tivni ciste je cu pilno pa benji be fo lo kibyca'o ku simxu ciste no'u la .uebytorent.</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
        <source>
    For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
  </source>
        <target>
.i ga na ja do djica lo ka ce'u facki lo zmadu gi ko vitke la'o zoi. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> .zoi</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
        <source>P2P &amp; Privacy</source>
        <target>ni'o ni'o sau'e'u lo su'u simxu benji jo'u lo ka sivni</target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
        <source>
    PeerTube uses the BitTorrent protocol to share bandwidth between users.
    This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
  </source>
        <target>
    .i .o'i la .pirtub. cu pilno la .bitorent. noi ciste ku'o lo nu lo benji nilsutra cu fatri lo'i pilno
    .i la'e di'u nibli lo du'u lo ciste pe la .bitorent. ge'u pe le samtcise'u cu vreji lo do kibro judri ca'o lo nu do kibycpa lo vidvi ja cu catlu ri</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
        <source>What are the consequences?</source>
        <target>ni'o ma jalge</target>
        <context-group name="null">
          <context context-type="linenumber">25</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
        <source>
    In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
    In practice, this is much more difficult because:
  </source>
        <target>
    .i da'i lo banzu certu be lo zbaske cu ka'e sampla fi lo pu'u gau vreji lo kibro judri ku lo vidvi poi se kibycpa ri
    .i da'i nai la'e di'e rinka lo nu la'e di'u mutce nandu .i tu'e</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
        <source>
      An HTTP request has to be sent on each tracker for each video to spy.
      If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
    </source>
        <target>
    .i ro vreji ro vidvi pa di poi mipyzga ve cpedu zo'u lo mipyzga cu nitcu lo ka ce'u benji di
    .i ga na ja da'i mi djica lo ka ce'u mipyzga ro lo vidvi pe la .pirtub. gi ro vidvi pe py. zo'u .ei mi benji pa ve cpedu to sordu'e la'a toi</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
        <source>
      The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
    </source>
        <target>
    .i lo kibro judri cu smuvrici datni .i bo  ri se galfi di'i gi'e ka'e judri so'i lo prenu ja zukyka'e</target>
        <context-group name="null">
          <context context-type="linenumber">51</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
        <source>
    The worst-case scenario of an average person spying on their friends is quite unlikely.
    There are much more effective ways to get that kind of information.
  </source>
        <target>
    .i la'a nai sai lo fadni prenu cu mipyzga lo pendo be ri
    .i da noi mutce xagmau cu drata tadji lo'e nu cpacu le datni</target>
        <context-group name="null">
          <context context-type="linenumber">62</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
        <source>How does PeerTube compare with YouTube?</source>
        <target>ni'o xe karbi la .pirtub. la .iutub.</target>
        <context-group name="null">
          <context context-type="linenumber">67</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
        <source>What can I do to limit the exposure of my IP address?</source>
        <target>ni'o mi ka'e zukte ma lo nu jimte le mi kibro judri</target>
        <context-group name="null">
          <context context-type="linenumber">75</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
        <source>What will be done to mitigate this problem?</source>
        <target>ni'o se zukte fi lo nu spuda lo nabmi</target>
        <context-group name="null">
          <context context-type="linenumber">83</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
        <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
        <target>.i <x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> da terbe'i</target>
        <context-group name="null">
          <context context-type="linenumber">31</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
        <source>Video channels</source>
        <target>se vidvi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">36</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
        <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
        <target>.i <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/> detri lo nu cmeveigau</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
        <source>Name</source>
        <target>cmene</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
        <source>Short description</source>
        <target>cmalu ke skicu vlapoi</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
        <source>Videos Trending</source>
        <target>zasni misno vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">61</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
        <source>Local videos</source>
        <target>diklo vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
        <source>Policy on videos containing sensitive content</source>
        <target>javni tu'a lo se vidvi poi te ganvi fi lo te kajde</target>
        <context-group name="null">
          <context context-type="linenumber">70</context>
        </context-group>
      </trans-unit>
      <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
        <source>Signup</source>
        <target>cmiveigau</target>
        <context-group name="null">
          <context context-type="linenumber">88</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
        <source>Users</source>
        <target>pilno</target>
        <context-group name="null">
          <context context-type="linenumber">116</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
        <source>JavaScript</source>
        <target>la .djavascript.</target>
        <context-group name="null">
          <context context-type="linenumber">355</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
        <source>Update configuration</source>
        <target>nu basti fi lo ka ce'u te tcimi'e</target>
        <context-group name="null">
          <context context-type="linenumber">401</context>
        </context-group>
      </trans-unit>
      <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
        <source>
      Users
    </source>
        <target>
lo pilno</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
        <source>Username</source>
        <target>lo plicme</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
        <source>Update this comment</source>
        <target>nu basti fi lo ka ce'u pinka</target>
        <context-group name="null">
          <context context-type="linenumber">26</context>
        </context-group>
      </trans-unit>
      <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
        <source>Sensitive</source>
        <target>kajde fi lo ganvi</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
        <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
        <target>detri <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
        <source>Account</source>
        <target>lo pilno</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
        <source>Profile</source>
        <target>lo predatni</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
        <source>Video settings</source>
        <target>lo se cuxna pe lo vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
        <source>Go to the channel</source>
        <target>klama le te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
        <source>Create a video channel</source>
        <target>zbasu lo vidvi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
        <source>Example: my_channel</source>
        <target>.i zoi gy. my_channel .gy. mupli</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
        <source>You don't have any subscriptions yet.</source>
        <target>.i do ca jersi pe'a no da</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
        <source>Channel</source>
        <target>lo te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">39</context>
        </context-group>
      </trans-unit>
      <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
        <source>Change password</source>
        <target>galfi lo japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
        <source>Current password</source>
        <target>le ca japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
        <source>New password</source>
        <target>le japyvla poi cnino</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
        <source>Confirm new password</source>
        <target>ke'u le japyvla poi cnino</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129">
        <source>Default policy on videos containing sensitive content</source>
        <target>loi zmiselcu'a javni be tu'a lo vidvi poi vasru lo ganvi poi te kajde</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
        <source>Use WebTorrent to exchange parts of the video with others</source>
        <target>pilno la .uebytorent. lo nu lo pagbu be le vidvi cu fatri lo drata</target>
        <context-group name="null">
          <context context-type="linenumber">36</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
        <source>Update my profile</source>
        <target>galfi le predatni be mi</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
        <source>Change the avatar</source>
        <target>galfi le predatni pixra</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
        <source>Once you delete your account, there is no going back. Please be certain.</source>
        <target>.i ba lo nu do vimcu le do pilno kei do na kakne lo nu xruti .i .e'o do birti ju'i</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
        <source>Delete your account</source>
        <target>vimcu le do pilno</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
        <source>
    Create an account
  </source>
        <target>
zbasu lo pilno</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
        <source>Example: jane_doe</source>
        <target>.i zoi gy. jane_doe .gy. mupli</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
        <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
        <target>.i li su'o pa xa jbetei mi .i ji'a mi tolpro fi &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;lo javni be fi le vi mupli&lt;/a&gt;</target>
        <context-group name="null">
          <context context-type="linenumber">66</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
        <source>Support this channel</source>
        <target>rupsra le vi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
        <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
        <target>.i <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/> detri lo nu cupra</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
        <source>URL</source>
        <target>lo urli</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
        <source>Upload a file</source>
        <target>kibdu'a lo datnyvei</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
        <source>Import with URL</source>
        <target>nerbei fo lo se urli</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
        <source>Title</source>
        <target>lo cmene</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
        <source>Tags</source>
        <target>lo tcita</target>
        <context-group name="null">
          <context context-type="linenumber">191</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
        <source>+ Tag</source>
        <target>jmina lo tcita</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
        <source>Enter a new tag</source>
        <target>ciska lo tcita poi cnino</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
        <source>This video contains mature or explicit content</source>
        <target>.i le vi vidvi cu vasru lo makcu ja cnixai ganvi</target>
        <context-group name="null">
          <context context-type="linenumber">119</context>
        </context-group>
      </trans-unit>
      <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
        <source>Cancel create</source>
        <target>co'u zbasu</target>
        <context-group name="null">
          <context context-type="linenumber">165</context>
        </context-group>
      </trans-unit>
      <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
        <source>Cancel deletion</source>
        <target>co'u vimcu</target>
        <context-group name="null">
          <context context-type="linenumber">173</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
        <source>Support</source>
        <target>rupsra</target>
        <context-group name="null">
          <context context-type="linenumber">78</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
        <source>Original publication date</source>
        <target>detri lo nu pa re'u co'a gubni</target>
        <context-group name="null">
          <context context-type="linenumber">215</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
        <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
        <target>.i detri lo nu lo skina pu pa re'u co'a gubni</target>
        <context-group name="null">
          <context context-type="linenumber">216</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
        <source>Enable video comments</source>
        <target>lo nu pinka le vidvi cu cumki</target>
        <context-group name="null">
          <context context-type="linenumber">230</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
        <source>Advanced settings</source>
        <target>lo certu se cuxna</target>
        <context-group name="null">
          <context context-type="linenumber">186</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
        <source>Share</source>
        <target>fatri</target>
        <context-group name="null">
          <context context-type="linenumber">83</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
        <source>Close</source>
        <target>mipri</target>
        <context-group name="null">
          <context context-type="linenumber">173</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a">
        <source>
      This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
    </source>
        <target>
      .i lo se vidvi ba co\'a gubni de\'i <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>
    </target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
        <source>Like this video</source>
        <target>zanru le vi vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
        <source>Dislike this video</source>
        <target>to'e zanru le vi vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">71</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
        <source>Go the channel page</source>
        <target>klama le papri pe le te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">118</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
        <source>Show more</source>
        <target>viska lo zmadu</target>
        <context-group name="null">
          <context context-type="linenumber">141</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
        <source>Show less</source>
        <target>viska lo mleca</target>
        <context-group name="null">
          <context context-type="linenumber">147</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
        <source>
    Comments are disabled.
  </source>
        <target>
    lo nu pinka na cumki
    </target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
        <source>Add comment...</source>
        <target>jmina lo pinka</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
        <source>
      Post comment
    </source>
        <target>
      mrilu lo pinka
    </target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
        <source>
      If you have an account on this instance, you can login:
    </source>
        <target>
      .i do ponse lo pilno poi zvati le vi samtcise'u .i na ja do co'a ka'e cmisau
    </target>
        <context-group name="null">
          <context context-type="linenumber">32</context>
        </context-group>
      </trans-unit>
      <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
        <source>login to comment</source>
        <target>co'a cmisau te zu'e lo nu pinka</target>
        <context-group name="null">
          <context context-type="linenumber">35</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
        <source>Reply</source>
        <target>spuda</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
        <source>Configuration updated.</source>
        <target>.i mo'u co'a basti fi lo ka ce'u te tcimi'e</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
        <source>100MB</source>
        <target>pa no no lo megbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
        <source>500MB</source>
        <target>mu no no lo megbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
        <source>1GB</source>
        <target>pa lo gigbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
        <source>5GB</source>
        <target>mu lo gigbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
        <source>20GB</source>
        <target>re no lo gigbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
        <source>50GB</source>
        <target>mu no lo gigbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
        <source>10MB</source>
        <target>pa no lo megbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
        <source>50MB</source>
        <target>mu no lo megbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
        <source>2GB</source>
        <target>re lo gigbivysamsle</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409">
        <source>Follow new server(s)</source>
        <target>jersi pe'a lo cnino samtcise'u</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e">
        <source>Follow request(s) sent!</source>
        <target>.i mo'u mrilu lo jersi pe'a ve cpedu</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
        <source>Unfollow</source>
        <target>co'u jersi pe'a</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
        <source>Comment updated.</source>
        <target>.i mo'u co'a basti fi lo ka ce'u pinka</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
        <source>Delete this report</source>
        <target>vimcu le notci</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
        <source>Do you really want to delete this abuse report?</source>
        <target>.i .au ju'o pei vimcu le malpli notci</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
        <source>Abuse deleted.</source>
        <target>.i mo'u vimcu le malpli notci</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
        <source>Error</source>
        <target>.i srera</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
        <source>You current password is invalid.</source>
        <target>le do ca japyvla cu to'e drani</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
        <source>Password updated.</source>
        <target>.i mo'u co'a basti fi lo ka ce'u japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
        <source>Delete my account</source>
        <target>vimcu le mi pilno</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
        <source>Your account is deleted.</source>
        <target>.i mo'u le do pilno</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
        <source>Profile updated.</source>
        <target>.i mo'u co'a basti fi lo ka ce'u jikca datni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
        <source>Avatar changed.</source>
        <target>.i mo'u galfi le predatni pixra</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
        <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
        <target>.i mo'u zbasu la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
        <source>This name already exists on this instance.</source>
        <target>.i le cmene xa'o zasti ci'e le mupli</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
        <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
        <target>.i mo'u galfi la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
        <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
        <target>.i mo'u vimcu la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
        <source>My videos</source>
        <target>lo mi vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
        <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
        <target>.i .au ju'o pei do vimcu <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> lo vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
        <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
        <target>.i mo'u vimcu <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> lo vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
        <source>My channels</source>
        <target>lo mi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
        <source>My subscriptions</source>
        <target>lo se jersi pe'a be mi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
        <source>My settings</source>
        <target>lo mi se cuxna</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
        <source>Subscribe to the account</source>
        <target>jersi pe'a le pilno</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
        <source>Toggle Dark theme</source>
        <target>galfi lo ka lo jvina cu manku</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
        <source>Go to my subscriptions</source>
        <target>klama lo se jersi pe'a be mi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
        <source>Go to my videos</source>
        <target>klama lo mi vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
        <source>Go to my imports</source>
        <target>klama lo se nerbei be mi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
        <source>Go to my channels</source>
        <target>klama lo mi te tivni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
        <source>Your password has been successfully reset!</source>
        <target>.i snada lo nu mo'u galfi le do japyvla</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e">
        <source>Publish date</source>
        <target>detri lo nu co'a gubni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
        <source>The channel is required.</source>
        <target>.i le vidvi te tivni cu sarcu</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
        <source>Video channel is required.</source>
        <target>.i le vidvi te tivni cu sarcu</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
        <source>Upload cancelled</source>
        <target>.i co'u kibdu'a</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
        <source>Video published.</source>
        <target>.i lo se vidvi mo'u co'a gubni</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
        <source>Like the video</source>
        <target>nu zanru lo se vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
        <source>Dislike the video</source>
        <target>nu tolzau lo se vidvi</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
    </body>
  </file></xliff>