aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/locale/target/angular_th_TH.xml
blob: 0c8807abde8b870b2835e24c27ca6447b3fec120 (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
<?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="th-TH">
    <body>
      <trans-unit id="ngb.alert.close">
        <source>Close</source>
        <target>ปิด</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.carousel.previous">
        <source>Previous</source>
        <target>ก่อนหน้า</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>ถัดไป</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>เดือนก่อนหน้า</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>เดือนถัดไป</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>เลือกเดือน</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>เลือกปี</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>หน้าแรก</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>ก่อนหน้า</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>ถัดไป</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>หน้าสุดท้าย</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>เพิ่มชั่วโมง</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.HH">
        <source>HH</source>
        <target>ชช</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.hours">
        <source>Hours</source>
        <target>ชั่วโมง</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>ลดชั่วโมง</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.increment-minutes">
        <source>Increment minutes</source>
        <target>เพิ่มนาที</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.MM">
        <source>MM</source>
        <target>นน</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.minutes">
        <source>Minutes</source>
        <target>นาที</target>
        <context-group name="null">
          <context context-type="linenumber">35</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.decrement-minutes">
        <source>Decrement minutes</source>
        <target>ลดนาที</target>
        <context-group name="null">
          <context context-type="linenumber">42</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.increment-seconds">
        <source>Increment seconds</source>
        <target>เพิ่มวินาที</target>
        <context-group name="null">
          <context context-type="linenumber">51</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.SS">
        <source>SS</source>
        <target>วว</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.seconds">
        <source>Seconds</source>
        <target>วินาที</target>
        <context-group name="null">
          <context context-type="linenumber">56</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.decrement-seconds">
        <source>Decrement seconds</source>
        <target>ลดวินาที</target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.PM">
        <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">71</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.AM">
        <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">72</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.toast.close-aria">
        <source>Close</source>
        <target>ปิด</target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
        <source>You don't have notifications.</source>
        <target>คุณไม่มีการแจ้งเตือน</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
        <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 unblacklisted
        <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;"/><x id="INTERPOLATION" equiv-text="{{ notification.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;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
        <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.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted
        <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;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.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;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
        <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;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.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="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;"/>การแจ้งการละเมิด<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>ได้ถูกสร้างบนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.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;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">31</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;"/>
          <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;"/> ได้แสดงความคิดเห็นบนวิดีโอ <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;"/>
      </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;"/>
          วิดีโอ <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;"/> ของคุณได้ถูกเผยแพร่แล้ว
        <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;"/>การนำเข้าวิดีโอ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>สำเร็จ
        <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;"/>
          <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>การนำเข้าวิดีโอ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>ล้มเหลว
        <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;"/>
          ผู้ใช้ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.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;"/>
      </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;"/>
          <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;"/> กำลังติดตาม

          <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ช่องของคุณ <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;"/>บัญชีของคุณ<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;"/>
          <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;"/> ได้กล่าวถึงคุณบน <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;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">98</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
        <source>Save to</source>
        <target>บันทึกที่</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
        <source>Options</source>
        <target>ตัวเลือก</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
        <source>Start at</source>
        <target>เริ่มต้นที่</target>
        <context-group name="null">
          <context context-type="linenumber">61</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
        <source>Stop at</source>
        <target>จบที่</target>
        <context-group name="null">
          <context context-type="linenumber">112</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
        <source>Display name</source>
        <target>ชื่อที่แสดง</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
        <source>Create</source>
        <target>สร้าง</target>
        <context-group name="null">
          <context context-type="linenumber">74</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
        <source>Download video</source>
        <target>ดาวน์โหลดวิดีโอ</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
        <source>Direct download</source>
        <target>ดาวน์โหลดตรง</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
        <source>Torrent (.torrent file)</source>
        <target>Torrent (ไฟล์ .torrent)</target>
        <context-group name="null">
          <context context-type="linenumber">32</context>
        </context-group>
      </trans-unit>
      <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
        <source>
      Cancel
    </source>
        <target>
      ยกเลิก
    </target>
        <context-group name="null">
          <context context-type="linenumber">47</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
        <source>Download</source>
        <target>ดาวน์โหลด</target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
        <source>Report video</source>
        <target>รายงานวิดีโอ</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
        <source>
      Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
      <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
    </source>
        <target>
      รายงานของคุณจะถูกส่งไปยังผู้ดูแลระบบของ <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>
      <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> รายงานนี้จะถูกส่งต่อไปยังระบบต้นทาง <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> เช่นกัน<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
    </target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
        <source>Reason...</source>
        <target>เหตุผล...</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
        <source>
          Cancel
        </source>
        <target>
          ยกเลิก
        </target>
        <context-group name="null">
          <context context-type="linenumber">47</context>
        </context-group>
      </trans-unit>
      <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
        <source>Submit</source>
        <target>ส่ง</target>
        <context-group name="null">
          <context context-type="linenumber">52</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
        <source>Blacklist video</source>
        <target>เพิ่มวิดีโอเข้าบัญชีดำ</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
        <source>Unfederate the video (ask for its deletion from the remote instances)</source>
        <target>ขอให้ระบบอื่นลบวิดีโอนี้</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
        <source>Unlisted</source>
        <target>ไม่เปิดเผย</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
        <source>Private</source>
        <target>ส่วนตัว</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
        <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
        <target>รับชม <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
        <source>Blacklisted</source>
        <target>ขึ้นบัญชีดำแล้ว</target>
        <context-group name="null">
          <context context-type="linenumber">42</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
        <source>
        Sensitive
      </source>
        <target>
        มีเนื้อหาไม่เหมาะสม
      </target>
        <context-group name="null">
          <context context-type="linenumber">46</context>
        </context-group>
      </trans-unit>
      <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
        <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
        <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> วิดีโอ} }</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582">
        <source>
      <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
    </source>
        <target>
      <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
    </target>
        <context-group name="null">
          <context context-type="linenumber">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
        <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
        <target>อัปเดตเมื่อ <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
        <source>Edit starts/stops at</source>
        <target>แก้ไขช่วงเวลาเริ่ม/จบ</target>
        <context-group name="null">
          <context context-type="linenumber">48</context>
        </context-group>
      </trans-unit>
      <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
        <source>Save</source>
        <target>บันทึก</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
        <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
        <target>ลบออกจาก <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">85</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
        <source>No results.</source>
        <target>ไม่มีผลลัพธ์</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
        <source>Delete</source>
        <target>ลบ</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
        <source>Edit</source>
        <target>แก้ไข</target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
        <source>Truncated preview</source>
        <target>ตัวอย่างสั้น</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
        <source>Complete preview</source>
        <target>ตัวอย่างเต็ม</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
        <source>Get help</source>
        <target>ขอความช่วยเหลือ</target>
        <context-group name="null">
          <context context-type="linenumber">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
        <source>
    Unsubscribe
  </source>
        <target>
    เลิกติดตาม
  </target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
        <source>Using an ActivityPub account</source>
        <target>ผ่านบัญชี ActivityPub</target>
        <context-group name="null">
          <context context-type="linenumber">36</context>
        </context-group>
      </trans-unit>
      <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
        <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
        <target>ติดตามด้วยบัญชีบน <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">39</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
        <source>Subscribe with your local account</source>
        <target>ติดตามด้วยบัญชีของเว็บไซต์นี้</target>
        <context-group name="null">
          <context context-type="linenumber">40</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
        <source>Subscribe with a Mastodon account:</source>
        <target>ติดตามด้วยบัญชี Mastodon:</target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
        <source>Using a syndication feed</source>
        <target>ผ่านฟีด</target>
        <context-group name="null">
          <context context-type="linenumber">48</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
        <source>Subscribe via RSS</source>
        <target>ติดตามผ่าน RSS</target>
        <context-group name="null">
          <context context-type="linenumber">49</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
        <source>
    <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
    <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
  </source>
        <target>
    <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>ติดตามผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
    <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>โต้ตอบผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
  </target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
        <source>Video quota</source>
        <target>ปริมาณวิดีโอที่สามารถอัพโหลดได้</target>
        <context-group name="null">
          <context context-type="linenumber">57</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
        <source>
          Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
        </source>
        <target>
          ไม่จำกัด <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> ต่อวัน)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
        </target>
        <context-group name="null">
          <context context-type="linenumber">53</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
        <source>Local</source>
        <target>วิดีโอในเว็บไซต์นี้</target>
        <context-group name="null">
          <context context-type="linenumber">86</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
        <source>Ban</source>
        <target>แบน</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
        <source>
        A banned user will no longer be able to login.
      </source>
        <target>
        ผู้ใช้ที่ถูกแบนจะไม่สามารถเข้าสู่ระบบได้อีก
      </target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
        <source>Cancel</source>
        <target>ยกเลิก</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
        <source>Ban this user</source>
        <target>แบนผู้ใช้นี้</target>
        <context-group name="null">
          <context context-type="linenumber">26</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
        <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798">
        <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
        <target>(ส่วนขยาย: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, ขนาดสูงสุด: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
        <source>
    Login
  </source>
        <target>
    เข้าสู่ระบบ
  </target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
        <source>Request new verification email.</source>
        <target>ขออีเมล์ยืนยันตัวตนใหม่</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
        <source>User</source>
        <target>ผู้ใช้</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
        <source>Username or email address</source>
        <target>ชื่อผู้ใช้หรือที่อยู่อีเมล</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
        <source>
          or create an account
        </source>
        <target>
          หรือสร้างบัญชีใหม่
        </target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
        <source>
          or create an account on another instance
        </source>
        <target>
          หรือสร้างบัญชีใหม่บนระบบอื่น
        </target>
        <context-group name="null">
          <context context-type="linenumber">22</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>ระบบนี้ไม่อนุญาตให้สร้างบัญชีใหม่ แต่คุณสามารถสร้างบัญชีใหม่บนระบบอื่นอีกมากมายได้!</target>
        <context-group name="null">
          <context context-type="linenumber">28</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
        <source>Password</source>
        <target>รหัสผ่าน</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>ฉันลืมรหัสผ่าน</target>
        <context-group name="null">
          <context context-type="linenumber">45</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
        <source>Login</source>
        <target>เข้าสู่ระบบ</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>ลืมรหัสผ่าน</target>
        <context-group name="null">
          <context context-type="linenumber">58</context>
        </context-group>
      </trans-unit>
      <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
        <source>Email</source>
        <target>อีเมล</target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
        <source>Email address</source>
        <target>ที่อยู่อีเมล</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>ส่งอีเมลเพื่อรีเซ็ทรหัสผ่าน</target>
        <context-group name="null">
          <context context-type="linenumber">82</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
        <source>
    Reset my password
  </source>
        <target>
    รีเซ็ทรหัสผ่าน
  </target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
        <source>Confirm password</source>
        <target>ยืนยันรหัสผ่าน</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
        <source>Confirmed password</source>
        <target>ยืนยันรหัสผ่านแล้ว</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
        <source>Reset my password</source>
        <target>รีเซ็ทรหัสผ่าน</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 }}"/> รายการ</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
        <source>
          for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
        </source>
        <target>
          สำหรับ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
        </target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
        <source>
          Filters
          <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
        </source>
        <target>
          ตัวกรอง
          <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
        </target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
        <source>
    No results found
  </source>
        <target>
    ไม่พบผลลัพธ์
  </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 }}"/> คน</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>เปลี่ยนภาษา</target>
        <context-group name="null">
          <context context-type="linenumber">107</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
        <source>
    Help to translate PeerTube!
  </source>
        <target>
    มาช่วยแปล PeerTube สิ!
  </target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a">
        <source>My public profile</source>
        <target>โปรไฟล์สาธารณะของฉัน</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6">
        <source>My account</source>
        <target>บัญชีของฉัน</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
        <source>Log out</source>
        <target>ออกจากระบบ</target>
        <context-group name="null">
          <context context-type="linenumber">25</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
        <source>Create an account</source>
        <target>สร้างบัญชีผู้ใช้</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
        <source>My library</source>
        <target>คลังของฉัน</target>
        <context-group name="null">
          <context context-type="linenumber">37</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
        <source>Videos</source>
        <target>วิดีโอ</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
        <source>Playlists</source>
        <target>เพลย์ลิสต์</target>
        <context-group name="null">
          <context context-type="linenumber">46</context>
        </context-group>
      </trans-unit>
      <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
        <source>Subscriptions</source>
        <target>การติดตาม</target>
        <context-group name="null">
          <context context-type="linenumber">51</context>
        </context-group>
      </trans-unit>
      <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
        <source>History</source>
        <target>ประวัติ</target>
        <context-group name="null">
          <context context-type="linenumber">56</context>
        </context-group>
      </trans-unit>
      <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
        <source>Discover</source>
        <target>สำรวจ</target>
        <context-group name="null">
          <context context-type="linenumber">66</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
        <source>Trending</source>
        <target>มาแรง</target>
        <context-group name="null">
          <context context-type="linenumber">71</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
        <source>Recently added</source>
        <target>เพิ่งเผยแพร่</target>
        <context-group name="null">
          <context context-type="linenumber">81</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
        <source>More</source>
        <target>เพิ่มเติม</target>
        <context-group name="null">
          <context context-type="linenumber">91</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
        <source>Administration</source>
        <target>การดูแล</target>
        <context-group name="null">
          <context context-type="linenumber">95</context>
        </context-group>
      </trans-unit>
      <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
        <source>About</source>
        <target>เกี่ยวกับ</target>
        <context-group name="null">
          <context context-type="linenumber">26</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
        <source>Show keyboard shortcuts</source>
        <target>แสดงปุ่มลัดคีย์บอร์ด</target>
        <context-group name="null">
          <context context-type="linenumber">111</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
        <source>View your notifications</source>
        <target>ดูการแจ้งเตือนของคุณ</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
        <source>Notifications</source>
        <target>การแจ้งเตือน</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>อัปเดตการตั้งค่าการแจ้งเตือน</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>ดูการแจ้งเตือนทั้งหมด</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
        <source>Search...</source>
        <target>ค้นหา...</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
        <source>Upload</source>
        <target>อัพโหลด</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff">
        <source>Sort</source>
        <target>เรียงตาม</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e">
        <source>Published date</source>
        <target>วันที่เผยแพร่</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>ปีที่เผยแพร่ครั้งแรก</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
        <source>After...</source>
        <target>หลังจาก...</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
        <source>Before...</source>
        <target>ก่อน...</target>
        <context-group name="null">
          <context context-type="linenumber">37</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
        <source>Duration</source>
        <target>ความยาว</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>แสดงเนื้อหาที่ไม่เหมาะสม</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952">
        <source>Yes</source>
        <target>ใช่</target>
        <context-group name="null">
          <context context-type="linenumber">58</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd">
        <source>No</source>
        <target>ไม่</target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
        <source>Category</source>
        <target>หมวดหมู่</target>
        <context-group name="null">
          <context context-type="linenumber">164</context>
        </context-group>
      </trans-unit>
      <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
        <source>Licence</source>
        <target>ลิขสิทธิ์</target>
        <context-group name="null">
          <context context-type="linenumber">173</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
        <source>Language</source>
        <target>ภาษา</target>
        <context-group name="null">
          <context context-type="linenumber">182</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
        <source>All of these tags</source>
        <target>แท็กทั้งหมดเหล่านี้</target>
        <context-group name="null">
          <context context-type="linenumber">103</context>
        </context-group>
      </trans-unit>
      <trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab">
        <source>One of these tags</source>
        <target>หนึ่งในแท็กเหล่านี้</target>
        <context-group name="null">
          <context context-type="linenumber">108</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
        <source>Filter</source>
        <target>เรียง</target>
        <context-group name="null">
          <context context-type="linenumber">115</context>
        </context-group>
      </trans-unit>
      <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
        <source>Display unlisted and private videos</source>
        <target>แสดงวิดีโอที่ตั้งค่าเป็น ไม่เปิดเผย และ ส่วนตัว</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
        <source>Add caption</source>
        <target>เพิ่มคำบรรยาย</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8">
        <source>Select the caption file</source>
        <target>เลือกไฟล์คำบรรยาย</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
        <source>
        This will replace an existing caption!
      </source>
        <target>
        การกระทำนี้จะแทนที่คำบรรยายเดิม!
      </target>
        <context-group name="null">
          <context context-type="linenumber">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
        <source>
        Cancel
      </source>
        <target>
        ยกเลิก
      </target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
        <source>Add this caption</source>
        <target>เพิ่มคำบรรยายนี้</target>
        <context-group name="null">
          <context context-type="linenumber">40</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
        <source>Title</source>
        <target>เพิ่มหัวเรื่อง</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
        <source>Tags</source>
        <target>แท็ก</target>
        <context-group name="null">
          <context context-type="linenumber">191</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
        <source>+ Tag</source>
        <target>+ แท็ก</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
        <source>Enter a new tag</source>
        <target>เพิ่มแท็กใหม่</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
        <source>Description</source>
        <target>คำอธิบาย</target>
        <context-group name="null">
          <context context-type="linenumber">55</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
        <source>Channel</source>
        <target>ช่อง</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
        <source>Privacy</source>
        <target>ความเป็นส่วนตัว</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
        <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
        <target>ตั้งเวลาเผยแพร่ (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
        <context-group name="null">
          <context context-type="linenumber">122</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
        <source>This video contains mature or explicit content</source>
        <target>วิดีโอนี้มีเนื้อหาที่รุนแรงหรือไม่เหมาะสม</target>
        <context-group name="null">
          <context context-type="linenumber">136</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
        <source>Some instances do not list videos containing mature or explicit content by default.</source>
        <target>ระบบอื่น  บางระบบจะไม่แสดงวิดีโอที่มีเนื้อหาที่รุนแรงหรือไม่เหมาะสมเป็นค่าเริ่มต้น</target>
        <context-group name="null">
          <context context-type="linenumber">140</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
        <source>Wait transcoding before publishing the video</source>
        <target>รอการประมวลผลก่อนที่จะเผยแพร่วิดีโอ</target>
        <context-group name="null">
          <context context-type="linenumber">146</context>
        </context-group>
      </trans-unit>
      <trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63">
        <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
        <target>หากคุณไม่ต้องการรอให้ประมวลผลเสร็จก่อนที่จะเผยแพร่วิดีโอ วิดีโออาจไม่สามารถเล่นได้จนกว่าจะประมวลผลเสร็จสิ้น</target>
        <context-group name="null">
          <context context-type="linenumber">150</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
        <source>Basic info</source>
        <target>ข้อมูลพื้นฐาน</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22">
        <source>Add another caption</source>
        <target>เพิ่มคำบรรยายอื่น</target>
        <context-group name="null">
          <context context-type="linenumber">166</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed">
        <source>See the subtitle file</source>
        <target>ดูไฟล์คำบรรยายใต้ภาพ</target>
        <context-group name="null">
          <context context-type="linenumber">175</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
        <source>Already uploaded	</source>
        <target>อัพโหลดแล้ว	</target>
        <context-group name="null">
          <context context-type="linenumber">179</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
        <source>Will be created on update</source>
        <target>จะถูกสร้างตอนอัปเดต</target>
        <context-group name="null">
          <context context-type="linenumber">187</context>
        </context-group>
      </trans-unit>
      <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
        <source>Cancel create</source>
        <target>ยกเลิกการสร้าง</target>
        <context-group name="null">
          <context context-type="linenumber">189</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
        <source>Will be deleted on update</source>
        <target>จะถูกลบตอนอัปเดต</target>
        <context-group name="null">
          <context context-type="linenumber">195</context>
        </context-group>
      </trans-unit>
      <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
        <source>Cancel deletion</source>
        <target>ยกเลิกการลบ</target>
        <context-group name="null">
          <context context-type="linenumber">197</context>
        </context-group>
      </trans-unit>
      <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
        <source>
            No captions for now.
          </source>
        <target>
            ไม่มีคำบรรยาย
          </target>
        <context-group name="null">
          <context context-type="linenumber">202</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
        <source>Captions</source>
        <target>คำบรรยายเสียง</target>
        <context-group name="null">
          <context context-type="linenumber">159</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430">
        <source>Video preview</source>
        <target>ตัวอย่างวิดีโอ</target>
        <context-group name="null">
          <context context-type="linenumber">216</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
        <source>Support</source>
        <target>สนับสนุน</target>
        <context-group name="null">
          <context context-type="linenumber">78</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
        <source>Short text to tell people how they can support you (membership platform...).</source>
        <target>ข้อความสั้นเพื่ออธิบายผู้ชมว่าจะสนับสนุนคุณได้อย่างไร (แพลตฟอร์มสมาชิก ฯลฯ)</target>
        <context-group name="null">
          <context context-type="linenumber">226</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
        <source>Original publication date</source>
        <target>วันที่เผยแพร่ครั้งแรก</target>
        <context-group name="null">
          <context context-type="linenumber">239</context>
        </context-group>
      </trans-unit>
      <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
        <source>Username</source>
        <target>ชื่อผู้ใช้</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a">
        <source>john</source>
        <target>john</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05">
        <source>mail@example.com</source>
        <target>mail@example.com</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
        <source>Name</source>
        <target>ชื่อ</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
        <source>Short description</source>
        <target>คำอธิบายสั้น</target>
        <context-group name="null">
          <context context-type="linenumber">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
        <source>Policy on videos containing sensitive content</source>
        <target>นโยบายสำหรับวิดีโอที่มีเนื้อหาที่ไม่เหมาะสม</target>
        <context-group name="null">
          <context context-type="linenumber">81</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
        <source>Do not list</source>
        <target>ห้ามแสดงในรายการ</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
        <source>Blur thumbnails</source>
        <target>เบลอภาพขนาดย่อ</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
        <source>Terms</source>
        <target>เงื่อนไข</target>
        <context-group name="null">
          <context context-type="linenumber">88</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
        <source>Contact administrator</source>
        <target>ติดต่อผู้ดูแลระบบ</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
        <source>
    It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
  </source>
        <target>
    PeerTube เป็นซอฟต์แวร์เสรี ภายใต้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ลิขสิทธิ์ AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
  </target>
        <context-group name="null">
          <context context-type="linenumber">12</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>
    สำหรับข้อมูลเพิ่มเติม โปรดเข้าเว็บไซต์ <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;"/>.
  </target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
        <source>P2P &amp; Privacy</source>
        <target>P2P และความเป็นส่วนตัว</target>
        <context-group name="null">
          <context context-type="linenumber">25</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
        <source>What are the consequences?</source>
        <target>มีข้อเสียอะไรบ้าง?</target>
        <context-group name="null">
          <context context-type="linenumber">32</context>
        </context-group>
      </trans-unit>
    </body>
  </file></xliff>