aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/locale/target/angular_ja_JP.xml
blob: cd58069aaea97bf43f5e75f8f6834e1ee2f92b5e (plain) (tree)
1
2
3
4
5
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
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516




                                                                                                                                                                                                                                                                                          


































                                                         













                                                         



                                            
                                                        

                        
















                                                        



                                                        


                                                 
                                   
                                                         





                                                    
                                                         





                                                
                                                         





                                                
                                                         


                                             


                                                                                    




                                                        
                                        



                                                        






                                                         








                                                         
                                        
                                   
                                                         



                                                        
                                     
                                   
                                                         

                        



                                         
                                                         

                        



                                              
                                                         



                                                        
                                     
                                   
                                                         

                        



                                                        
                                                         





                                         
                                                         

                        



                                              
                                                         

                        



                                                        
                                                         





                                         
                                                         





                                         
                                                         

                        
                                                                


                                                                                                                                                                                         


                                                         






                                                                














                                                                                                                                                                                                                                
                                   
                                                        

                        














                                                                                                                                                                                                                             
                                   
                                                         

                        














                                                                                                                                                                                                                                          
                                   
                                                         

                        














                                                                                                                                                                                                                                                                                                                                                                   
                                   
                                                         

                        














                                                                                                                                                                                                                                                                                                                                                               
                                   
                                                         

                        














                                                                                                                                                                                                                                                                                                                                                                                                                               
                                   
                                                         

                        














                                                                                                                                                                                                                         
                                   
                                                         

                        














                                                                                                                                                                                                                                  
                                   
                                                         

                        














                                                                                                                                                                                                                               
                                   
                                                         

                        














                                                                                                                                                                                                                              
                                   
                                                         

                        




















                                                                                                                                                                                                                                                                                                     
                                   
                                                         

                        














                                                                                                                                                                                                                                                                                                                                                                                                                                 
                                   
                                                         

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                         

                        























                                                                



                                                        


                                                                
                                   
                                                         

                        


                                                                
                                   
                                                         

                        


                                                                
                                   
                                                         

                        
                                                                
                

             
                

                     
                                   
                                                         

                        


                                                                
                                   
                                                         

                        


                                                                
                                   
                                                        

                        
                                                                
                


                                                                                                                                                                                                                                                                                              
                


                                                                                                                                                                                                                                                                                                                     
                                   
                                                        

                        







                                                                
                
                
                 


                         
                                   
                                                         

                        


                                                                
                                   
                                                         

                        


                                                                
                                   
                                                        

                        


                                                                                                                   
                                   
                                                         

                        


                                                                
                                   
                                                         

                        




                                                                

                        


                                                                                                             
                                   
                                                         

                        


                                                                         
                                   
                                                         

                        


                                                                                                                                                           
                                   
                                                        

                        













































































































































































































































                                                                                                                                                                                                                                                                                              

                
                




                                                        




                                                                         

                        

































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                   
                                                        

                        


                                                                                      
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                   
                                   
                                                        

                        


                                                                   
                                   
                                                        

                        


                                                                                                                                                                                 
                                   
                                                        

                        


                                                                                     
                                   
                                                        

                        




                                                                

                        


                                                                               
                                   
                                                        

                        


                                                                   
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                     
                                   
                                                        

                        




                                                                                                                          

                        


                                                                                                                    
                                   
                                                        

                        


                                                                      
                                   
                                                        

                        




                                                                                                 

                        


                                                                                  
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                   
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                                                                 
                                   
                                                        

                        


                                                                                                 
                                   
                                                        

                        


                                                                                                                                 
                                   
                                                        

                        


                                                                                                                                                                                                                                                                                                                                                                                 
                                   
                                                        

                        


                                                                                                                                             
                                   
                                                        

                        


                                                                                                                                 
                                   
                                                        

                        


                                                                                                                          
                                   
                                                        

                        


                                                                                                                               
                                   
                                                        

                        


                                                                                                                                                          
                                   
                                                        

                        


                                                                                                                                 
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                                                                             
                                   
                                                        

                        


                                                                                                                   
                                   
                                                        

                        


                                                                                                                                    
                                   
                                                        

                        


                                                                                                           
                                   
                                                        

                        


                                                                                     
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                



                                                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                                                                           
                                   
                                                        

                        


                                                                                          
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                      
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                                                             
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        




                                                                                                                                   
                                   
                                                        

                        


                                                                                                                                                                        
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        




                                                                            

                        


                                                                                                                                                             
                                   
                                                        

                        


                                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                                     
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                                   
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                             
                                   
                                                        

                        


                                                                     
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                                                                   
                                   
                                                        

                        


                                                                                                          
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                                                             
                                   
                                                        

                        


                                                                                                    
                                   
                                                        

                        


                                                                      
                                   
                                                        

                        


                                                                                                       
                                   
                                                        

                        


                                                                                              
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                                                    
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                                                       
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                            
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                                    
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                           
                                   
                                                        

                        


                                                                                               
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                   
                                   
                                                        

                        


                                                                                           
                                   
                                                        

                        


                                                                                            
                                   
                                                        

                        


                                                                                                                                     
                                   
                                                        

                        


                                                                                           
                                   
                                                        

                        


                                                                                             
                                   
                                                        

                        


                                                                                                    
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                         
                                   
                                                        

                        


                                                                                         
                                   
                                                        

                        


                                                                                                                           
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                     
                                   
                                                        

                        


                                                                                      
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                                      
                                   
                                                        

                        


                                                                                                                      
                                   
                                                        
                        



                                                                                     
                                   
                                                        

                        


                                                                                       
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                        
                                   
                                                        

                        


                                                                                            
                                   
                                                        

                        


                                                                      
                                   
                                                        

                        


                                                                                                             
                                   
                                                        

                        


                                                                                                                 
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                                          
                                   
                                                        

                        


                                                                                                            
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                      
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                           
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                  
                                   
                                                        

                        


                                                                                   
                                   
                                                        

                        


                                                                                                                            
                                   
                                                        

                        


                                                                                              
                                   
                                                        

                        


                                                                                                  
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                        
                                   
                                                        

                        


                                                                                            
                                   
                                                        

                        


                                                                                       
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                                             
                                   
                                                        

                        


                                                                
                                   
                                                        

                        


                                                                                     
                                   
                                                        

                        


                                                                                       
                                   
                                                        

                        


                                                                      
                                   
                                                        

                        


                                                                   
                                   
                                                        

                        


                                                                                           



                                                        


                                                                                                



                                                        


                                                                                  



                                                        


                                                                                   



                                                        


                                                                                           



                                                        


                                                                                               



                                                        


                                                                                                 



                                                        


                                                                   



                                                        


                                                                                                                                                                                  



                                                        


                                                                                                                                               



                                                        


                                                                


                                                        
                   


                                                                



                                                        



                                                                


                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                        



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                  



                                                        


                                                                                                



                                                        


                                                                



                                                        


                                                                                                                                                



                                                        


                                                                           



                                                        


                                                                                           



                                                        


                                                                                      



                                                        


                                                                                                      



                                                        


                                                                                                                                                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                                       



                                                        


                                                                                                             



                                                        


                                                                                                                 



                                                        


                                                                                                                      



                                                        


                                                                                                                                              



                                                        


                                                                                                                



                                                        


                                                                                                                                           



                                                        


                                                                                                                                



                                                        


                                                                                                                           



                                                        


                                                                                                                                                                 



                                                        


                                                                                                                                                                          



                                                        


                                                                                                                                                            



                                                        


                                                                                                                                                                     



                                                        


                                                                



                                                        


                                                                      



                                                        


                                                                



                                                        


                                                                   



                                                        


                                                                                              



                                                        


                                                                                                       



                                                        


                                                                                           



                                                        


                                                                                                    



                                                        


                                                                                                                                                                          



                                                        


                                                                                                                                                            



                                                        


                                                                                                                      



                                                        


                                                                                                        



                                                        


                                                                                                                



                                                        


                                                                



                                                        


                                                                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                                                     



                                                        


                                                                                                                                             



                                                        


                                                                                                      



                                                        


                                                                      



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                  



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                    



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                        



                                                        


                                                                                                 



                                                        


                                                                                  



                                                        


                                                                                                                     



                                                        


                                                                                                                             



                                                        


                                                                         



                                                        


                                                                                                             



                                                        


                                                                                                                                                      



                                                        


                                                                                                                                            



                                                        


                                                                               



                                                        


                                                                                                                                                                                                                                                                                                                    



                                                        


                                                                                                                                                                                                                                                                                                               



                                                        


                                                                

                                                        

                        


                                                                                                                                            

                                                        

                        


                                                                



                                                        


                                                                                                                 



                                                        


                                                                                                                                                                                         



                                                        


                                                                                                                                   



                                                        


                                                                



                                                        


                                                                



                                                        


                                                                                                                                                               
                                   


                                                        


                                                                                                                                                                       



                                                        


                                                                                     



                                                        


                                                                



                                                        


                                                                                                                          



                                                        


                                                                                                   



                                                        


                                                                                                                                                                     



                                                        

                                                                
                                           

                                                        



                        
<?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="ja-JP">
    <body>
      <trans-unit id="ngb.alert.close">
        <source>Close</source>
        <target>閉じる</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></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>HH</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">20</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">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.MM">
        <source>MM</source>
        <target>MM</target>
        <context-group name="null">
          <context context-type="linenumber">32</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.minutes">
        <source>Minutes</source>
        <target></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>分減らす</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>秒増やす</target>
        <context-group name="null">
          <context context-type="linenumber">49</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.SS">
        <source>SS</source>
        <target>SS</target>
        <context-group name="null">
          <context context-type="linenumber">52</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.seconds">
        <source>Seconds</source>
        <target></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>秒減らす</target>
        <context-group name="null">
          <context context-type="linenumber">60</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.PM">
        <source>PM</source>
        <target>午後</target>
        <context-group name="null">
          <context context-type="linenumber">68</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ngb.timepicker.AM">
        <source>AM</source>
        <target>午前</target>
        <context-group name="null">
          <context context-type="linenumber">69</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
        <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
        <target>(拡張: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, 最大サイズ: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
        <context-group name="null">
          <context context-type="linenumber">11</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="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;"/>
          <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;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">7</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;"/>
          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;"/>
      </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;"/>
          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;"/>
      </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;"/>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;"/>
      </target>
        <context-group name="null">
          <context context-type="linenumber">31</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01">
        <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;"/>
          The recently added 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 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<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;"/>
          The recently added 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 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<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">39</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;"/> 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;"/>
      </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;"/>
          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;"/>
      </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;"/>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;"/>
      </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;"/>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;"/>
      </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;"/>
          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;"/>
      </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;"/> 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;"/>
      </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;"/> 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;"/>
      </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>Start at</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
        <source>Stop at</source>
        <target>Stop at</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
        <source>Display name</source>
        <target>表示名</target>
        <context-group name="null">
          <context context-type="linenumber">6</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="2db8d7cf6a3071f4c1519ef2b5e2713d9ff4e87f">
        <source>Torrent (magnet link)</source>
        <target>Torrent (Magnet リンク)</target>
        <context-group name="null">
          <context context-type="linenumber">37</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">48</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">38</context>
        </context-group>
      </trans-unit>
      <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
        <source>Submit</source>
        <target>送信</target>
        <context-group name="null">
          <context context-type="linenumber">29</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">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
        <source>Private</source>
        <target>非公開</target>
        <context-group name="null">
          <context context-type="linenumber">18</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">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
        <source>Blacklisted</source>
        <target>ブラックリストに登録されています</target>
        <context-group name="null">
          <context context-type="linenumber">39</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 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
        <context-group name="null">
          <context context-type="linenumber">9</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>Edit starts/stops at</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
        <source>Save</source>
        <target>保存</target>
        <context-group name="null">
          <context context-type="linenumber">117</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">69</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">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
        <source>Edit</source>
        <target>編集</target>
        <context-group name="null">
          <context context-type="linenumber">1</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">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
        <source>
    <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
      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;"/>
      <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
    <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="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
    <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
  </target>
        <context-group name="null">
          <context context-type="linenumber">5</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 }}"/> Subscribe with an account on</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>Feed を使用</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="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
        <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.</source>
        <target>ActivityPub 対応の Fediverse インスタンスを介してチャンネルを購読することができます。たとえば Mastodon  Pleroma では、検索ボックスにチャンネルのURLを入力してそこに登録することができます。</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
        <source>You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.</source>
        <target>ActivityPub 対応の Fediverse インスタンスを介してこれと対話することができます。たとえば、 Mastodon  Pleroma では、検索ボックスに現在のURLを入力してそこで操作することができます。</target>
        <context-group name="null">
          <context context-type="linenumber">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b">
        <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
        <target>デフォルトのセンシティブな動画 / NSFW な動画ポリシー (ユーザーが再定義可能)</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
        <source>Video quota</source>
        <target>動画容量制限</target>
        <context-group name="null">
          <context context-type="linenumber">42</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">28</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
        <source>Ban</source>
        <target>BAN</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>
        BANされたユーザーはログインできなくなります。
      </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">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
        <source>Ban this user</source>
        <target>このユーザーをBANする</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="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">12</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">13</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">44</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">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>
      インスタンス管理者が PeerTube メールシステムを設定していないため、パスワードを再設定できません。
    </target>
        <context-group name="null">
          <context context-type="linenumber">64</context>
        </context-group>
      </trans-unit>
      <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
        <source>Email</source>
        <target>メール</target>
        <context-group name="null">
          <context context-type="linenumber">8</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">81</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="4499806949402133d08a5029cb5462c5ea25336d">
        <source>
    Create an account
  </source>
        <target>
    アカウントを作成する
  </target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
        <source>Username</source>
        <target>ユーザー名</target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
        <source>Example: jane_doe</source>
        <target>例: jane_doe</target>
        <context-group name="null">
          <context context-type="linenumber">17</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>私は16歳以上で、インスタンスの &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;利用規約&lt;/a&gt; に同意します</target>
        <context-group name="null">
          <context context-type="linenumber">55</context>
        </context-group>
      </trans-unit>
      <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
        <source>Signup</source>
        <target>登録</target>
        <context-group name="null">
          <context context-type="linenumber">88</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
        <source>Features found on this instance</source>
        <target>このインスタンスで見つかった機能</target>
        <context-group name="null">
          <context context-type="linenumber">67</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>
          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;"/>
        </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">102</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="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
        <source>Overview</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">76</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
        <source>Local</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">86</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
        <source>Administration</source>
        <target>運営</target>
        <context-group name="null">
          <context context-type="linenumber">90</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">105</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
        <source>Toggle dark interface</source>
        <target>ダークインターフェイスに切り替え</target>
        <context-group name="null">
          <context context-type="linenumber">108</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">10</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">2</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">189</context>
        </context-group>
      </trans-unit>
      <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
        <source>Licence</source>
        <target>ライセンス</target>
        <context-group name="null">
          <context context-type="linenumber">198</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
        <source>Language</source>
        <target>言語</target>
        <context-group name="null">
          <context context-type="linenumber">207</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>これらのタグのうち1つ</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="2290d09f4f113351baa9152ca8ad14cd03a11ba6">
        <source>
      <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><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;"/><x id="INTERPOLATION" equiv-text="{{ object.category.label }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
    </target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="48a5d0af93b94c4575b7f76a47fb3cdee58e6919">
        <source>
      <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><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;"/>#<x id="INTERPOLATION" equiv-text="{{ object.tag }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
    </target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e093a5a83045ff283f992a93699abb7cb9dd3c1b">
        <source>
      <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>
        <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="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      <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;"/>
        <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="{{ object.channel.displayName }}"/><x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
      <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
    </target>
        <context-group name="null">
          <context context-type="linenumber">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
        <source>Instance</source>
        <target>インスタンス</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
        <source>PeerTube</source>
        <target>PeerTube</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><x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> 管理者へ連絡する</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
        <source>Your name</source>
        <target>名前</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
        <source>Your email</source>
        <target>メールアドレス</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
        <source>Your message</source>
        <target>メッセージ</target>
        <context-group name="null">
          <context context-type="linenumber">29</context>
        </context-group>
      </trans-unit>
      <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
        <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
        <target>インスタンス <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> について</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
        <source>Contact administrator</source>
        <target>管理者へ連絡する</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
        <source>Description</source>
        <target>説明</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
        <source>Terms</source>
        <target>利用規約</target>
        <context-group name="null">
          <context context-type="linenumber">39</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
        <source>
  About PeerTube
</source>
        <target>
  PeerTube について
</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>PeerTube  P2P (WebTorrent) を活用した、ActivityPub 実装の動画ストリーミングプラットフォームです。</target>
        <context-group name="null">
          <context context-type="linenumber">6</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>
    これは、<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">8</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">12</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">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>
    PeerTube は、ユーザー間で帯域幅を共有するために BitTorrent プロトコルを使用しています。
    これは、ビデオをダウンロードまたは視聴している限り、IPアドレスがインスタンスの BitTorrent トラッカーに保存されていることを意味します。
  </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>その結果は何ですか?</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>
    理論的には、十分な技術的スキルを持った人が、どのIPアドレスがどのビデオをダウンロードしているかを追跡するスクリプトを作成することができます。
    実際には、これははるかに困難です:
  </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>
      スパイするビデオごとにHTTPリクエストを各トラッカーに送信する必要があります。
      PeerTubeのすべての動画をスパイしたい場合は、動画と同じ数のリクエストを送信する必要があります (潜在的に多くの場合)。
    </target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
        <source>
      For each request sent, the tracker returns random peers at a limited number.
      For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
    </source>
        <target>
      送信された要求ごとに、トラッカーは限られた数のランダムピアを返します。
      たとえば、スウォームに1000のピアが存在し、トラッカーが各要求に対して20のピアのみを送信する場合、スウォーム内のすべてのピアを知るために少なくとも50の要求が送信される必要があります。
    </target>
        <context-group name="null">
          <context context-type="linenumber">38</context>
        </context-group>
      </trans-unit>
      <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
        <source>
      Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
    </source>
        <target>
      誰がビデオの視聴を開始または停止したかを知るために、これらの要求を定期的に送信する必要があります。そのような行動を検出するのは簡単です。
    </target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
        <source>
      If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
    </source>
        <target>
      トラッカーにIPアドレスが保存されている場合、そのIPの背後にいる人物 (この人物が存在する場合) が動画を視聴したとは限りません。
    </target>
        <context-group name="null">
          <context context-type="linenumber">47</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>
      IPアドレスはあいまいな情報です。通常、定期的に変更され、多くの人やエンティティを表すことがあります。
    </target>
        <context-group name="null">
          <context context-type="linenumber">51</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b4c2ef0143270626106b26196d40baf3439aa7b0">
        <source>
      Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent.
      When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
      See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
    </source>
        <target>
      Webピアは公にアクセス可能ではありません。Webブラウザ内でWebRTCを使用しているため (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>  WebTorrent ライブラリ <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> を利用)、プロトコルは従来の BitTorrent とは異なります。
      あなたがウェブブラウザにいるとき、あなたは情報を転送するためにランダムに他の仲間を選ぶトラッカーにあなたのIPアドレスを含む信号を送ります。
      詳細については、<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>このドキュメント<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> を参照してください。
    </target>
        <context-group name="null">
          <context context-type="linenumber">55</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>
    平均的な人が友人をスパイしているという最悪のシナリオは、ほとんどあり得ません。
    そのような種類の情報を取得するためのはるかに効果的な方法があります。
  </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>PeerTube  YouTube とどう違うのですか?</target>
        <context-group name="null">
          <context context-type="linenumber">67</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
        <source>
    The threats to privacy in YouTube are different from PeerTube's.
    In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
    Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
  </source>
        <target>
    YouTube のプライバシーに対する脅威は PeerTube のものとは異なります。
    YouTube の場合、プラットフォームは膨大な量の個人情報 (IPアドレスだけでなく) を収集し、それらを分析してあなたを追跡します。
    さらに、YouTube  Google / Alphabet によって所有されています。Google / Alphabet は、(AdSense または Google Analytics を介して) さまざまなWebサイトでユーザーを追跡しています。
  </target>
        <context-group name="null">
          <context context-type="linenumber">69</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
        <source>What can I do to limit the exposure of my IP address?</source>
        <target>IPアドレスの公開を制限するために何ができますか?</target>
        <context-group name="null">
          <context context-type="linenumber">75</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
        <source>
    Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
    PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
    Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
  </source>
        <target>
    あなたのIPアドレスは公開されているので、あなたがウェブサイトを閲覧するたびに、それらの接続ログであなたのIPを見ている多くのアクターがいます: (ISP / ルーター / トラッカー / CDNなど)。
    PeerTube はそれについて透明です:あなたがあなたのIPアドレスをプライベートに保ちたいのなら、あなたは VPN  Tor ブラウザを使わなければならないことをあなたに警告します。
    PeerTube から P2P を削除しても匿名性が取り戻されるわけではないというのは無意味です。
  </target>
        <context-group name="null">
          <context context-type="linenumber">77</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
        <source>What will be done to mitigate this problem?</source>
        <target>この問題を軽減するために何が行われますか?</target>
        <context-group name="null">
          <context context-type="linenumber">83</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b1372cb61ca791a0f7f95bf31c86c97df142adc4">
        <source>
    PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
    In the meantime, we want to test different ideas related to this issue:
  </source>
        <target>
    PeerTube は初期の段階にあり、安定版がリリースされるまでに可能な限り最高の対策を提供したいと考えています。
    それまでの間、この問題に関連するさまざまなアイデアをテストしたいと思います:
  </target>
        <context-group name="null">
          <context context-type="linenumber">85</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
        <source>Set a limit to the number of peers sent by the tracker</source>
        <target>トラッカーによって送信されるピアの数に制限を設定する</target>
        <context-group name="null">
          <context context-type="linenumber">91</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
        <source>Set a limit on the request frequency received by the tracker (being tested)</source>
        <target>トラッカーが受信した要求頻度に制限を設定する (テスト中)</target>
        <context-group name="null">
          <context context-type="linenumber">92</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
        <source>Ring a bell if there are unusual requests (being tested)</source>
        <target>変わった要求がある場合はベルを鳴らす (テスト中)</target>
        <context-group name="null">
          <context context-type="linenumber">93</context>
        </context-group>
      </trans-unit>
      <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
        <source>Disable P2P from the administration interface</source>
        <target>管理インターフェースからP2Pを無効にする</target>
        <context-group name="null">
          <context context-type="linenumber">94</context>
        </context-group>
      </trans-unit>
      <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
        <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
        <target>自動ビデオ冗長プログラム: IPアドレスが意図的に動画をダウンロードしたのか、それとも自動化されたプログラムなのかわからない。</target>
        <context-group name="null">
          <context context-type="linenumber">95</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
        <source>Banned</source>
        <target>Banned</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
        <source>Muted</source>
        <target>ミュート</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
        <source>Muted by your instance</source>
        <target>インスタンスによってミュートされています</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
        <source>Instance muted</source>
        <target>インスタンスがミュートされています</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
        <source>Instance muted by your instance</source>
        <target>インスタンスによってミュートされたインスタンス</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
        <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
        <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> 人の登録者</target>
        <context-group name="null">
          <context context-type="linenumber">24</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
        <source>Video channels</source>
        <target>動画チャンネル</target>
        <context-group name="null">
          <context context-type="linenumber">31</context>
        </context-group>
      </trans-unit>
      <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
        <source>Stats</source>
        <target>統計</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
        <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
        <target>参加 <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
        <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
        <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> 人の登録者</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
        <source>See this video channel</source>
        <target>この動画チャンネルを見る</target>
        <context-group name="null">
          <context context-type="linenumber">4</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">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772">
        <source>Dedicated to sensitive or NSFW content</source>
        <target>センシティブなコンテンツまたはNSFWなコンテンツに専念</target>
        <context-group name="null">
          <context context-type="linenumber">50</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347">
        <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
              Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
        <target>これを有効にすると、他の管理者があなたが主にセンシティブなコンテンツを連携していることを知ることができます。&lt;br /&gt;&lt;br /&gt;
              さらに、動画アップロードのNSFWのチェックボックスはデフォルトで自動的にチェックされます。</target>
        <context-group name="null">
          <context context-type="linenumber">51</context>
        </context-group>
      </trans-unit>
      <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
        <source>Default client route</source>
        <target>デフォルトのクライアントルート</target>
        <context-group name="null">
          <context context-type="linenumber">57</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
        <source>Videos Overview</source>
        <target>動画の概要</target>
        <context-group name="null">
          <context context-type="linenumber">60</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
        <source>Videos Trending</source>
        <target>動画のトレンド</target>
        <context-group name="null">
          <context context-type="linenumber">61</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
        <source>Videos Recently Added</source>
        <target>最近追加された動画</target>
        <context-group name="null">
          <context context-type="linenumber">62</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
        <source>Local videos</source>
        <target>このインスタンスにアップロードされた動画</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>センシティブなコンテンツを含む動画に関するポリシー</target>
        <context-group name="null">
          <context context-type="linenumber">70</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
        <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
        <target>&lt;strong&gt;表示しない&lt;/strong&gt; または &lt;strong&gt;サムネイルをぼかす&lt;/strong&gt; を選択すると、該当の動画の視聴時に確認が要求されます。</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
        <source>Do not list</source>
        <target>表示しない</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
        <source>Blur thumbnails</source>
        <target>サムネイルをぼかす</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
        <source>Display</source>
        <target>表示</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
        <source>Signup enabled</source>
        <target>登録が有効</target>
        <context-group name="null">
          <context context-type="linenumber">94</context>
        </context-group>
      </trans-unit>
      <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
        <source>Signup requires email verification</source>
        <target>登録にはメールの確認が必須</target>
        <context-group name="null">
          <context context-type="linenumber">101</context>
        </context-group>
      </trans-unit>
      <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
        <source>Signup limit</source>
        <target>登録可能ユーザー数</target>
        <context-group name="null">
          <context context-type="linenumber">106</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
        <source>Users</source>
        <target>ユーザー</target>
        <context-group name="null">
          <context context-type="linenumber">116</context>
        </context-group>
      </trans-unit>
      <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
        <source>User default video quota</source>
        <target>デフォルトの動画容量制限</target>
        <context-group name="null">
          <context context-type="linenumber">120</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
        <source>User default daily upload limit</source>
        <target>デフォルトの1日あたりのアップロード容量制限</target>
        <context-group name="null">
          <context context-type="linenumber">132</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
        <source>Import</source>
        <target>インポート</target>
        <context-group name="null">
          <context context-type="linenumber">42</context>
        </context-group>
      </trans-unit>
      <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
        <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
        <target>HTTP URL (YouTube など) を使用した動画のインポートを有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">153</context>
        </context-group>
      </trans-unit>
      <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
        <source>Video import with a torrent file or a magnet URI enabled</source>
        <target>Torrent ファイル または Magnet リンク を使用した動画のインポートを有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">160</context>
        </context-group>
      </trans-unit>
      <trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891">
        <source>Auto-blacklist</source>
        <target>自動ブラックリスト</target>
        <context-group name="null">
          <context context-type="linenumber">168</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
        <source>New videos of users automatically blacklisted enabled</source>
        <target>ユーザーの新しい動画を自動的にブラックリストに登録する機能を有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">177</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
        <source>Administrator</source>
        <target>管理者</target>
        <context-group name="null">
          <context context-type="linenumber">208</context>
        </context-group>
      </trans-unit>
      <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
        <source>Admin email</source>
        <target>管理者のメールアドレス</target>
        <context-group name="null">
          <context context-type="linenumber">211</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
        <source>Enable contact form</source>
        <target>問い合わせフォームを有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">222</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
        <source>Basic configuration</source>
        <target>基本設定</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
        <source>Twitter</source>
        <target>Twitter</target>
        <context-group name="null">
          <context context-type="linenumber">231</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
        <source>Your Twitter username</source>
        <target>Twitterユーザー名</target>
        <context-group name="null">
          <context context-type="linenumber">237</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
        <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
        <target>コンテンツが公開されたWebサイトまたはプラットフォームのTwitterアカウントを示します。</target>
        <context-group name="null">
          <context context-type="linenumber">240</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
        <source>Instance whitelisted by Twitter</source>
        <target>Twitter のホワイトリストに登録されたインスタンス</target>
        <context-group name="null">
          <context context-type="linenumber">252</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
        <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
        If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
        Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
        <target>インスタンスが Twitter によってホワイトリストに登録されている場合は、PeerTube ビデオ共有の Twitter フィードにビデオプレーヤーが埋め込まれます。&lt;br /&gt;
        インスタンスがホワイトリストに登録されていない場合は、PeerTube インスタンスにリダイレクトする画像リンクカードを使用します。&lt;br /&gt;&lt;br /&gt;
        このチェックボックスをオンにし、設定を保存して、インスタンスがホワイトリストに登録されているかどうかを確認するために、インスタンス (https://example.com/videos/watch/blabla) のビデオURL &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; でテストします。</target>
        <context-group name="null">
          <context context-type="linenumber">253</context>
        </context-group>
      </trans-unit>
      <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
        <source>Services</source>
        <target>サービス</target>
        <context-group name="null">
          <context context-type="linenumber">229</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
        <source>Transcoding</source>
        <target>トランスコード</target>
        <context-group name="null">
          <context context-type="linenumber">268</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
        <source>Transcoding enabled</source>
        <target>トランスコーディングを有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">274</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
        <source>If you disable transcoding, many videos from your users will not work!</source>
        <target>トランスコーディングを無効にすると、ユーザーからの動画の多くが機能しなくなります。</target>
        <context-group name="null">
          <context context-type="linenumber">275</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
        <source>Allow additional extensions</source>
        <target>追加の拡張子を許可する</target>
        <context-group name="null">
          <context context-type="linenumber">284</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
        <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
        <target>ユーザーに .mkv、.mov、.avi、.flv の動画のアップロードを許可する</target>
        <context-group name="null">
          <context context-type="linenumber">285</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
        <source>Transcoding threads</source>
        <target>トランスコードスレッド</target>
        <context-group name="null">
          <context context-type="linenumber">290</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
        <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
        <target>解決 <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 有効</target>
        <context-group name="null">
          <context context-type="linenumber">305</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
        <source>
          Cache

          <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
        </source>
        <target>
          キャッシュ

          <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
        </target>
        <context-group name="null">
          <context context-type="linenumber">313</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
        <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
        <target>一部のファイルは連携されていません (プレビュー、キャプション)。インスタンスから直接取得してキャッシュします。</target>
        <context-group name="null">
          <context context-type="linenumber">318</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
        <source>Previews cache size</source>
        <target>プレビューキャッシュサイズ</target>
        <context-group name="null">
          <context context-type="linenumber">324</context>
        </context-group>
      </trans-unit>
      <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
        <source>Video captions cache size</source>
        <target>動画字幕のキャッシュサイズ</target>
        <context-group name="null">
          <context context-type="linenumber">333</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
        <source>Customizations</source>
        <target>カスタマイズ</target>
        <context-group name="null">
          <context context-type="linenumber">342</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
        <source>JavaScript</source>
        <target>JavaScript</target>
        <context-group name="null">
          <context context-type="linenumber">347</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
        <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
        <target>JavaScript コードを直接書きます。&lt;br /&gt;例: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target>
        <context-group name="null">
          <context context-type="linenumber">350</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4">
        <source>
                    Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
                    &lt;pre&gt;
  #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
    color: red;
  <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
                    &lt;/pre&gt;

                    Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
                    &lt;pre&gt;
  #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
    color: red;
  <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
                    &lt;/pre&gt;
                  </source>
        <target>
                    CSS コードを直接書きます。例:&lt;br /&gt;&lt;br /&gt;
                    &lt;pre&gt;
  #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
    color: red;
  <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
                    &lt;/pre&gt;

                    Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
                    &lt;pre&gt;
  #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
    color: red;
  <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
                    &lt;/pre&gt;
                  </target>
        <context-group name="null">
          <context context-type="linenumber">364</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
        <source>Advanced configuration</source>
        <target>高度な設定</target>
        <context-group name="null">
          <context context-type="linenumber">265</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
        <source>Update configuration</source>
        <target>設定を更新</target>
        <context-group name="null">
          <context context-type="linenumber">393</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
        <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
        <target>設定が無効のようです。さまざまなタブで潜在的なエラーを検索してください。</target>
        <context-group name="null">
          <context context-type="linenumber">394</context>
        </context-group>
      </trans-unit>
      <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
        <source>
      Users
    </source>
        <target>
      ユーザー
    </target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0315abd64e35510ed0534f597130ef781aca175a">
        <source>
      Manage follows
    </source>
        <target>
      フォローを管理
    </target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154">
        <source>
      Moderation
    </source>
        <target>
      モデレーション
    </target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13">
        <source>
      Configuration
    </source>
        <target>
      設定
    </target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4e8635c108375983b42229df44bda8c0af84f396">
        <source>1 host (without "http://") per line</source>
        <target>1行に1ホスト ("http://" は不要)</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507">
        <source>
    It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
  </source>
        <target>
    HTTPSサーバーに接続していないようです。サーバーを追跡するには、WebサーバーでTLSを有効にする必要があります。
  </target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
        <source>Add following</source>
        <target>次を追加</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
        <source>Filter...</source>
        <target>フィルタ…</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
        <source>ID</source>
        <target>ID</target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
        <source>State</source>
        <target>状態</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25">
        <source>Score</source>
        <target>スコア</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
        <source>Created <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>作成 <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="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
        <source>Accepted</source>
        <target>受入済</target>
        <context-group name="null">
          <context context-type="linenumber">32</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
        <source>Pending</source>
        <target>保留中</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
        <source>Refuse</source>
        <target>ごみ</target>
        <context-group name="null">
          <context context-type="linenumber">42</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767">
        <source>Host</source>
        <target>ホスト</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
        <source>Redundancy allowed</source>
        <target>冗長を許可</target>
        <context-group name="null">
          <context context-type="linenumber">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
        <source>Manage follows</source>
        <target>フォローを管理</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f995df052a1dfc675c2a21926420a707d9601936">
        <source>Following</source>
        <target>フォロー中</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
        <source>Follow</source>
        <target>フォロー</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e">
        <source>Followers</source>
        <target>フォロワー</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015">
        <source>Create user</source>
        <target>ユーザーを作成</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
        <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{ username }}"/> を編集</target>
        <context-group name="null">
          <context context-type="linenumber">2</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="c36a66f2107e8da5371ebc9d15c2008dff567f46">
        <source>Role</source>
        <target>権限</target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
        <source>
      Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
      At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
    </source>
        <target>
      サーバーでトランスコーディングが有効になっています。容量制限は動画 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> のみを考慮に入れます。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
      このユーザーは多くても、~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> を使用できます。
    </target>
        <context-group name="null">
          <context context-type="linenumber">65</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
        <source>Daily video quota</source>
        <target>1日あたりのアップロード容量制限</target>
        <context-group name="null">
          <context context-type="linenumber">72</context>
        </context-group>
      </trans-unit>
      <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
        <source>Danger Zone</source>
        <target>危険区域</target>
        <context-group name="null">
          <context context-type="linenumber">93</context>
        </context-group>
      </trans-unit>
      <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
        <source>Send a link to reset the password by email to the user</source>
        <target>ユーザーにパスワードをリセットするためのリンクをメールで送信する</target>
        <context-group name="null">
          <context context-type="linenumber">96</context>
        </context-group>
      </trans-unit>
      <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
        <source>Ask for new password</source>
        <target>新しいパスワードを要求する</target>
        <context-group name="null">
          <context context-type="linenumber">97</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
        <source>Manually set the user password</source>
        <target>ユーザーパスワードを手動で設定する</target>
        <context-group name="null">
          <context context-type="linenumber">101</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
        <source>Show</source>
        <target>表示</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
        <source>Hide</source>
        <target>隠す</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
        <source>Users list</source>
        <target>ユーザーリスト</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
        <source>Batch actions</source>
        <target>バッチ処理</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
        <source>Username <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>ユーザー名 <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">40</context>
        </context-group>
      </trans-unit>
      <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
        <source>(banned)</source>
        <target>(banned)</target>
        <context-group name="null">
          <context context-type="linenumber">65</context>
        </context-group>
      </trans-unit>
      <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
        <source>Go to the account page</source>
        <target>アカウントページに移動</target>
        <context-group name="null">
          <context context-type="linenumber">153</context>
        </context-group>
      </trans-unit>
      <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
        <source>User's email must be verified to login</source>
        <target>ログインするためには、メールアドレスを確認する必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">72</context>
        </context-group>
      </trans-unit>
      <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
        <source>User's email is verified / User can login without email verification</source>
        <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target>
        <context-group name="null">
          <context context-type="linenumber">76</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
        <source>Ban reason:</source>
        <target>BAN理由:</target>
        <context-group name="null">
          <context context-type="linenumber">95</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
        <source>Moderation comment</source>
        <target>モデレーションコメント</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
        <source>
        This comment can only be seen by you or the other moderators.
      </source>
        <target>
        このコメントは、あなたとモデレータのみが見ることができます。
      </target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
        <source>Update this comment</source>
        <target>このコメントを更新する</target>
        <context-group name="null">
          <context context-type="linenumber">26</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
        <source>Reporter</source>
        <target>レポーター</target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
        <source>Video</source>
        <target>動画</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
        <source>State <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>状態 <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="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
        <source>Go to the account</source>
        <target>アカウントに移動</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
        <source>Go to the video</source>
        <target>動画に移動</target>
        <context-group name="null">
          <context context-type="linenumber">33</context>
        </context-group>
      </trans-unit>
      <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
        <source>Actions</source>
        <target>アクション</target>
        <context-group name="null">
          <context context-type="linenumber">35</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
        <source>Reason:</source>
        <target>理由:</target>
        <context-group name="null">
          <context context-type="linenumber">53</context>
        </context-group>
      </trans-unit>
      <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
        <source>Moderation comment:</source>
        <target>モデレーションコメント:</target>
        <context-group name="null">
          <context context-type="linenumber">57</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
        <source>Video name <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>動画名 <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">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
        <source>Sensitive</source>
        <target>センシティブ</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
        <source>Unfederated</source>
        <target>連合なし</target>
        <context-group name="null">
          <context context-type="linenumber">10</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>日付 <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="7963019b5535b51efa399e6a62b163f3e04d296f">
        <source>Blacklist reason:</source>
        <target>ブラックリストの理由:</target>
        <context-group name="null">
          <context context-type="linenumber">43</context>
        </context-group>
      </trans-unit>
      <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
        <source>Unblacklist</source>
        <target>ブラックリストから削除</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
        <source>Moderation</source>
        <target>モデレーション</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
        <source>Video abuses</source>
        <target>動画の悪用</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
        <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45">
        <source>Auto-blacklisted videos</source>
        <target>自動ブラックリストに登録されている動画</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
        <source>Muted accounts</source>
        <target>ミュートされたアカウント</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
        <source>Muted servers</source>
        <target>ミュートされたサーバー</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
        <source>Account</source>
        <target>アカウント</target>
        <context-group name="null">
          <context context-type="linenumber">12</context>
        </context-group>
      </trans-unit>
      <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
        <source>Muted at <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>Muted at <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">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
        <source>Unmute</source>
        <target>ミュートを解除</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f">
        <source>Jobs list</source>
        <target>ジョブリスト</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
        <source>Type</source>
        <target>種類</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
        <source>Processed on</source>
        <target>処理済</target>
        <context-group name="null">
          <context context-type="linenumber">22</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
        <source>Finished on</source>
        <target>終了しました</target>
        <context-group name="null">
          <context context-type="linenumber">23</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
        <source>Video quota:</source>
        <target>容量制限:</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
        <source>Profile</source>
        <target>プロフィール</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
        <source>Video settings</source>
        <target>動画設定</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735">
        <source>Danger zone</source>
        <target>危険区域</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
        <source>Change ownership</source>
        <target>所有権を変更する</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
        <source>Select the next owner</source>
        <target>次の所有者を選択</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
        <source>
        Cancel
      </source>
        <target>
        キャンセル
      </target>
        <context-group name="null">
          <context context-type="linenumber">35</context>
        </context-group>
      </trans-unit>
      <trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244">
        <source>Create a new video channel</source>
        <target>新しい動画チャンネルを作成する</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
        <source>Go to the channel</source>
        <target>チャンネルに移動する</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>動画チャンネルを作成する</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>例: my_channel</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
        <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
        <target>人々があなたをどのようにサポートできるかを伝えるための短いテキスト (会員制プラットフォーム… 例: Patreon、Tipeee、Paypal、Liberapay)。&lt;br /&gt;&lt;br /&gt;
このチャンネルに動画をアップロードすると、動画の 「支持」 欄にこのテキストが自動的に入力されます。</target>
        <context-group name="null">
          <context context-type="linenumber">52</context>
        </context-group>
      </trans-unit>
      <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
        <source>Target</source>
        <target>ターゲット</target>
        <context-group name="null">
          <context context-type="linenumber">8</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
        <source>You don't have any subscriptions yet.</source>
        <target>あなたはまだ購読をしていません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
        <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
        <target>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913">
        <source>Go the owner account page</source>
        <target>所有者アカウントページに移動する</target>
        <context-group name="null">
          <context context-type="linenumber">16</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
        <source>Accept ownership</source>
        <target>所有権を受け入れる</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4570c754149df06f31096510abfc925968c35562">
        <source>Select the target channel</source>
        <target>ターゲットチャンネルを選択</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
        <source>Initiator</source>
        <target>イニシエータ</target>
        <context-group name="null">
          <context context-type="linenumber">13</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
        <source>
        Created
        <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>
        Created
        <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">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
        <source>Status</source>
        <target>状態</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7">
        <source>Action</source>
        <target>アクション</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
        <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">38</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
        <source>Muted instances</source>
        <target>ミュートインスタンス</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
        <source>History enabled</source>
        <target>履歴が有効</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
        <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;"/>
    Delete history
  </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;"/>
    履歴を削除
  </target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
        <source>You don't have videos history yet.</source>
        <target>動画履歴はまだありません。</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
        <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;"/>
    Notification preferences
  </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;"/>
    Notification preferences
  </target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
        <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;"/>
    Mark all as read
  </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;"/>
    すべて既読済みとしてマークする
  </target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2">
        <source>Create a new playlist</source>
        <target>新しいプレイリストを作成する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
        <source>Privacy</source>
        <target>プライバシー</target>
        <context-group name="null">
          <context context-type="linenumber">179</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
        <source>Channel</source>
        <target>チャンネル</target>
        <context-group name="null">
          <context context-type="linenumber">39</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
        <source>Upload thumbnail</source>
        <target>サムネイルをアップロードする</target>
        <context-group name="null">
          <context context-type="linenumber">192</context>
        </context-group>
      </trans-unit>
      <trans-unit id="188014887f7188d90b39e41d9606b91c77c17861">
        <source>No videos in this playlist.</source>
        <target>この再生リストに動画はありません。</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
        <source>Change password</source>
        <target>パスワードを変更する</target>
        <context-group name="null">
          <context context-type="linenumber">30</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
        <source>Current password</source>
        <target>現在のパスワード</target>
        <context-group name="null">
          <context context-type="linenumber">7</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
        <source>New password</source>
        <target>新しいパスワード</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>新しいパスワードを確認</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>センシティブなコンテンツを含む動画のデフォルトポリシー</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>WebTorrent を使って動画の一部を他の人と交換する</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
        <source>Automatically plays video</source>
        <target>動画の自動再生</target>
        <context-group name="null">
          <context context-type="linenumber">28</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
        <source>Update my profile</source>
        <target>プロフィールを更新</target>
        <context-group name="null">
          <context context-type="linenumber">27</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
        <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
        <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> 人の登録者</target>
        <context-group name="null">
          <context context-type="linenumber">10</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5">
        <source>Change the avatar</source>
        <target>アバターを変更</target>
        <context-group name="null">
          <context context-type="linenumber">15</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
        <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
        <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, 最大サイズ: &lt;/x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/&gt;)</target>
        <context-group name="null">
          <context context-type="linenumber">18</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>アカウントを削除したら、元に戻すことはできません。よろしいですね?</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>アカウントを削除する</target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
        <source>Activities</source>
        <target>アクティビティ</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
        <source>Web</source>
        <target>Web</target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
        <source>
  Sorry, but we couldn't find the page you were looking for.
</source>
        <target>
  申し訳ありませんが、探しているページが見つかりませんでした。
</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
        <source>
    Verify account email confirmation
  </source>
        <target>
    アカウントのメール確認を検証
  </target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
        <source>
    Your email has been verified and you may now login. Redirecting...
  </source>
        <target>
    あなたのメールアドレスは確認されました。ログインすることができます。リダイレクトしています…
  </target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
        <source>An error occurred. </source>
        <target>エラーが発生しました</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97">
        <source>
    Request email for account verification
  </source>
        <target>
    アカウント確認のためにメールをリクエストする
  </target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
        <source>Send verification email</source>
        <target>確認メールを送信</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
        <source>This instance does not require email verification.</source>
        <target>このインスタンスはメールアドレスの確認を必要としません。</target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d">
        <source>Video playlists</source>
        <target>動画プレイリスト</target>
        <context-group name="null">
          <context context-type="linenumber">25</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
        <source>Support this channel</source>
        <target>このチャンネルを支持する</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>作成日 <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
        <source>
  Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
</source>
        <target>
  プレイリスト <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> が作成されました。
</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f">
        <source>This channel does not have playlists.</source>
        <target>このチャンネルにはプレイリストがありません。</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
        <source>URL</source>
        <target>URL</target>
        <context-group name="null">
          <context context-type="linenumber">25</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
        <source>You can import any URL &lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;supported by youtube-dl&lt;/a&gt; or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
        <target>&lt;a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'&gt;youtube-dl&lt;/a&gt; でサポートされているURL、またはmp4ファイルを指すURLをインポートできます。あなたがそれが指すコンテンツについて拡散権を持っていることを確認する必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">9</context>
        </context-group>
      </trans-unit>
      <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
        <source>Sorry, but something went wrong</source>
        <target>申し訳ありませんが、何かが間違っていました。</target>
        <context-group name="null">
          <context context-type="linenumber">49</context>
        </context-group>
      </trans-unit>
      <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
        <source>
  Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
</source>
        <target>
  おめでとうございます。<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> の背後にある動画がインポートされます! この動画に関する情報をすでに追加できます。
</target>
        <context-group name="null">
          <context context-type="linenumber">46</context>
        </context-group>
      </trans-unit>
      <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
        <source>Update</source>
        <target>更新</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
        <source>Select the file to upload</source>
        <target>アップロードするファイルを選択する</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
        <source>Scheduled</source>
        <target>スケジュールされました</target>
        <context-group name="null">
          <context context-type="linenumber">25</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
        <source>
  Congratulations! Your video is now available in your private library.
</source>
        <target>
  おめでとうございます。動画は非公開ライブラリで利用可能になりました。
</target>
        <context-group name="null">
          <context context-type="linenumber">45</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
        <source>Publish will be available when upload is finished</source>
        <target>アップロードが完了すると公開が可能になります。</target>
        <context-group name="null">
          <context context-type="linenumber">58</context>
        </context-group>
      </trans-unit>
      <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
        <source>Publish</source>
        <target>公開</target>
        <context-group name="null">
          <context context-type="linenumber">65</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
        <source>Select the torrent to import</source>
        <target>インポートする Torrent を選択する</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
        <source>Or</source>
        <target>または</target>
        <context-group name="null">
          <context context-type="linenumber">11</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
        <source>Paste magnet URI</source>
        <target>Magnet URI を貼り付け</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1ce18c12c809a738f05f2290f46df0677f27ed70">
        <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source>
        <target>mp4 ファイルを指す任意の Torrent ファイルをインポートできます。あなたがそれが指すコンテンツについて拡散権を持っていることを確認する必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
        <source>
  Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
</source>
        <target>
  おめでとうございます。動画は BitTorrent でインポートされます! この動画に関する情報をすでに追加できます。
</target>
        <context-group name="null">
          <context context-type="linenumber">53</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
        <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
        <target>インポート <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
        <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
        <target>アップロード <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">4</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
        <source>Upload a file</source>
        <target>ファイルをアップロードする</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>URL でインポート</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
        <source>Import with torrent</source>
        <target>Torrent でインポート</target>
        <context-group name="null">
          <context context-type="linenumber">24</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="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">216</context>
        </context-group>
      </trans-unit>
      <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
        <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
        <target>タグを使用して関連する推奨事項を提案することもできます。&lt;/br&gt;Enterキーを押して新しいタグを追加します。</target>
        <context-group name="null">
          <context context-type="linenumber">18</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
        <source>+ Tag</source>
        <target>+ タグ</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>新しいタグを入力</target>
        <context-group name="null">
          <context context-type="linenumber">21</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
        <source>Video descriptions are truncated by default and require manual action to expand them.</source>
        <target>動画の説明はデフォルトでは切り捨てられており、拡大するには手動の操作が必要です。</target>
        <context-group name="null">
          <context context-type="linenumber">28</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">105</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">119</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">120</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">126</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">127</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">142</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">151</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
        <source>Already uploaded	</source>
        <target>アップロード済み	</target>
        <context-group name="null">
          <context context-type="linenumber">155</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">163</context>
        </context-group>
      </trans-unit>
      <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
        <source>Cancel create</source>
        <target>作成をキャンセル</target>
        <context-group name="null">
          <context context-type="linenumber">165</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">171</context>
        </context-group>
      </trans-unit>
      <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
        <source>Cancel deletion</source>
        <target>削除をキャンセル</target>
        <context-group name="null">
          <context context-type="linenumber">173</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">178</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
        <source>Captions</source>
        <target>字幕</target>
        <context-group name="null">
          <context context-type="linenumber">135</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
        <source>Upload preview</source>
        <target>プレビューをアップロードする</target>
        <context-group name="null">
          <context context-type="linenumber">199</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
        <source>Support</source>
        <target>支持</target>
        <context-group name="null">
          <context context-type="linenumber">103</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
        <source>Short text to tell people how they can support you (membership platform...).</source>
        <target>人々があなたをどのようにサポートできるかを伝えるための短いテキスト (会員制プラットフォーム… 例: Patreon、Tipeee、Paypal、Liberapay)。</target>
        <context-group name="null">
          <context context-type="linenumber">206</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
        <source>Original publication date</source>
        <target>元の発行日</target>
        <context-group name="null">
          <context context-type="linenumber">219</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>これは、コンテンツが最初に公開された日付です (例: 映画の公開日)。</target>
        <context-group name="null">
          <context context-type="linenumber">220</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
        <source>Enable video comments</source>
        <target>動画のコメントを有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">234</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
        <source>Enable download</source>
        <target>ダウンロードを有効にする</target>
        <context-group name="null">
          <context context-type="linenumber">239</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
        <source>Advanced settings</source>
        <target>高度な設定</target>
        <context-group name="null">
          <context context-type="linenumber">186</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
        <source>
    Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
  </source>
        <target>
更新 <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
  </target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
        <source>Share</source>
        <target>共有</target>
        <context-group name="null">
          <context context-type="linenumber">108</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
        <source>QR-Code</source>
        <target>QRコード</target>
        <context-group name="null">
          <context context-type="linenumber">37</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
        <source>Embed</source>
        <target>埋め込み</target>
        <context-group name="null">
          <context context-type="linenumber">42</context>
        </context-group>
      </trans-unit>
      <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
        <source>
      The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
    </source>
        <target>
      URLは保護されていない (HTTPSがない) ため、埋め込まれたビデオはHTTPS Webサイトでは機能しません (WebブラウザはHTTPS Webサイトで保護されていないHTTP要求をブロックします)。
    </target>
        <context-group name="null">
          <context context-type="linenumber">53</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
        <source>Close</source>
        <target>閉じる</target>
        <context-group name="null">
          <context context-type="linenumber">59</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99">
        <source>Public</source>
        <target>公開</target>
        <context-group name="null">
          <context context-type="linenumber">19</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
        <source>This video is blacklisted.</source>
        <target>この動画はブラックリストに登録されています。</target>
        <context-group name="null">
          <context context-type="linenumber">57</context>
        </context-group>
      </trans-unit>
      <trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d">
        <source>
              Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
            </source>
        <target>
              公開日 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視聴
            </target>
        <context-group name="null">
          <context context-type="linenumber">69</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
        <source>
                Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
              </source>
        <target>
                公開日 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視聴
              </target>
        <context-group name="null">
          <context context-type="linenumber">78</context>
        </context-group>
      </trans-unit>
      <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
        <source>Like this video</source>
        <target>動画を高く評価</target>
        <context-group name="null">
          <context context-type="linenumber">88</context>
        </context-group>
      </trans-unit>
      <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
        <source>Dislike this video</source>
        <target>動画を低く評価</target>
        <context-group name="null">
          <context context-type="linenumber">96</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
        <source>Go the channel page</source>
        <target>チャンネルページに移動する</target>
        <context-group name="null">
          <context context-type="linenumber">143</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
        <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
        <target>から <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
        <context-group name="null">
          <context context-type="linenumber">154</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
        <source>Show more</source>
        <target>もっと表示</target>
        <context-group name="null">
          <context context-type="linenumber">166</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
        <source>Show less</source>
        <target>少なく表示</target>
        <context-group name="null">
          <context context-type="linenumber">172</context>
        </context-group>
      </trans-unit>
      <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
        <source>Originally published</source>
        <target>もともと公開された</target>
        <context-group name="null">
          <context context-type="linenumber">184</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
        <source>Friendly Reminder: </source>
        <target>フレンドリーリマインダー:</target>
        <context-group name="null">
          <context context-type="linenumber">232</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
        <source>
        the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
      </source>
        <target>
        このビデオで使用されている共有システムは、システムに関する技術情報 (パブリックIPアドレスなど) を他のピアに送信できることを意味します。
      </target>
        <context-group name="null">
          <context context-type="linenumber">233</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
        <source>More information</source>
        <target>詳しくは:</target>
        <context-group name="null">
          <context context-type="linenumber">236</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
        <source>Get more information</source>
        <target>より多くの情報を得る</target>
        <context-group name="null">
          <context context-type="linenumber">236</context>
        </context-group>
      </trans-unit>
      <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
        <source>
      OK
    </source>
        <target>
      はい
    </target>
        <context-group name="null">
          <context context-type="linenumber">239</context>
        </context-group>
      </trans-unit>
      <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
        <source>
        Other videos
    </source>
        <target>
        その他の動画</target>
        <context-group name="null">
          <context context-type="linenumber">2</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
        <source>
      Comments
    </source>
        <target>
      コメント
    </target>
        <context-group name="null">
          <context context-type="linenumber">3</context>
        </context-group>
      </trans-unit>
      <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
        <source>No comments.</source>
        <target>コメントはまだありません。</target>
        <context-group name="null">
          <context context-type="linenumber">17</context>
        </context-group>
      </trans-unit>
      <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
        <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
        <target><x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 件の返信を表示</target>
        <context-group name="null">
          <context context-type="linenumber">54</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
        <source>
    Comments are disabled.
  </source>
        <target>
    この動画にはコメントできません。
  </target>
        <context-group name="null">
          <context context-type="linenumber">63</context>
        </context-group>
      </trans-unit>
      <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
        <source>Add comment...</source>
        <target>コメントを追加…</target>
        <context-group name="null">
          <context context-type="linenumber">6</context>
        </context-group>
      </trans-unit>
      <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
        <source>
      Post comment
    </source>
        <target>
      コメントを投稿
    </target>
        <context-group name="null">
          <context context-type="linenumber">20</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
        <source>You are one step away from commenting</source>
        <target>あなたはコメントから一歩離れています</target>
        <context-group name="null">
          <context context-type="linenumber">28</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
        <source>
      If you have an account on this instance, you can login:
    </source>
        <target>
      このインスタンスのアカウントをお持ちの場合は、ログインできます:
    </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>ログインしてコメントする</target>
        <context-group name="null">
          <context context-type="linenumber">35</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
        <source>
      Otherwise you can comment using an account on any ActivityPub-compatible instance.
      On most platforms, you can find the video by typing its URL in the search bar and then comment it
      from within the software's interface.
    </source>
        <target>
      それ以外の場合は、ActivityPub互換のインスタンスのアカウントを使用してコメントできます。
      ほとんどのプラットフォームでは、検索バーにURLを入力してソフトウェアのインターフェイス内から
      コメントすることで、動画を見つけることができます。
    </target>
        <context-group name="null">
          <context context-type="linenumber">36</context>
        </context-group>
      </trans-unit>
      <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
        <source>
      If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
    </source>
        <target>
      MastodonまたはPleromaのアカウントをお持ちの場合は、それらのインターフェースで直接開くことができます:
    </target>
        <context-group name="null">
          <context context-type="linenumber">41</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
        <source>Highlighted comment</source>
        <target>強調表示されたコメント</target>
        <context-group name="null">
          <context context-type="linenumber">5</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
        <source>Reply</source>
        <target>返信</target>
        <context-group name="null">
          <context context-type="linenumber">14</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
        <source>Cannot get about information from server</source>
        <target>サーバーから情報を取得できません</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
        <source>Your message has been sent.</source>
        <target>メッセージを送信しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
        <source>You already sent this form recently</source>
        <target>このフォームに最近送信しています</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
        <source>No description</source>
        <target>説明はありません</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9">
        <source>Published videos</source>
        <target>公開済動画</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="369ef5e9c0dd1251abdbf699a5db408bca10777f">
        <source>Published <x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> videos</source>
        <target><x id="INTERPOLATION" equiv-text="{{totalVideos}}"/> 本の公開済動画</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
        <source>240p</source>
        <target>240p</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
        <source>360p</source>
        <target>360p</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
        <source>480p</source>
        <target>480p</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
        <source>720p</source>
        <target>720p</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
        <source>1080p</source>
        <target>1080p</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
        <source>Auto (via ffmpeg)</source>
        <target>自動 (FFmpeg 経由)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
        <source>Configuration updated.</source>
        <target>設定が更新されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
        <source>Unlimited</source>
        <target>無制限</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
        <source>100MB</source>
        <target>100MB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
        <source>500MB</source>
        <target>500MB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
        <source>1GB</source>
        <target>1GB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
        <source>5GB</source>
        <target>5GB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
        <source>20GB</source>
        <target>20GB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
        <source>50GB</source>
        <target>50GB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
        <source>10MB</source>
        <target>10MB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
        <source>50MB</source>
        <target>50MB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
        <source>2GB</source>
        <target>2GB</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
        <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
        <target><x id="INTERPOLATION" equiv-text="{{host}}"/> は無効です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df">
        <source>You need to specify hosts to follow.</source>
        <target>フォローするホストを指定する必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71">
        <source>Hosts need to be unique.</source>
        <target>ホストは一意である必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
        <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
        <target>確認した場合は、フォローリクエストを送信します: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </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>新しいサーバーをフォローする</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>フォローリクエストを送信しました!</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
        <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
        <target>本当に <x id="INTERPOLATION" equiv-text="{{host}}"/> のフォローを解除しますか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902">
        <source>Unfollow</source>
        <target>フォローを解除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
        <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
        <target>あなたはもう <x id="INTERPOLATION" equiv-text="{{host}}"/> をフォローしていません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
        <source>enabled</source>
        <target>有効</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
        <source>disabled</source>
        <target>無効</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1123807fc813c816404598147173403d00117557">
        <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{host}}"/> の冗長性は <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/> です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
        <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
        <target>このインスタンス上からアカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> のミュートが解除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
        <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
        <target>このインスタンス上からインスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> のミュートが解除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
        <source>Comment updated.</source>
        <target>コメントを更新しました。</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>報告を削除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
        <source>Update moderation comment</source>
        <target>モデレーションコメントを更新</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
        <source>Mark as accepted</source>
        <target>承認済としてマーク</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
        <source>Mark as rejected</source>
        <target>却下としてマーク</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>この悪用報告を本当に削除しますか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
        <source>Abuse deleted.</source>
        <target>悪用が削除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
        <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
        <target>動画 <x id="INTERPOLATION" equiv-text="{{name}}"/> をブラックリストから削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
        <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
        <target><x id="INTERPOLATION" equiv-text="{{num}}"/> つの動画をブラックリストから削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
        <source>yes</source>
        <target>はい</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
        <source>no</source>
        <target>いいえ</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
        <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
        <target>この動画をブラックリストから本当に削除しますか? 動画リストにも表示されます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
        <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
        <target>動画 <x id="INTERPOLATION" equiv-text="{{name}}"/> をブラックリストから削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
        <source>Info</source>
        <target>情報</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
        <source>Warning</source>
        <target>警告</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
        <source>Error</source>
        <target>エラー</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
        <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> を作成しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
        <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> のパスワードを変更しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
        <source>Update user password</source>
        <target>ユーザーパスワードを更新する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
        <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> を更新しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
        <source>Update user</source>
        <target>ユーザーを更新する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
        <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
        <target>パスワードの再設定の手順が記載されたメールが <x id="INTERPOLATION" equiv-text="{{username}}"/> に送信されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
        <source>Unban</source>
        <target>BANを解除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
        <source>Set Email as Verified</source>
        <target>メールを確認済みとして設定</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
        <source>You cannot ban root.</source>
        <target>root ユーザーはBANできません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
        <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
        <target><x id="INTERPOLATION" equiv-text="{{num}}"/> 名のBANを解除しますか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
        <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
        <target><x id="INTERPOLATION" equiv-text="{{num}}"/> 名のBANを解除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
        <source>You cannot delete root.</source>
        <target>root ユーザーは削除できません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
        <source>If you remove these users, you will not be able to create others with the same username!</source>
        <target>これらのユーザーを削除すると、同じユーザー名で再度登録することはできなくなります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
        <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
        <target><x id="INTERPOLATION" equiv-text="{{num}}"/> 名のユーザーが削除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
        <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{num}}"/> 名のメールアドレスは確認済として設定されています。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
        <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
        <target>アカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> のミュートを解除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
        <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
        <target>インスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> のミュートを解除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
        <source>My videos history</source>
        <target>動画履歴</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
        <source>Videos history is enabled</source>
        <target>動画履歴が有効になっています</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
        <source>Videos history is disabled</source>
        <target>動画履歴が無効になっています</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
        <source>Delete videos history</source>
        <target>動画履歴の削除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
        <source>Are you sure you want to delete all your videos history?</source>
        <target>動画履歴をすべて削除してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
        <source>Videos history deleted</source>
        <target>動画履歴を削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
        <source>Ownership accepted</source>
        <target>所有権が承認されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
        <source>Password updated.</source>
        <target>パスワードは変更されました。</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>現在のパスワードは無効です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
        <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
        <target>アカウントを削除してもよろしいですか? これにより、動画、ビデオなどを含むすべてのデータが削除されます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
        <source>Type your username to confirm</source>
        <target>確認のためにユーザー名を入力してください</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>アカウントを削除する</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>あなたのアカウントは削除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
        <source>New video from your subscriptions</source>
        <target>あなたの購読からの新しい動画</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
        <source>New comment on your video</source>
        <target>動画への新しいコメント</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
        <source>New video abuse</source>
        <target>新しい動画の悪用</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47">
        <source>Video auto-blacklisted waiting review</source>
        <target>動画の自動ブラックリストレビューの待機中</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
        <source>One of your video is blacklisted/unblacklisted</source>
        <target>動画の1つが ブラックリストに追加/ブラックリストから削除 されました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
        <source>Video published (after transcoding/scheduled update)</source>
        <target>公開されている動画 (トランスコード/スケジュールアップデート後)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
        <source>Video import finished</source>
        <target>動画のインポートが完了しました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
        <source>A new user registered on your instance</source>
        <target>このインスタンスに新しいユーザーが登録されました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
        <source>You or your channel(s) has a new follower</source>
        <target>チャンネルにフォロワーが追加されました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
        <source>Someone mentioned you in video comments</source>
        <target>投稿した動画にコメントがつきました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
        <source>Preferences saved</source>
        <target>設定を保存しました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
        <source>Profile updated.</source>
        <target>プロフィールを更新しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1">
        <source>Avatar changed.</source>
        <target>アバターを変更しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="214b802dfd6f544003147a7a68938ec1055c8f32">
        <source>Information updated.</source>
        <target>情報を更新しました。</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>動画チャンネル <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> を作成しました。</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>この名前は、このインスタンス上に既に存在します。</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>動画チャンネル <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> を更新しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
        <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
        <target>本当に動画チャンネル <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> を削除しますか? このチャンネル (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) にアップロードされたすべての動画が削除され、同じ名前でチャンネルを再度作成することはできなくなります!</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
        <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
        <target>動画チャンネル (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) の表示名を入力してください</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>動画チャンネル <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> を削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
        <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
        <target>プレイリスト <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> を作成しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
        <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
        <target>プレイリスト <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> を更新しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
        <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
        <target>本当にプレイリスト <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> を削除してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
        <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
        <target>プレイリスト <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> を削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
        <source>My videos</source>
        <target>動画</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>本当に <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 個の動画を削除してもよろしいですか?</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><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> 個の動画を削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
        <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
        <target>本当に動画 <x id="INTERPOLATION" equiv-text="{{videoName}}"/> を削除してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
        <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
        <target>動画 <x id="INTERPOLATION" equiv-text="{{videoName}}"/> を削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
        <source>Ownership change request sent.</source>
        <target>所有権の変更リクエストが送信されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
        <source>My channels</source>
        <target>マイチャンネル</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2">
        <source>My playlists</source>
        <target>プレイリスト</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
        <source>My subscriptions</source>
        <target>購読</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
        <source>My history</source>
        <target>履歴</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
        <source>Misc</source>
        <target>その他</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
        <source>Ownership changes</source>
        <target>所有権の変更</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
        <source>My settings</source>
        <target>設定</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
        <source>My notifications</source>
        <target>通知</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
        <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
        <target>確認リンクを記載したメールが <x id="INTERPOLATION" equiv-text="{{email}}"/> に送信されます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
        <source>Unable to find user id or verification string.</source>
        <target>ユーザーIDまたは確認文字列が見つかりません。</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>アカウントを購読する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
        <source>Focus the search bar</source>
        <target>検索バーを絞り込む</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
        <source>Toggle the left menu</source>
        <target>メニューの表示/非表示</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
        <source>Go to the videos overview page</source>
        <target>動画の概要ページへ移動する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
        <source>Go to the trending videos page</source>
        <target>トレンドの動画ページへ移動する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
        <source>Go to the recently added videos page</source>
        <target>最近追加された動画ページへ移動する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
        <source>Go to the local videos page</source>
        <target>このインスタンスにアップロードされた動画ページへ移動する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
        <source>Go to the videos upload page</source>
        <target>動画のアップロードページへ移動する</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>ダークテーマへ切り替え</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>購読一覧</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>動画一覧</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>インポートした動画一覧</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>マイチャンネルに移動する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
        <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
</source>
        <target>OAuthクライアントの認証情報を取得できません: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
        <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
        <target>PeerTube (config/ ディレクトリ)、特に "webserver" セクションが正しく設定されていることを確認してください。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87">
        <source>You need to reconnect.</source>
        <target>再接続する必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
        <source>Keyboard Shortcuts:</source>
        <target>キーボードショートカット:</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
        <source>Success</source>
        <target>成功</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
        <source>Incorrect username or password.</source>
        <target>ユーザー名またはパスワードが違います。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
        <source>You account is blocked.</source>
        <target>アカウントはブロックされています。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
        <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
        <target>パスワード再設定の手順を記載したメールを <x id="INTERPOLATION" equiv-text="{{email}}"/> に送信しました。</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>パスワードは正常にリセットされました!</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
        <source>Today</source>
        <target>今日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d">
        <source>Last 7 days</source>
        <target>過去 7 日間</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
        <source>Last 30 days</source>
        <target>過去 30 日間</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca">
        <source>Last 365 days</source>
        <target>過去 365 日間</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc">
        <source>Short (&lt; 4 min)</source>
        <target>短い (&lt; 4 分)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
        <source>Long (&gt; 10 min)</source>
        <target>長い (&gt; 10 分)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889">
        <source>Medium (4-10 min)</source>
        <target>中間 (4  10 分)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca">
        <source>Relevance</source>
        <target>関連性</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e">
        <source>Publish date</source>
        <target>公開日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
        <source>Views</source>
        <target>回視聴</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
        <source>Search</source>
        <target>検索</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 年前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e622d3813449fe36371ea258281059306819199d">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> か月前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> か月前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週間前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週間前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 日前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 日前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 時間前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 時間前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
        <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
        <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒前</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
        <source>Confirm</source>
        <target>確認</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323">
        <source>Instance name is required.</source>
        <target>インスタンス名は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
        <source>Short description should not be longer than 250 characters.</source>
        <target>簡単な説明は 250 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="356e63270712273da168072ec0fc78a969919bf1">
        <source>Twitter username is required.</source>
        <target>Twitter のユーザー名は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6">
        <source>Previews cache size is required.</source>
        <target>プレビューキャッシュサイズは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459">
        <source>Previews cache size must be greater than 1.</source>
        <target>プレビューキャッシュサイズは 1 より大きくする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3">
        <source>Previews cache size must be a number.</source>
        <target>プレビューキャッシュサイズは数字でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8">
        <source>Captions cache size is required.</source>
        <target>字幕のキャッシュサイズは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c">
        <source>Captions cache size must be greater than 1.</source>
        <target>字幕のキャッシュサイズは 1 より大きくする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e">
        <source>Captions cache size must be a number.</source>
        <target>字幕のキャッシュサイズは数字でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828">
        <source>Signup limit is required.</source>
        <target>登録可能ユーザー数は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7">
        <source>Signup limit must be greater than 1.</source>
        <target>登録可能ユーザー数は 1 より大きくする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced">
        <source>Signup limit must be a number.</source>
        <target>登録可能ユーザー数は数字でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021">
        <source>Admin email is required.</source>
        <target>管理者のメールアドレスは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66">
        <source>Admin email must be valid.</source>
        <target>管理者のメールアドレスは有効でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400">
        <source>Transcoding threads is required.</source>
        <target>トランスコードスレッドは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
        <source>Transcoding threads must be greater or equal to 0.</source>
        <target>トランスコードスレッドは 0 以上である必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
        <source>Email is required.</source>
        <target>メールは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1">
        <source>Email must be valid.</source>
        <target>メールは有効でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
        <source>Your name is required.</source>
        <target>名前は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
        <source>Your name must be at least 1 character long.</source>
        <target>名前は 1 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
        <source>Your name cannot be more than 120 characters long.</source>
        <target>名前は 120 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
        <source>A message is required.</source>
        <target>メッセージは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
        <source>The message must be at least 3 characters long.</source>
        <target>メッセージは 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
        <source>The message cannot be more than 5000 characters long.</source>
        <target>メッセージは 5,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
        <source>Username is required.</source>
        <target>ユーザー名は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
        <source>Password is required.</source>
        <target>パスワードは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154">
        <source>Confirmation of the password is required.</source>
        <target>パスワードの確認は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
        <source>Username must be at least 1 character long.</source>
        <target>ユーザー名は 1 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
        <source>Username cannot be more than 50 characters long.</source>
        <target>ユーザー名は 50 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
        <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
        <target>ユーザー名には小文字の英数字とドット(.)、アンダースコア(_)が利用できます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
        <source>Password must be at least 6 characters long.</source>
        <target>パスワードは 6 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
        <source>Password cannot be more than 255 characters long.</source>
        <target>パスワードは 255 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
        <source>The new password and the confirmed password do not correspond.</source>
        <target>新しいパスワードとパスワードの確認が一致しません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
        <source>Video quota is required.</source>
        <target>動画の容量制限は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
        <source>Quota must be greater than -1.</source>
        <target>容量制限は -1 より大きくする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
        <source>Daily upload limit is required.</source>
        <target>1日あたりのアップロード容量制限は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
        <source>Daily upload limit must be greater than -1.</source>
        <target>1日あたりのアップロード容量制限は -1 より大きくする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
        <source>User role is required.</source>
        <target>ユーザー権限は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
        <source>Display name is required.</source>
        <target>表示名は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
        <source>Display name must be at least 1 character long.</source>
        <target>表示名は 1 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
        <source>Display name cannot be more than 50 characters long.</source>
        <target>表示名は 50 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
        <source>Description must be at least 3 characters long.</source>
        <target>説明は 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
        <source>Description cannot be more than 1000 characters long.</source>
        <target>説明は 1,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
        <source>You must to agree with the instance terms in order to registering on it.</source>
        <target>登録するには、インスタンスの利用規約に同意する必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
        <source>Ban reason must be at least 3 characters long.</source>
        <target>BAN理由は 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
        <source>Ban reason cannot be more than 250 characters long.</source>
        <target>BAN理由は 250 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
        <source>Report reason is required.</source>
        <target>報告理由は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
        <source>Report reason must be at least 2 characters long.</source>
        <target>報告理由は 2 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
        <source>Report reason cannot be more than 3000 characters long.</source>
        <target>報告理由は 3,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
        <source>Moderation comment is required.</source>
        <target>モデレートコメントは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
        <source>Moderation comment must be at least 2 characters long.</source>
        <target>モデレーションコメントは 2 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
        <source>Moderation comment cannot be more than 3000 characters long.</source>
        <target>モデレーションコメントは 3,000 文字以内でなければなりません。</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>チャンネルは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
        <source>Blacklist reason must be at least 2 characters long.</source>
        <target>ブラックリストの理由は 2 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
        <source>Blacklist reason cannot be more than 300 characters long.</source>
        <target>ブラックリストの理由は 300 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
        <source>Video caption language is required.</source>
        <target>動画の字幕言語は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963">
        <source>Video caption file is required.</source>
        <target>動画の字幕ファイルは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
        <source>The username is required.</source>
        <target>ユーザー名は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
        <source>You can only transfer ownership to a local account</source>
        <target>所有権はローカルアカウントにのみ譲渡できます</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
        <source>Name is required.</source>
        <target>名前は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
        <source>Name must be at least 1 character long.</source>
        <target>名前は 1 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
        <source>Name cannot be more than 50 characters long.</source>
        <target>名前は 50 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
        <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
        <target>名前には小文字の英数字とドット(.)、アンダースコア(_)が利用できます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
        <source>Support text must be at least 3 characters long.</source>
        <target>支持テキストは 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
        <source>Support text cannot be more than 1000 characters long.</source>
        <target>支持テキストは 1,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
        <source>Comment is required.</source>
        <target>コメントは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
        <source>Comment must be at least 2 characters long.</source>
        <target>コメントは 2 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
        <source>Comment cannot be more than 3000 characters long.</source>
        <target>コメントは 3,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
        <source>Display name cannot be more than 120 characters long.</source>
        <target>表示名は 120 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
        <source>Privacy is required.</source>
        <target>プライバシーは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
        <source>The channel is required when the playlist is public.</source>
        <target>プレイリストが公開されている場合、チャンネルは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
        <source>Video name is required.</source>
        <target>動画名は必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
        <source>Video name must be at least 3 characters long.</source>
        <target>動画名は 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
        <source>Video name cannot be more than 120 characters long.</source>
        <target>動画名は 120 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
        <source>Video privacy is required.</source>
        <target>動画のプライバシーは必須です。</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>動画のチャンネルは必須です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
        <source>Video description must be at least 3 characters long.</source>
        <target>動画の説明は 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
        <source>Video description cannot be more than 10000 characters long.</source>
        <target>動画の説明は 10,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
        <source>A tag should be more than 2 characters long.</source>
        <target>タグは 2 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
        <source>A tag should be less than 30 characters long.</source>
        <target>タグは 30 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
        <source>Video support must be at least 3 characters long.</source>
        <target>動画の支持は 3 文字以上にする必要があります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
        <source>Video support cannot be more than 1000 characters long.</source>
        <target>動画の支持は 1,000 文字以内でなければなりません。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
        <source>A date is required to schedule video update.</source>
        <target>動画の更新をスケジュールするには日付が必要です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4">
        <source>This file is too large.</source>
        <target>このファイルは大きすぎます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
        <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
        <target>PeerTube では、このファイルを処理できません。 処理できる拡張子は <x id="INTERPOLATION" equiv-text="{{extensions}}"/> です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
        <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
        <target>保存していないデータはすべて失われます。このページから移動してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
        <source>Sunday</source>
        <target>日曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596">
        <source>Monday</source>
        <target>月曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee">
        <source>Tuesday</source>
        <target>火曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9">
        <source>Wednesday</source>
        <target>水曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b">
        <source>Thursday</source>
        <target>木曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215">
        <source>Friday</source>
        <target>金曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e">
        <source>Saturday</source>
        <target>土曜日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef">
        <source>Sun</source>
        <target>(日)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff">
        <source>Mon</source>
        <target>(月)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9">
        <source>Tue</source>
        <target>(火)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d">
        <source>Wed</source>
        <target>(水)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6">
        <source>Thu</source>
        <target>(木)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c">
        <source>Fri</source>
        <target>(金)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261">
        <source>Sat</source>
        <target>(土)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd">
        <source>Su</source>
        <target>(日)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3">
        <source>Mo</source>
        <target>(月)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462">
        <source>Tu</source>
        <target>(火)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef">
        <source>We</source>
        <target>(水)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd">
        <source>Th</source>
        <target>(木)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5">
        <source>Fr</source>
        <target>(金)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0">
        <source>Sa</source>
        <target>(土)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0">
        <source>January</source>
        <target>1月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036">
        <source>February</source>
        <target>2月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e">
        <source>March</source>
        <target>3月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a">
        <source>April</source>
        <target>4月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e">
        <source>May</source>
        <target>5月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2">
        <source>June</source>
        <target>6月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e">
        <source>July</source>
        <target>7月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829">
        <source>August</source>
        <target>8月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938">
        <source>September</source>
        <target>9月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b">
        <source>October</source>
        <target>10月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52">
        <source>November</source>
        <target>11月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c">
        <source>December</source>
        <target>12月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7">
        <source>Jan</source>
        <target>1月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60">
        <source>Feb</source>
        <target>2月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7">
        <source>Mar</source>
        <target>3月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463">
        <source>Apr</source>
        <target>4月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f">
        <source>Jun</source>
        <target>6月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211">
        <source>Jul</source>
        <target>7月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212">
        <source>Aug</source>
        <target>8月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4f739d03be1c936c58978739c317d91566348204">
        <source>Sep</source>
        <target>9月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6607cacb987a588530a13de7018d959240d19153">
        <source>Oct</source>
        <target>10月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0">
        <source>Nov</source>
        <target>11月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e">
        <source>Dec</source>
        <target>12月</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46">
        <source>Clear</source>
        <target>クリア</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
        <source>yy-mm-dd </source>
        <target>yy-mm-dd </target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
        <source>Hidden</source>
        <target>表示しない</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
        <source>Blurred with confirmation request</source>
        <target>サムネイルをぼかし、視聴時に確認を要求する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
        <source>Displayed</source>
        <target>表示する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
        <source>User registration allowed</source>
        <target>ユーザーの登録を許可する</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
        <source>Transcode your videos in multiple resolutions</source>
        <target>動画を複数の解像度でトランスコードする</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
        <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
        <target>HTTP でのインポート (YouTube、Vimeo、ダイレクトURLなど)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
        <source>Torrent import</source>
        <target>Torrent でのインポート</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
        <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
        <target> <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
        <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
        <target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
        <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
        <target>フルHD動画: <x id="INTERPOLATION" equiv-text="{{seconds}}"/></target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
        <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
        <target>HD動画: <x id="INTERPOLATION" equiv-text="{{seconds}}"/></target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
        <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
        <target>平均的な品質の動画: <x id="INTERPOLATION" equiv-text="{{seconds}}"/></target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
        <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source>
        <target>以下の <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 互換をサポートしています:</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
        <source>Emphasis</source>
        <target>強調</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
        <source>Links</source>
        <target>リンク</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
        <source>New lines</source>
        <target>新しい行</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
        <source>Lists</source>
        <target>リスト</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
        <source>Images</source>
        <target>画像</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
        <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
        <target><x id="INTERPOLATION" equiv-text="{{num}}"/> ユーザーがBANしました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
        <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> をBANしました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
        <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
        <target>本当に <x id="INTERPOLATION" equiv-text="{{username}}"/> のBANを解除しますか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
        <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> のBANを解除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
        <source>If you remove this user, you will not be able to create another with the same username!</source>
        <target>このユーザーを削除すると、同じユーザー名で再度登録することはできなくなります。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
        <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> を削除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
        <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
        <target>ユーザー <x id="INTERPOLATION" equiv-text="{{username}}"/> のメールアドレスが確認されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
        <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
        <target>アカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> がミュートされました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
        <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
        <target>インスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> がミュートされました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
        <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
        <target>アカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> がこのインスタンス上からミュートされました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
        <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
        <target>このインスタンス上からアカウント <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> のミュートが解除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
        <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
        <target>インスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> がこのインスタンス上からミュートされました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
        <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
        <target>このインスタンス上からインスタンス <x id="INTERPOLATION" equiv-text="{{host}}"/> のミュートが解除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
        <source>Mute this account</source>
        <target>このアカウントをミュート</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
        <source>Unmute this account</source>
        <target>このアカウントのミュートを解除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
        <source>Mute the instance</source>
        <target>インスタンスをミュート</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
        <source>Unmute the instance</source>
        <target>インスタンスのミュートを解除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
        <source>Mute this account by your instance</source>
        <target>このインスタンス上からこのアカウントをミュート</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
        <source>Unmute this account by your instance</source>
        <target>このインスタンス上からこのアカウントのミュートを解除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
        <source>Mute the instance by your instance</source>
        <target>このインスタンス上からインスタンスをミュート</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
        <source>Unmute the instance by your instance</source>
        <target>このインスタンス上からインスタンスのミュートを解除</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
        <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
        <target>サーバーに対して要求が大きすぎます。 サイズの制限を増やしたい場合は、管理者に連絡をしてください。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
        <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
        <target>試行回数が多すぎます。<x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> 分後にもう一度お試しください。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
        <source>Too many attempts, please try again later.</source>
        <target>試行回数が多すぎます。しばらくしてからもう一度お試しください。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
        <source>Server error. Please retry later.</source>
        <target>サーバーエラーです。 後でもう一度やり直してください。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
        <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> の購読が完了しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
        <source>Subscribed</source>
        <target>購読が完了しました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
        <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
        <target><x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> の購読を解除しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
        <source>Unsubscribed</source>
        <target>購読を解除しました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
        <source>Moderator</source>
        <target>モデレーター</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
        <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
        <target>動画は <x id="INTERPOLATION" equiv-text="{{name}}"/> によって削除されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
        <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
        <target>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
        <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
        <target>動画 <x id="INTERPOLATION" equiv-text="{{n}}"/> は追加されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
        <source>Timestamps updated</source>
        <target>タイムスタンプが更新されました</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f">
        <source>Starts at </source>
        <target>Starts at </target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372">
        <source>Stops at </source>
        <target>Stops at </target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691">
        <source> and stops at </source>
        <target> and stops at </target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
        <source>Video blacklisted.</source>
        <target>動画がブラックリストに登録されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
        <source>Copied</source>
        <target>コピーしました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
        <source>Video reported.</source>
        <target>動画を報告しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
        <source>Do you really want to delete this video?</source>
        <target>本当にこの動画を削除しますか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
        <source>Blacklist</source>
        <target>ブラックリスト</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
        <source>Report</source>
        <target>報告</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
        <source>Published</source>
        <target>公開済</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
        <source>Publication scheduled on </source>
        <target>公開予定日</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02">
        <source>Waiting transcoding</source>
        <target>トランスコードを待機中</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
        <source>To transcode</source>
        <target>トランスコードする</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
        <source>To import</source>
        <target>インポートする</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
        <source>Only I can see this video</source>
        <target>自分だけがこの動画を視聴することができます</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
        <source>Only people with the private link can see this video</source>
        <target>リンクを知っている人のみがこの動画を視聴できます</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
        <source>Anyone can see this video</source>
        <target>誰でもこの動画を視聴することができます</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
        <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
        <target>ようこそ! メールを確認し、アカウントの登録を完了してください。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
        <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
        <target>あなたは <x id="INTERPOLATION" equiv-text="{{username}}"/> としてログインしています!</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
        <source>Video to import updated.</source>
        <target>動画のインポートが完了しました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
        <source>Your video was uploaded to your account and is private.</source>
        <target>動画はこのアカウントに非公開でアップロードされています。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
        <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
        <target>関連するデータ (タグ、説明など) は失われます。このページから移動してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
        <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
        <target>動画はまだアップロードされていません。このページから移動してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
        <source>Upload cancelled</source>
        <target>アップロードがキャンセルされました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
        <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
        <target>アカウントに割り当てられた容量制限を超えています。(動画サイズ: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, 使用済: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, 割り当て: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
        <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
        <target>1日あたりのアップロード容量制限を超えています。(動画サイズ: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, 使用済: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, 割り当て: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
        <source>Video published.</source>
        <target>動画が公開されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
        <source>You have unsaved changes! If you leave, your changes will be lost.</source>
        <target>保存していない変更があります。 ページを移動すると、変更した内容は失われます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
        <source>Video updated.</source>
        <target>動画が更新されました。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
        <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
        <target> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> の返信も削除されます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7">
        <source> The deletion will be sent to remote instances so they remove the comment too.</source>
        <target> 削除はリモートインスタンスにも送信されるので、リモートインスタンスに掲載されているコメントも削除されます。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
        <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
        <target> これはリモートのコメントなので、削除はこのインスタンスにのみ有効です。</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>高く評価</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>低く評価</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
        <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
        <target>高評価: <x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> / 低評価: <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/></target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
        <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
        <target>この動画には成人向けコンテンツまたは露骨なコンテンツが含まれています。表示してもよろしいですか?</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
        <source>Mature or explicit content</source>
        <target>成人向けコンテンツまたは露骨なコンテンツ</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
        <source>Trending for the last 24 hours</source>
        <target>過去 24 時間のトレンド</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
        <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
        <target>トレンドの動画は、過去 24 時間の集計で最も多く視聴された動画です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
        <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
        <target>過去 <x id="INTERPOLATION" equiv-text="{{days}}"/> 日間のトレンド</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
        <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
        <target>トレンドの動画は、過去 <x id="INTERPOLATION" equiv-text="{{days}}"/> 日間の集計で最も多く視聴された動画です。</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
      <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
        <source>Videos from your subscriptions</source>
        <target>購読した動画</target>
        <context-group name="null">
          <context context-type="linenumber">1</context>
        </context-group>
      </trans-unit>
    </body>
  </file></xliff>