summaryrefslogtreecommitdiff
path: root/data/res/values-ja/strings.xml
blob: 277207eda9d37cc2809546bb7976813d7659d258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/* //device/apps/common/assets/res/any/strings.xml
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="byteShort" msgid="202579285008794431">"B"</string>
    <string name="kilobyteShort" msgid="2214285521564195803">"KB"</string>
    <string name="megabyteShort" msgid="6649361267635823443">"MB"</string>
    <string name="gigabyteShort" msgid="7515809460261287991">"GB"</string>
    <string name="terabyteShort" msgid="1822367128583886496">"TB"</string>
    <string name="petabyteShort" msgid="5651571254228534832">"PB"</string>
    <string name="fileSizeSuffix" msgid="4233671691980131257">"<xliff:g id="NUMBER">%1$s</xliff:g> <xliff:g id="UNIT">%2$s</xliff:g>"</string>
    <string name="untitled" msgid="3381766946944136678">"&lt;新規&gt;"</string>
    <string name="emptyPhoneNumber" msgid="5812172618020360048">"(電話番号なし)"</string>
    <string name="unknownName" msgid="7078697621109055330">"不明"</string>
    <string name="defaultVoiceMailAlphaTag" msgid="2190754495304236490">"ボイスメール"</string>
    <string name="defaultMsisdnAlphaTag" msgid="2285034592902077488">"MSISDN1"</string>
    <string name="mmiError" msgid="2862759606579822246">"接続に問題があるか、MMIコードが正しくありません。"</string>
    <string name="mmiFdnError" msgid="3975490266767565852">"発信番号制限で指定された番号に対してのみ操作できます。"</string>
    <string name="mmiErrorWhileRoaming" msgid="1204173664713870114">"ローミング中はスマートフォンから着信転送設定の変更はできません。"</string>
    <string name="serviceEnabled" msgid="7549025003394765639">"サービスが有効になりました。"</string>
    <string name="serviceEnabledFor" msgid="1463104778656711613">"次のサービスが有効になりました:"</string>
    <string name="serviceDisabled" msgid="641878791205871379">"サービスが無効になりました。"</string>
    <string name="serviceRegistered" msgid="3856192211729577482">"登録されました。"</string>
    <string name="serviceErased" msgid="997354043770513494">"消去されました。"</string>
    <string name="passwordIncorrect" msgid="917087532676155877">"パスワードが正しくありません。"</string>
    <string name="mmiComplete" msgid="6341884570892520140">"MMIが完了しました。"</string>
    <string name="badPin" msgid="888372071306274355">"入力した古いPINは正しくありません。"</string>
    <string name="badPuk" msgid="4232069163733147376">"入力したPUKは正しくありません。"</string>
    <string name="mismatchPin" msgid="2929611853228707473">"入力したPINが一致しません。"</string>
    <string name="invalidPin" msgid="7542498253319440408">"4~8桁の数字のPINを入力してください。"</string>
    <string name="invalidPuk" msgid="8831151490931907083">"PUKは8桁以上で入力してください。"</string>
    <string name="needPuk" msgid="7321876090152422918">"SIMカードはPUKでロックされています。ロックを解除するにはPUKコードを入力してください。"</string>
    <string name="needPuk2" msgid="7032612093451537186">"SIMカードのロック解除のためPUK2を入力します。"</string>
    <string name="enablePin" msgid="2543771964137091212">"SIM/RUIMロックを有効にしてください。"</string>
    <plurals name="pinpuk_attempts" formatted="false" msgid="1619867269012213584">
      <item quantity="other">入力できるのはあと<xliff:g id="NUMBER_1">%d</xliff:g>回です。この回数を超えるとSIMがロックされます。</item>
      <item quantity="one">入力できるのはあと<xliff:g id="NUMBER_0">%d</xliff:g>回です。この回数を超えるとSIMがロックされます。</item>
    </plurals>
    <string name="imei" msgid="2157082351232630390">"IMEI"</string>
    <string name="meid" msgid="3291227361605924674">"MEID"</string>
    <string name="ClipMmi" msgid="4110549342447630629">"着信時の発信者番号"</string>
    <string name="ClirMmi" msgid="4702929460236547156">"発信者番号"</string>
    <string name="ColpMmi" msgid="4736462893284419302">"接続回線ID"</string>
    <string name="ColrMmi" msgid="5889782479745764278">"接続回線IDの制限"</string>
    <string name="CfMmi" msgid="8390012691099787178">"着信転送"</string>
    <string name="CwMmi" msgid="3164609577675404761">"通話中着信"</string>
    <string name="BaMmi" msgid="7205614070543372167">"発信制限"</string>
    <string name="PwdMmi" msgid="3360991257288638281">"パスワードの変更"</string>
    <string name="PinMmi" msgid="7133542099618330959">"PINの変更"</string>
    <string name="CnipMmi" msgid="4897531155968151160">"発呼者番号を提示"</string>
    <string name="CnirMmi" msgid="885292039284503036">"発呼者番号を制限"</string>
    <string name="ThreeWCMmi" msgid="2436550866139999411">"三者間通話"</string>
    <string name="RuacMmi" msgid="1876047385848991110">"迷惑な着信を拒否"</string>
    <string name="CndMmi" msgid="185136449405618437">"発呼者番号を配信"</string>
    <string name="DndMmi" msgid="8797375819689129800">"着信拒否"</string>
    <string name="CLIRDefaultOnNextCallOn" msgid="4511621022859867988">"既定: 発信者番号非通知、次の発信: 非通知"</string>
    <string name="CLIRDefaultOnNextCallOff" msgid="5036749051007098105">"既定: 発信者番号非通知、次の発信: 通知"</string>
    <string name="CLIRDefaultOffNextCallOn" msgid="1022781126694885017">"既定: 発信者番号通知、次の発信: 非通知"</string>
    <string name="CLIRDefaultOffNextCallOff" msgid="2491576172356463443">"既定: 発信者番号通知、次の発信: 通知"</string>
    <string name="serviceNotProvisioned" msgid="8289333510236766193">"提供可能なサービスがありません。"</string>
    <string name="CLIRPermanent" msgid="166443681876381118">"発信者番号の設定は変更できません。"</string>
    <string name="RestrictedOnDataTitle" msgid="1500576417268169774">"モバイルデータ サービスのブロック"</string>
    <string name="RestrictedOnEmergencyTitle" msgid="2852916906106191866">"緊急通報のブロック"</string>
    <string name="RestrictedOnNormalTitle" msgid="7009474589746551737">"音声通話サービス停止"</string>
    <string name="RestrictedOnAllVoiceTitle" msgid="3982069078579103087">"音声サービスと緊急通報のブロック"</string>
    <string name="RestrictedStateContent" msgid="7693575344608618926">"携帯通信会社によって一時的に OFF にされています"</string>
    <string name="RestrictedStateContentMsimTemplate" msgid="5228235722511044687">"SIM <xliff:g id="SIMNUMBER">%d</xliff:g> は携帯通信会社によって一時的に OFF になっています"</string>
    <string name="NetworkPreferenceSwitchTitle" msgid="1008329951315753038">"モバイル ネットワークにアクセスできません"</string>
    <string name="NetworkPreferenceSwitchSummary" msgid="2086506181486324860">"タップして、優先ネットワークを変更してください。"</string>
    <string name="EmergencyCallWarningTitle" msgid="1615688002899152860">"緊急通報は利用できません"</string>
    <string name="EmergencyCallWarningSummary" msgid="1194185880092805497">"Wi‑Fi では緊急通報ができません"</string>
    <string name="notification_channel_network_alert" msgid="4788053066033851841">"通知"</string>
    <string name="notification_channel_call_forward" msgid="8230490317314272406">"電話の転送"</string>
    <string name="notification_channel_emergency_callback" msgid="54074839059123159">"緊急通報待機モード"</string>
    <string name="notification_channel_mobile_data_status" msgid="1941911162076442474">"モバイルデータのステータス"</string>
    <string name="notification_channel_sms" msgid="1243384981025535724">"SMS メッセージ"</string>
    <string name="notification_channel_voice_mail" msgid="8457433203106654172">"ボイスメール メッセージ"</string>
    <string name="notification_channel_wfc" msgid="9048240466765169038">"Wi-Fi 通話"</string>
    <string name="notification_channel_sim" msgid="5098802350325677490">"SIM のステータス"</string>
    <string name="notification_channel_sim_high_prio" msgid="642361929452850928">"高優先度: SIM のステータス"</string>
    <string name="peerTtyModeFull" msgid="337553730440832160">"ピアから、TTY モードを FULL にするようリクエストされました"</string>
    <string name="peerTtyModeHco" msgid="5626377160840915617">"ピアから、TTYモードをHCOにするようリクエストされました"</string>
    <string name="peerTtyModeVco" msgid="572208600818270944">"ピアから、TTYモードをVCOにするようリクエストされました"</string>
    <string name="peerTtyModeOff" msgid="2420380956369226583">"ピアから、TTYモードをOFFにするようリクエストされました"</string>
    <string name="serviceClassVoice" msgid="2065556932043454987">"音声"</string>
    <string name="serviceClassData" msgid="4148080018967300248">"データ"</string>
    <string name="serviceClassFAX" msgid="2561653371698904118">"FAX"</string>
    <string name="serviceClassSMS" msgid="1547664561704509004">"SMS"</string>
    <string name="serviceClassDataAsync" msgid="2029856900898545984">"非同期"</string>
    <string name="serviceClassDataSync" msgid="7895071363569133704">"同期"</string>
    <string name="serviceClassPacket" msgid="1430642951399303804">"パケット"</string>
    <string name="serviceClassPAD" msgid="6850244583416306321">"PAD"</string>
    <string name="roamingText0" msgid="7793257871609854208">"ローミングインジケーターON"</string>
    <string name="roamingText1" msgid="5073028598334616445">"ローミングインジケーターOFF"</string>
    <string name="roamingText2" msgid="2834048284153110598">"ローミングインジケーター点滅中"</string>
    <string name="roamingText3" msgid="831690234035748988">"周辺外"</string>
    <string name="roamingText4" msgid="2171252529065590728">"屋外"</string>
    <string name="roamingText5" msgid="4294671587635796641">"ローミング: 優先するシステム"</string>
    <string name="roamingText6" msgid="5536156746637992029">"ローミング: 利用できるシステム"</string>
    <string name="roamingText7" msgid="1783303085512907706">"ローミング: 提携パートナー"</string>
    <string name="roamingText8" msgid="7774800704373721973">"ローミング: プレミアムパートナー"</string>
    <string name="roamingText9" msgid="1933460020190244004">"ローミング: サービスの全機能を利用可"</string>
    <string name="roamingText10" msgid="7434767033595769499">"ローミング: サービスの一部機能のみ利用可"</string>
    <string name="roamingText11" msgid="5245687407203281407">"ローミングバナーON"</string>
    <string name="roamingText12" msgid="673537506362152640">"ローミングバナーOFF"</string>
    <string name="roamingTextSearching" msgid="5323235489657753486">"サービスを検索中"</string>
    <string name="wfcRegErrorTitle" msgid="3193072971584858020">"Wi‑Fi 通話をセットアップできませんでした"</string>
  <string-array name="wfcOperatorErrorAlertMessages">
    <item msgid="468830943567116703">"Wi-Fi 経由で音声通話の発信やメッセージの送信を行うには、携帯通信会社に Wi-Fi サービスを申し込んだ上で、設定画面で Wi-Fi 通話を再度 ON にしてください(エラーコード: <xliff:g id="CODE">%1$s</xliff:g>)"</item>
  </string-array>
  <string-array name="wfcOperatorErrorNotificationMessages">
    <item msgid="4795145070505729156">"携帯通信会社への Wi‑Fi 通話の登録中に問題が発生しました(<xliff:g id="CODE">%1$s</xliff:g>)"</item>
  </string-array>
    <!-- no translation found for wfcSpnFormat_spn (2982505428519096311) -->
    <skip />
    <string name="wfcSpnFormat_spn_wifi_calling" msgid="3165949348000906194">"<xliff:g id="SPN">%s</xliff:g> Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_spn_wifi_calling_vo_hyphen" msgid="3836827895369365298">"<xliff:g id="SPN">%s</xliff:g> Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_wlan_call" msgid="4895315549916165700">"WLAN 通話"</string>
    <string name="wfcSpnFormat_spn_wlan_call" msgid="255919245825481510">"<xliff:g id="SPN">%s</xliff:g> WLAN 通話"</string>
    <string name="wfcSpnFormat_spn_wifi" msgid="7232899594327126970">"<xliff:g id="SPN">%s</xliff:g> Wi-Fi"</string>
    <string name="wfcSpnFormat_wifi_calling_bar_spn" msgid="8383917598312067365">"Wi-Fi 通話 | <xliff:g id="SPN">%s</xliff:g>"</string>
    <string name="wfcSpnFormat_spn_vowifi" msgid="6865214948822061486">"<xliff:g id="SPN">%s</xliff:g> VoWifi"</string>
    <string name="wfcSpnFormat_wifi_calling" msgid="6178935388378661755">"Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_wifi" msgid="1376356951297043426">"Wi-Fi"</string>
    <string name="wfcSpnFormat_wifi_calling_wo_hyphen" msgid="7178561009225028264">"Wi-Fi 通話"</string>
    <string name="wfcSpnFormat_vowifi" msgid="8371335230890725606">"VoWifi"</string>
    <string name="wifi_calling_off_summary" msgid="5626710010766902560">"OFF"</string>
    <string name="wfc_mode_wifi_preferred_summary" msgid="1035175836270943089">"Wi-Fi 経由で通話"</string>
    <string name="wfc_mode_cellular_preferred_summary" msgid="4958965609212575619">"モバイル ネットワーク経由で通話"</string>
    <string name="wfc_mode_wifi_only_summary" msgid="104951993894678665">"Wi-Fiのみ"</string>
    <string name="cfTemplateNotForwarded" msgid="862202427794270501">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:転送できません"</string>
    <string name="cfTemplateForwarded" msgid="9132506315842157860">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:<xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateForwardedTime" msgid="735042369233323609">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:<xliff:g id="DIALING_NUMBER">{1}</xliff:g> (<xliff:g id="TIME_DELAY">{2}</xliff:g>秒後)"</string>
    <string name="cfTemplateRegistered" msgid="5619930473441550596">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:転送できません"</string>
    <string name="cfTemplateRegisteredTime" msgid="5222794399642525045">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>:転送できません"</string>
    <string name="fcComplete" msgid="1080909484660507044">"機能コードが完了しました。"</string>
    <string name="fcError" msgid="5325116502080221346">"接続エラーまたは無効な機能コードです。"</string>
    <string name="httpErrorOk" msgid="6206751415788256357">"OK"</string>
    <string name="httpError" msgid="3406003584150566720">"ネットワークエラーが発生しました。"</string>
    <string name="httpErrorLookup" msgid="3099834738227549349">"URLが見つかりませんでした。"</string>
    <string name="httpErrorUnsupportedAuthScheme" msgid="3976195595501606787">"このサイトの認証方式には対応していません。"</string>
    <string name="httpErrorAuth" msgid="469553140922938968">"認証できませんでした。"</string>
    <string name="httpErrorProxyAuth" msgid="7229662162030113406">"プロキシサーバーを使用した認証に失敗しました。"</string>
    <string name="httpErrorConnect" msgid="3295081579893205617">"サーバーに接続できませんでした。"</string>
    <string name="httpErrorIO" msgid="3860318696166314490">"サーバーと通信できませんでした。しばらくしてからもう一度お試しください。"</string>
    <string name="httpErrorTimeout" msgid="7446272815190334204">"サーバーへの接続がタイムアウトになりました。"</string>
    <string name="httpErrorRedirectLoop" msgid="8455757777509512098">"このページはサーバーのリダイレクトが多すぎます。"</string>
    <string name="httpErrorUnsupportedScheme" msgid="2664108769858966374">"このプロトコルには対応していません。"</string>
    <string name="httpErrorFailedSslHandshake" msgid="546319061228876290">"安全な接続を確立できませんでした。"</string>
    <string name="httpErrorBadUrl" msgid="754447723314832538">"URLが無効なのでページを開けませんでした。"</string>
    <string name="httpErrorFile" msgid="3400658466057744084">"ファイルにアクセスできませんでした。"</string>
    <string name="httpErrorFileNotFound" msgid="5191433324871147386">"リクエストされたファイルが見つかりませんでした。"</string>
    <string name="httpErrorTooManyRequests" msgid="2149677715552037198">"処理中のリクエストが多すぎます。しばらくしてからもう一度試してください。"</string>
    <string name="notification_title" msgid="5783748077084481121">"<xliff:g id="ACCOUNT">%1$s</xliff:g>のログインエラー"</string>
    <string name="contentServiceSync" msgid="2341041749565687871">"同期"</string>
    <string name="contentServiceSyncNotificationTitle" msgid="5766411446676388623">"同期できません"</string>
    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="4562226280528716090">"削除する <xliff:g id="CONTENT_TYPE">%s</xliff:g> が多すぎます。"</string>
    <string name="low_memory" product="tablet" msgid="5557552311566179924">"タブレットのストレージに空き領域がありません。ファイルを削除して空き領域を確保してください。"</string>
    <string name="low_memory" product="watch" msgid="3479447988234030194">"ウォッチのストレージに空き領域がありません。ファイルを削除して空き領域を確保してください。"</string>
    <string name="low_memory" product="tv" msgid="6663680413790323318">"Android TV デバイスのストレージに空き領域がありません。ファイルを削除して空き領域を確保してください。"</string>
    <string name="low_memory" product="default" msgid="2539532364144025569">"デバイスのストレージに空き領域がありません。ファイルを削除して空き領域を確保してください。"</string>
    <plurals name="ssl_ca_cert_warning" formatted="false" msgid="2288194355006173029">
      <item quantity="other">認証局がインストールされました</item>
      <item quantity="one">認証局がインストールされました</item>
    </plurals>
    <string name="ssl_ca_cert_noti_by_unknown" msgid="4961102218216815242">"不明な第三者"</string>
    <string name="ssl_ca_cert_noti_by_administrator" msgid="4564941950768783879">"仕事用プロファイルの管理者からの通知"</string>
    <string name="ssl_ca_cert_noti_managed" msgid="217337232273211674">"<xliff:g id="MANAGING_DOMAIN">%s</xliff:g>によって監視される場合があります"</string>
    <string name="work_profile_deleted" msgid="5891181538182009328">"仕事用プロファイルが削除されました"</string>
    <string name="work_profile_deleted_details" msgid="3773706828364418016">"仕事用プロファイルの管理アプリがないか、破損しています。そのため仕事用プロファイルと関連データが削除されました。管理者にサポートをご依頼ください。"</string>
    <string name="work_profile_deleted_description_dpm_wipe" msgid="2477244968924647232">"お使いの仕事用プロファイルはこのデバイスで使用できなくなりました"</string>
    <string name="work_profile_deleted_reason_maximum_password_failure" msgid="1080323158315663167">"パスワード入力回数が上限を超えました"</string>
    <string name="device_ownership_relinquished" msgid="4080886992183195724">"管理者により、デバイスの個人使用が許可されました"</string>
    <string name="network_logging_notification_title" msgid="554983187553845004">"管理対象のデバイス"</string>
    <string name="network_logging_notification_text" msgid="1327373071132562512">"このデバイスは組織によって管理され、ネットワーク トラフィックが監視される場合があります。詳しくはタップしてください。"</string>
    <string name="location_changed_notification_title" msgid="3620158742816699316">"アプリに位置情報へのアクセスを許可しました"</string>
    <string name="location_changed_notification_text" msgid="7158423339982706912">"詳しくは IT 管理者にお問い合わせください"</string>
    <string name="country_detector" msgid="7023275114706088854">"国の検出"</string>
    <string name="location_service" msgid="2439187616018455546">"位置情報サービス"</string>
    <string name="sensor_notification_service" msgid="7474531979178682676">"センサー通知サービス"</string>
    <string name="twilight_service" msgid="8964898045693187224">"トワイライト サービス"</string>
    <string name="factory_reset_warning" msgid="6858705527798047809">"デバイスのデータが消去されます"</string>
    <string name="factory_reset_message" msgid="2657049595153992213">"管理アプリを使用できません。デバイスのデータはこれから消去されます。\n\nご不明な点がある場合は、組織の管理者にお問い合わせください。"</string>
    <string name="printing_disabled_by" msgid="3517499806528864633">"「<xliff:g id="OWNER_APP">%s</xliff:g>」により印刷は無効にされています。"</string>
    <string name="personal_apps_suspension_title" msgid="7561416677884286600">"仕事用プロファイルを ON にする"</string>
    <string name="personal_apps_suspension_text" msgid="6115455688932935597">"個人用アプリは、仕事用プロファイルを ON にしない限りブロックされます"</string>
    <string name="personal_apps_suspension_tomorrow_text" msgid="6322541302153673994">"個人用アプリは、明日ブロックされます"</string>
    <string name="personal_apps_suspended_turn_profile_on" msgid="4278188538997940785">"仕事用プロファイルを有効にする"</string>
    <string name="me" msgid="6207584824693813140">"自分"</string>
    <string name="power_dialog" product="tablet" msgid="8333207765671417261">"タブレットオプション"</string>
    <string name="power_dialog" product="tv" msgid="7792839006640933763">"Android TV のオプション"</string>
    <string name="power_dialog" product="default" msgid="1107775420270203046">"携帯電話オプション"</string>
    <string name="silent_mode" msgid="8796112363642579333">"マナーモード"</string>
    <string name="turn_on_radio" msgid="2961717788170634233">"ワイヤレス接続をONにする"</string>
    <string name="turn_off_radio" msgid="7222573978109933360">"ワイヤレス接続をOFFにする"</string>
    <string name="screen_lock" msgid="2072642720826409809">"画面をロック"</string>
    <string name="power_off" msgid="4111692782492232778">"電源を切る"</string>
    <string name="silent_mode_silent" msgid="5079789070221150912">"着信音オフ"</string>
    <string name="silent_mode_vibrate" msgid="8821830448369552678">"バイブレーション着信"</string>
    <string name="silent_mode_ring" msgid="6039011004781526678">"着信音オン"</string>
    <string name="reboot_to_update_title" msgid="2125818841916373708">"Androidシステムアップデート"</string>
    <string name="reboot_to_update_prepare" msgid="6978842143587422365">"更新を準備しています..."</string>
    <string name="reboot_to_update_package" msgid="4644104795527534811">"更新パッケージを処理しています…"</string>
    <string name="reboot_to_update_reboot" msgid="4474726009984452312">"再起動しています…"</string>
    <string name="reboot_to_reset_title" msgid="2226229680017882787">"データの初期化"</string>
    <string name="reboot_to_reset_message" msgid="3347690497972074356">"再起動しています…"</string>
    <string name="shutdown_progress" msgid="5017145516412657345">"シャットダウン中..."</string>
    <string name="shutdown_confirm" product="tablet" msgid="2872769463279602432">"タブレットの電源をOFFにします。"</string>
    <string name="shutdown_confirm" product="tv" msgid="7975942887313518330">"Android TV デバイスをシャットダウンします。"</string>
    <string name="shutdown_confirm" product="watch" msgid="2977299851200240146">"ウォッチの電源をOFFにします。"</string>
    <string name="shutdown_confirm" product="default" msgid="136816458966692315">"携帯電話の電源を切ります。"</string>
    <string name="shutdown_confirm_question" msgid="796151167261608447">"シャットダウンしますか?"</string>
    <string name="reboot_safemode_title" msgid="5853949122655346734">"再起動してセーフモードに変更"</string>
    <string name="reboot_safemode_confirm" msgid="1658357874737219624">"再起動してセーフモードにしますか?セーフモードでは、インストールしたすべてのサードパーティ製アプリが無効になります。これらのアプリはもう一度再起動すると復元されます。"</string>
    <string name="recent_tasks_title" msgid="8183172372995396653">"新着"</string>
    <string name="no_recent_tasks" msgid="9063946524312275906">"最近使ったアプリはありません。"</string>
    <string name="global_actions" product="tablet" msgid="4412132498517933867">"タブレットオプション"</string>
    <string name="global_actions" product="tv" msgid="3871763739487450369">"Android TV のオプション"</string>
    <string name="global_actions" product="default" msgid="6410072189971495460">"携帯電話オプション"</string>
    <string name="global_action_lock" msgid="6949357274257655383">"画面ロック"</string>
    <string name="global_action_power_off" msgid="4404936470711393203">"電源を切る"</string>
    <string name="global_action_power_options" msgid="1185286119330160073">"電源"</string>
    <string name="global_action_restart" msgid="4678451019561687074">"再起動"</string>
    <string name="global_action_emergency" msgid="1387617624177105088">"緊急通報"</string>
    <string name="global_action_bug_report" msgid="5127867163044170003">"バグレポート"</string>
    <string name="global_action_logout" msgid="6093581310002476511">"セッションを終了"</string>
    <string name="global_action_screenshot" msgid="2610053466156478564">"画面の保存"</string>
    <string name="bugreport_title" msgid="8549990811777373050">"バグレポート"</string>
    <string name="bugreport_message" msgid="5212529146119624326">"現在のデバイスの状態に関する情報が収集され、その内容がメールで送信されます。バグレポートが開始してから送信可能な状態となるまでには多少の時間がかかりますのでご了承ください。"</string>
    <string name="bugreport_option_interactive_title" msgid="7968287837902871289">"対話型レポート"</string>
    <string name="bugreport_option_interactive_summary" msgid="8493795476325339542">"ほとんどの場合はこのオプションを使用します。レポートの進行状況を追跡し、問題についての詳細情報の確認やスクリーンショットの作成が可能です。レポート作成に時間がかかる、あまり使用されない項目は省略されることがあります。"</string>
    <string name="bugreport_option_full_title" msgid="7681035745950045690">"完全レポート"</string>
    <string name="bugreport_option_full_summary" msgid="1975130009258435885">"デバイスの反応がないとき、または動作が遅すぎるときにシステムへの影響を最小限に抑えたい場合は、このオプションを使用します。また、すべてのレポート項目を表示したい場合もこのオプションを使用します。詳細情報は表示されず、追加のスクリーンショットは作成されません。"</string>
    <plurals name="bugreport_countdown" formatted="false" msgid="3906120379260059206">
      <item quantity="other"><xliff:g id="NUMBER_1">%d</xliff:g> 秒後にバグレポートのスクリーンショットが作成されます。</item>
      <item quantity="one"><xliff:g id="NUMBER_0">%d</xliff:g> 秒後にバグレポートのスクリーンショットが作成されます。</item>
    </plurals>
    <string name="bugreport_screenshot_success_toast" msgid="7986095104151473745">"バグレポートのスクリーンショットを取得しました"</string>
    <string name="bugreport_screenshot_failure_toast" msgid="6736320861311294294">"バグレポートのスクリーンショットを取得できませんでした"</string>
    <string name="global_action_toggle_silent_mode" msgid="8464352592860372188">"マナーモード"</string>
    <string name="global_action_silent_mode_on_status" msgid="2371892537738632013">"サウンドOFF"</string>
    <string name="global_action_silent_mode_off_status" msgid="6608006545950920042">"サウンドON"</string>
    <string name="global_actions_toggle_airplane_mode" msgid="6911684460146916206">"機内モード"</string>
    <string name="global_actions_airplane_mode_on_status" msgid="5508025516695361936">"機内モードON"</string>
    <string name="global_actions_airplane_mode_off_status" msgid="8522219771500505475">"機内モードOFF"</string>
    <string name="global_action_settings" msgid="4671878836947494217">"設定"</string>
    <string name="global_action_assist" msgid="2517047220311505805">"サポート"</string>
    <string name="global_action_voice_assist" msgid="6655788068555086695">"音声アシスト"</string>
    <string name="global_action_lockdown" msgid="2475471405907902963">"ロックダウン"</string>
    <string name="status_bar_notification_info_overflow" msgid="3330152558746563475">"999+"</string>
    <string name="notification_hidden_text" msgid="2835519769868187223">"新しい通知"</string>
    <string name="notification_channel_virtual_keyboard" msgid="6465975799223304567">"仮想キーボード"</string>
    <string name="notification_channel_physical_keyboard" msgid="5417306456125988096">"物理キーボード"</string>
    <string name="notification_channel_security" msgid="8516754650348238057">"セキュリティ"</string>
    <string name="notification_channel_car_mode" msgid="2123919247040988436">"運転モード"</string>
    <string name="notification_channel_account" msgid="6436294521740148173">"アカウントのステータス"</string>
    <string name="notification_channel_developer" msgid="1691059964407549150">"デベロッパー メッセージ"</string>
    <string name="notification_channel_developer_important" msgid="7197281908918789589">"デベロッパーからの重要なメッセージ"</string>
    <string name="notification_channel_updates" msgid="7907863984825495278">"アップデート"</string>
    <string name="notification_channel_network_status" msgid="2127687368725272809">"ネットワークのステータス"</string>
    <string name="notification_channel_network_alerts" msgid="6312366315654526528">"ネットワーク通知"</string>
    <string name="notification_channel_network_available" msgid="6083697929214165169">"ネットワークを利用できます"</string>
    <string name="notification_channel_vpn" msgid="1628529026203808999">"VPN のステータス"</string>
    <string name="notification_channel_device_admin" msgid="6384932669406095506">"IT 管理者からの通知"</string>
    <string name="notification_channel_alerts" msgid="5070241039583668427">"通知"</string>
    <string name="notification_channel_retail_mode" msgid="3732239154256431213">"販売店デモ"</string>
    <string name="notification_channel_usb" msgid="1528280969406244896">"USB 接続"</string>
    <string name="notification_channel_heavy_weight_app" msgid="17455756500828043">"実行中のアプリ"</string>
    <string name="notification_channel_foreground_service" msgid="7102189948158885178">"電池を消費しているアプリ"</string>
    <string name="foreground_service_app_in_background" msgid="1439289699671273555">"「<xliff:g id="APP_NAME">%1$s</xliff:g>」が電池を使用しています"</string>
    <string name="foreground_service_apps_in_background" msgid="7340037176412387863">"<xliff:g id="NUMBER">%1$d</xliff:g> 個のアプリが電池を使用しています"</string>
    <string name="foreground_service_tap_for_details" msgid="9078123626015586751">"タップして電池やデータの使用量を確認"</string>
    <string name="foreground_service_multiple_separator" msgid="5002287361849863168">"<xliff:g id="LEFT_SIDE">%1$s</xliff:g>、<xliff:g id="RIGHT_SIDE">%2$s</xliff:g>"</string>
    <string name="safeMode" msgid="8974401416068943888">"セーフモード"</string>
    <string name="android_system_label" msgid="5974767339591067210">"Android システム"</string>
    <string name="user_owner_label" msgid="8628726904184471211">"個人用プロファイルに切り替える"</string>
    <string name="managed_profile_label" msgid="7316778766973512382">"仕事用プロファイルに切り替える"</string>
    <string name="permgrouplab_contacts" msgid="4254143639307316920">"連絡先"</string>
    <string name="permgroupdesc_contacts" msgid="9163927941244182567">"連絡先へのアクセス"</string>
    <string name="permgrouplab_location" msgid="1858277002233964394">"位置情報"</string>
    <string name="permgroupdesc_location" msgid="1995955142118450685">"このデバイスの位置情報へのアクセス"</string>
    <string name="permgrouplab_calendar" msgid="6426860926123033230">"カレンダー"</string>
    <string name="permgroupdesc_calendar" msgid="6762751063361489379">"カレンダーへのアクセス"</string>
    <string name="permgrouplab_sms" msgid="795737735126084874">"SMS"</string>
    <string name="permgroupdesc_sms" msgid="5726462398070064542">"SMSメッセージの送信と表示"</string>
    <string name="permgrouplab_storage" msgid="1938416135375282333">"ファイルとメディア"</string>
    <string name="permgroupdesc_storage" msgid="6351503740613026600">"デバイス内の写真、メディア、ファイルへのアクセス"</string>
    <string name="permgrouplab_microphone" msgid="2480597427667420076">"マイク"</string>
    <string name="permgroupdesc_microphone" msgid="1047786732792487722">"音声の録音"</string>
    <string name="permgrouplab_activityRecognition" msgid="3324466667921775766">"身体活動"</string>
    <string name="permgroupdesc_activityRecognition" msgid="4725624819457670704">"身体活動にアクセス"</string>
    <string name="permgrouplab_camera" msgid="9090413408963547706">"カメラ"</string>
    <string name="permgroupdesc_camera" msgid="7585150538459320326">"写真と動画の撮影"</string>
    <string name="permgrouplab_calllog" msgid="7926834372073550288">"通話履歴"</string>
    <string name="permgroupdesc_calllog" msgid="2026996642917801803">"通話履歴の読み取りと書き込み"</string>
    <string name="permgrouplab_phone" msgid="570318944091926620">"電話"</string>
    <string name="permgroupdesc_phone" msgid="270048070781478204">"電話の発信と管理"</string>
    <string name="permgrouplab_sensors" msgid="9134046949784064495">"ボディセンサー"</string>
    <string name="permgroupdesc_sensors" msgid="2610631290633747752">"バイタルサインに関するセンサーデータへのアクセス"</string>
    <string name="capability_title_canRetrieveWindowContent" msgid="7554282892101587296">"ウィンドウコンテンツの取得"</string>
    <string name="capability_desc_canRetrieveWindowContent" msgid="6195610527625237661">"ユーザーがアクセスしているウィンドウのコンテンツを検査します。"</string>
    <string name="capability_title_canRequestTouchExploration" msgid="327598364696316213">"タッチガイドの有効化"</string>
    <string name="capability_desc_canRequestTouchExploration" msgid="4394677060796752976">"タップしたアイテムが読み上げられ、ジェスチャーで画面のガイドを利用できます。"</string>
    <string name="capability_title_canRequestFilterKeyEvents" msgid="2772371671541753254">"入力テキストの監視"</string>
    <string name="capability_desc_canRequestFilterKeyEvents" msgid="2381315802405773092">"クレジットカードの番号やパスワードなどの個人データが含まれます。"</string>
    <string name="capability_title_canControlMagnification" msgid="7701572187333415795">"画面の拡大の制御"</string>
    <string name="capability_desc_canControlMagnification" msgid="2206586716709254805">"画面のズームレベルと位置を制御します。"</string>
    <string name="capability_title_canPerformGestures" msgid="9106545062106728987">"操作の実行"</string>
    <string name="capability_desc_canPerformGestures" msgid="6619457251067929726">"タップ、スワイプ、ピンチ、その他の操作を行えます。"</string>
    <string name="capability_title_canCaptureFingerprintGestures" msgid="1189053104594608091">"指紋認証センサーでの操作"</string>
    <string name="capability_desc_canCaptureFingerprintGestures" msgid="6861869337457461274">"デバイスの指紋認証センサーで行われた操作をキャプチャできます。"</string>
    <string name="capability_title_canTakeScreenshot" msgid="3895812893130071930">"スクリーンショットの撮影"</string>
    <string name="capability_desc_canTakeScreenshot" msgid="7762297374317934052">"ディスプレイのスクリーンショットを撮影できます。"</string>
    <string name="permlab_statusBar" msgid="8798267849526214017">"ステータスバーの無効化や変更"</string>
    <string name="permdesc_statusBar" msgid="5809162768651019642">"ステータスバーの無効化、システムアイコンの追加や削除をアプリに許可します。"</string>
    <string name="permlab_statusBarService" msgid="2523421018081437981">"ステータスバーへの表示"</string>
    <string name="permdesc_statusBarService" msgid="6652917399085712557">"ステータスバーへの表示をアプリに許可します。"</string>
    <string name="permlab_expandStatusBar" msgid="1184232794782141698">"ステータスバーの拡大/縮小"</string>
    <string name="permdesc_expandStatusBar" msgid="7180756900448498536">"ステータスバーの展開/折りたたみをアプリに許可します。"</string>
    <string name="permlab_install_shortcut" msgid="7451554307502256221">"ショートカットのインストール"</string>
    <string name="permdesc_install_shortcut" msgid="4476328467240212503">"ユーザー操作なしでホーム画面にショートカットを追加することをアプリに許可します。"</string>
    <string name="permlab_uninstall_shortcut" msgid="295263654781900390">"ショートカットのアンインストール"</string>
    <string name="permdesc_uninstall_shortcut" msgid="1924735350988629188">"ユーザー操作なしでホーム画面のショートカットを削除することをアプリに許可します。"</string>
    <string name="permlab_processOutgoingCalls" msgid="4075056020714266558">"発信先の変更"</string>
    <string name="permdesc_processOutgoingCalls" msgid="7833149750590606334">"発信を別の番号に転送するか完全に中止するオプションで、発信中にダイヤルされた番号にアクセスすることをアプリに許可します。"</string>
    <string name="permlab_answerPhoneCalls" msgid="4131324833663725855">"電話の応答"</string>
    <string name="permdesc_answerPhoneCalls" msgid="894386681983116838">"通話着信に応答することをアプリに許可します。"</string>
    <string name="permlab_receiveSms" msgid="505961632050451881">"テキストメッセージ(SMS)の受信"</string>
    <string name="permdesc_receiveSms" msgid="1797345626687832285">"SMSメッセージの受信と処理をアプリに許可します。これにより、アプリがデバイスに届いたメッセージを表示することなく監視または削除できるようになります。"</string>
    <string name="permlab_receiveMms" msgid="4000650116674380275">"テキストメッセージ(MMS)の受信"</string>
    <string name="permdesc_receiveMms" msgid="958102423732219710">"MMSメッセージの受信と処理をアプリに許可します。これにより、アプリがデバイスに届いたメッセージを表示することなく監視または削除できるようになります。"</string>
    <string name="permlab_bindCellBroadcastService" msgid="586746677002040651">"緊急速報メールの転送"</string>
    <string name="permdesc_bindCellBroadcastService" msgid="6540910200973641606">"受信した緊急速報メールを転送するために、緊急速報メール モジュールにバインドすることをこのアプリに許可します。緊急速報メールは、緊急事態を警告する目的で一部の地域に配信されます。緊急速報メールの受信時に、悪意のあるアプリによってデバイスの動作や処理が妨害される恐れがあります。"</string>
    <string name="permlab_readCellBroadcasts" msgid="5869884450872137693">"緊急速報メール SMS の読み取り"</string>
    <string name="permdesc_readCellBroadcasts" msgid="672513437331980168">"デバイスで受信した緊急速報メール SMS の読み取りをアプリに許可します。緊急速報メールは、緊急事態を警告する目的で一部の地域に配信されます。緊急速報メールの受信時に、悪意のあるアプリによってデバイスの動作や処理が妨害される恐れがあります。"</string>
    <string name="permlab_subscribedFeedsRead" msgid="217624769238425461">"登録したフィードの読み取り"</string>
    <string name="permdesc_subscribedFeedsRead" msgid="6911349196661811865">"現在同期されているフィードの詳細を取得することをアプリに許可します。"</string>
    <string name="permlab_sendSms" msgid="7757368721742014252">"SMSメッセージの送信と表示"</string>
    <string name="permdesc_sendSms" msgid="6757089798435130769">"SMSメッセージの送信をアプリに許可します。これにより、予期せぬ料金が発生する可能性があります。悪意のあるアプリが確認なしでメッセージを送信し、料金が発生する恐れがあります。"</string>
    <string name="permlab_readSms" msgid="5164176626258800297">"テキストメッセージ(SMSまたはMMS)の読み取り"</string>
    <string name="permdesc_readSms" product="tablet" msgid="7912990447198112829">"このアプリは、お使いのタブレットに保存された SMS(テキスト)メッセージをすべて読み取ることができます。"</string>
    <string name="permdesc_readSms" product="tv" msgid="3054753345758011986">"このアプリは、Android TV デバイスに保存された SMS(テキスト)メッセージをすべて読み取ることができます。"</string>
    <string name="permdesc_readSms" product="default" msgid="774753371111699782">"このアプリは、お使いのスマートフォンに保存された SMS(テキスト)メッセージをすべて読み取ることができます。"</string>
    <string name="permlab_receiveWapPush" msgid="4223747702856929056">"テキストメッセージ(WAP)の受信"</string>
    <string name="permdesc_receiveWapPush" msgid="1638677888301778457">"WAPメッセージの受信と処理をアプリに許可します。これにより、アプリがデバイスに届いたメッセージを表示することなく監視または削除できるようになります。"</string>
    <string name="permlab_getTasks" msgid="7460048811831750262">"実行中のアプリの取得"</string>
    <string name="permdesc_getTasks" msgid="7388138607018233726">"現在実行中または最近実行したタスクに関する情報の取得をアプリに許可します。これにより、そのデバイスでどのアプリを使用しているかをアプリから識別できるようになる可能性があります。"</string>
    <string name="permlab_manageProfileAndDeviceOwners" msgid="639849495253987493">"プロファイルの所有者とデバイスの所有者の管理"</string>
    <string name="permdesc_manageProfileAndDeviceOwners" msgid="7304240671781989283">"プロファイルの所有者とデバイスの所有者の設定をアプリに許可します。"</string>
    <string name="permlab_reorderTasks" msgid="7598562301992923804">"実行中のアプリの順序変更"</string>
    <string name="permdesc_reorderTasks" msgid="8796089937352344183">"タスクをフォアグラウンドやバックグラウンドに移動することをアプリに許可します。これにより、アプリがユーザーからの入力なしでこの処理を実行する可能性があります。"</string>
    <string name="permlab_enableCarMode" msgid="893019409519325311">"運転モードの有効化"</string>
    <string name="permdesc_enableCarMode" msgid="56419168820473508">"運転モードを有効にすることをアプリに許可します。"</string>
    <string name="permlab_killBackgroundProcesses" msgid="6559320515561928348">"他のアプリの終了"</string>
    <string name="permdesc_killBackgroundProcesses" msgid="2357013583055434685">"他のアプリのバックグラウンドプロセスを終了することをアプリに許可します。これを許可すると、他のアプリの実行が停止する原因になることがあります。"</string>
    <string name="permlab_systemAlertWindow" msgid="5757218350944719065">"他のアプリの上に重ねて表示"</string>
    <string name="permdesc_systemAlertWindow" msgid="1145660714855738308">"このアプリは他のアプリの上に重ねて表示したり、画面の他の場所に表示したりできます。これにより、通常のアプリの使用が妨げられたり、他のアプリの表示が変わる場合があります。"</string>
    <string name="permlab_runInBackground" msgid="541863968571682785">"バックグラウンドでの実行"</string>
    <string name="permdesc_runInBackground" msgid="4344539472115495141">"このアプリにバックグラウンドでの実行を許可します。許可すると電池消費量が増える場合があります。"</string>
    <string name="permlab_useDataInBackground" msgid="783415807623038947">"バックグラウンドでのデータ使用"</string>
    <string name="permdesc_useDataInBackground" msgid="1230753883865891987">"このアプリにバックグラウンドでのデータ使用を許可します。許可するとデータ使用量が増える場合があります。"</string>
    <string name="permlab_persistentActivity" msgid="464970041740567970">"アプリの常時実行"</string>
    <string name="permdesc_persistentActivity" product="tablet" msgid="6055271149187369916">"アプリにその一部をメモリに常駐させることを許可します。これにより他のアプリが使用できるメモリが制限されるため、タブレットの動作が遅くなることがあります。"</string>
    <string name="permdesc_persistentActivity" product="tv" msgid="6800526387664131321">"アプリにその一部をメモリに常駐させることを許可します。これにより他のアプリが使用できるメモリが制限されるため、Android TV デバイスの動作が遅くなることがあります。"</string>
    <string name="permdesc_persistentActivity" product="default" msgid="1914841924366562051">"アプリにその一部をメモリに常駐させることを許可します。これにより他のアプリが使用できるメモリが制限されるため、モバイル デバイスの動作が遅くなることがあります。"</string>
    <string name="permlab_foregroundService" msgid="1768855976818467491">"フォアグラウンド サービスの実行"</string>
    <string name="permdesc_foregroundService" msgid="8720071450020922795">"フォアグラウンド サービスの使用をアプリに許可します。"</string>
    <string name="permlab_getPackageSize" msgid="375391550792886641">"アプリのストレージ容量の計測"</string>
    <string name="permdesc_getPackageSize" msgid="742743530909966782">"アプリのコード、データ、キャッシュサイズを取得することをアプリに許可します"</string>
    <string name="permlab_writeSettings" msgid="8057285063719277394">"システム設定の変更"</string>
    <string name="permdesc_writeSettings" msgid="8293047411196067188">"システムの設定データの変更をアプリに許可します。この許可を悪意のあるアプリに利用されると、システムの設定が破損する恐れがあります。"</string>
    <string name="permlab_receiveBootCompleted" msgid="6643339400247325379">"起動時の実行"</string>
    <string name="permdesc_receiveBootCompleted" product="tablet" msgid="5565659082718177484">"システムの起動後に自動的に起動することをアプリに許可します。許可すると、タブレットの起動時間が長くなったり、アプリが常に実行されるためにタブレット全体の動作が遅くなったりする可能性があります。"</string>
    <string name="permdesc_receiveBootCompleted" product="tv" msgid="4900842256047614307">"システムの起動の直後に自動的に起動することをアプリに許可します。これにより、Android TV デバイスの起動時間が長くなったり、アプリが常に実行されるためにデバイス全体の動作が遅くなったりすることがあります。"</string>
    <string name="permdesc_receiveBootCompleted" product="default" msgid="7912677044558690092">"システムの起動後に自動的に起動することをアプリに許可します。許可すると、モバイル デバイスの起動時間が長くなったり、アプリが常に実行されるためにモバイル デバイス全体の動作が遅くなったりする可能性があります。"</string>
    <string name="permlab_broadcastSticky" msgid="4552241916400572230">"stickyブロードキャストの配信"</string>
    <string name="permdesc_broadcastSticky" product="tablet" msgid="5058486069846384013">"配信が終了してもメモリに残るstickyブロードキャストの配信をアプリに許可します。この許可を使用し過ぎると、メモリの使用量が増えてタブレットの動作が遅くなったり不安定になったりする恐れがあります。"</string>
    <string name="permdesc_broadcastSticky" product="tv" msgid="2338185920171000650">"配信が終了してもメモリに残る sticky ブロードキャストの配信をアプリに許可します。この許可を使用しすぎると、メモリの使用量が増えて Android TV デバイスの動作が遅くなったり不安定になったりすることがあります。"</string>
    <string name="permdesc_broadcastSticky" product="default" msgid="134529339678913453">"配信が終了してもメモリに残るstickyブロードキャストの配信をアプリに許可します。この許可を使用し過ぎると、メモリの使用量が増えてモバイル デバイスの動作が遅くなったり不安定になったりする恐れがあります。"</string>
    <string name="permlab_readContacts" msgid="8776395111787429099">"連絡先の読み取り"</string>
    <string name="permdesc_readContacts" product="tablet" msgid="6430093481659992692">"タブレットに保存されている連絡先に関するデータの読み取りをアプリに許可します。また、この読み取りを許可したアプリは、連絡先を作成したタブレット上のアカウントにもアクセスできます。これには、インストールしたアプリによって作成されたアカウントも含まれます。これにより、連絡先データの保存をアプリに許可することになり、悪意のあるアプリによって知らないうちに連絡先データが共有される恐れがあります。"</string>
    <string name="permdesc_readContacts" product="tv" msgid="8400138591135554789">"Android TV デバイスに保存されている連絡先に関するデータの読み取りをアプリに許可します。また、この読み取りを許可したアプリは、連絡先を作成した Android TV デバイス上のアカウントにもアクセスできます。これには、インストールしたアプリによって作成されたアカウントも含まれます。これにより、連絡先データの保存をアプリに許可することになり、悪意のあるアプリによって知らないうちに連絡先データが共有される恐れがあります。"</string>
    <string name="permdesc_readContacts" product="default" msgid="4911989776203207644">"スマートフォンに保存されている連絡先に関するデータの読み取りをアプリに許可します。また、この読み取りを許可したアプリは、連絡先を作成したスマートフォン上のアカウントにもアクセスできます。これには、インストールしたアプリによって作成されたアカウントも含まれます。これにより、連絡先データの保存をアプリに許可することになり、悪意のあるアプリによって知らないうちに連絡先データが共有される恐れがあります。"</string>
    <string name="permlab_writeContacts" msgid="8919430536404830430">"連絡先の変更"</string>
    <string name="permdesc_writeContacts" product="tablet" msgid="6422419281427826181">"タブレットに保存されている連絡先に関するデータの変更をアプリに許可します。これにより、連絡先データの削除をアプリに許可することになります。"</string>
    <string name="permdesc_writeContacts" product="tv" msgid="6488872735379978935">"Android TV デバイスに保存されている連絡先に関するデータの変更をアプリに許可します。これにより、連絡先データの削除をアプリに許可することになります。"</string>
    <string name="permdesc_writeContacts" product="default" msgid="8304795696237065281">"スマートフォンに保存されている連絡先に関するデータの変更をアプリに許可します。これにより、連絡先データの削除をアプリに許可することになります。"</string>
    <string name="permlab_readCallLog" msgid="1739990210293505948">"通話履歴の読み取り"</string>
    <string name="permdesc_readCallLog" msgid="8964770895425873433">"このアプリは通話履歴を読み取ることができます。"</string>
    <string name="permlab_writeCallLog" msgid="670292975137658895">"通話履歴の書き込み"</string>
    <string name="permdesc_writeCallLog" product="tablet" msgid="2657525794731690397">"タブレットの通話履歴(着信や発信のデータなど)の変更をアプリに許可します。この許可を悪意のあるアプリに利用されると、通話履歴が消去または変更される恐れがあります。"</string>
    <string name="permdesc_writeCallLog" product="tv" msgid="3934939195095317432">"Android TV デバイスの通話履歴(着信や発信のデータなど)の変更をアプリに許可します。この許可を悪意のあるアプリに利用されると、通話履歴が消去または変更される恐れがあります。"</string>
    <string name="permdesc_writeCallLog" product="default" msgid="5903033505665134802">"モバイル デバイスの通話履歴(着信や発信のデータなど)の変更をアプリに許可します。この許可を悪意のあるアプリに利用されると、通話履歴が消去または変更される恐れがあります。"</string>
    <string name="permlab_bodySensors" msgid="3411035315357380862">"ボディーセンサー(心拍数モニターなど)へのアクセス"</string>
    <string name="permdesc_bodySensors" product="default" msgid="2365357960407973997">"心拍数など、身体状態を監視するセンサーからのデータにアクセスすることをアプリに許可します。"</string>
    <string name="permlab_readCalendar" msgid="6408654259475396200">"カレンダーの予定と詳細を読み取り"</string>
    <string name="permdesc_readCalendar" product="tablet" msgid="515452384059803326">"このアプリは、お使いのタブレットに保存されたカレンダーの予定をすべて読み取り、カレンダーのデータを共有したり、保存したりできます。"</string>
    <string name="permdesc_readCalendar" product="tv" msgid="5811726712981647628">"このアプリは、Android TV デバイスに保存されているカレンダーの予定をすべて読み取り、カレンダーのデータを共有したり、保存したりできます。"</string>
    <string name="permdesc_readCalendar" product="default" msgid="9118823807655829957">"このアプリは、お使いのスマートフォンに保存されたカレンダーの予定をすべて読み取り、カレンダーのデータを共有したり、保存したりできます。"</string>
    <string name="permlab_writeCalendar" msgid="6422137308329578076">"カレンダーの予定の変更や追加を行う、所有者に通知せずにゲストにメールを送信する場合がある"</string>
    <string name="permdesc_writeCalendar" product="tablet" msgid="8722230940717092850">"このアプリは、お使いのタブレットでカレンダーの予定を追加、削除、変更できます。また、カレンダーの所有者から発信されたかのように表示されるメッセージを送信したり、所有者に通知することなく予定を変更したりできます。"</string>
    <string name="permdesc_writeCalendar" product="tv" msgid="951246749004952706">"このアプリは、Android TV デバイスでカレンダーの予定を追加、削除、変更できます。また、カレンダーの所有者から発信されたかのように表示されるメッセージを送信したり、所有者に通知することなく予定を変更したりできます。"</string>
    <string name="permdesc_writeCalendar" product="default" msgid="5416380074475634233">"このアプリは、お使いのスマートフォンでカレンダーの予定を追加、削除、変更できます。また、カレンダーの所有者から発信されたかのように表示されるメッセージを送信したり、所有者に通知することなく予定を変更したりできます。"</string>
    <string name="permlab_accessLocationExtraCommands" msgid="5162339812057983988">"位置情報提供者の追加コマンドアクセス"</string>
    <string name="permdesc_accessLocationExtraCommands" msgid="355369611979907967">"位置情報提供元の追加のコマンドにアクセスすることをアプリに許可します。許可すると、アプリがGPSなどの位置情報源の動作を妨害する恐れがあります。"</string>
    <string name="permlab_accessFineLocation" msgid="6426318438195622966">"フォアグラウンドでのみ正確な位置情報にアクセス"</string>
    <string name="permdesc_accessFineLocation" msgid="6732174080240016335">"このアプリは、使用中に、位置情報サービスからデバイスの正確な位置情報を取得できます。アプリが位置情報を取得するには、デバイスで位置情報サービスがオンになっている必要があります。この場合、電池使用量が増えることがあります。"</string>
    <string name="permlab_accessCoarseLocation" msgid="1561042925407799741">"フォアグラウンドでのみおおよその位置情報にアクセス"</string>
    <string name="permdesc_accessCoarseLocation" msgid="778521847873199160">"このアプリは、使用中に、位置情報サービスからデバイスのおおよその位置情報を取得できます。アプリが位置情報を取得するには、デバイスで位置情報サービスがオンになっている必要があります。"</string>
    <string name="permlab_accessBackgroundLocation" msgid="1721164702777366138">"バックグラウンドでの位置情報へのアクセス"</string>
    <string name="permdesc_accessBackgroundLocation" msgid="8264885066095638105">"このアプリは、使用中でない場合でも、常に位置情報にアクセスできます。"</string>
    <string name="permlab_modifyAudioSettings" msgid="6129039778010031815">"音声設定の変更"</string>
    <string name="permdesc_modifyAudioSettings" msgid="8687227609663124921">"音声全般の設定(音量、出力に使用するスピーカーなど)の変更をアプリに許可します。"</string>
    <string name="permlab_recordAudio" msgid="1208457423054219147">"録音"</string>
    <string name="permdesc_recordAudio" msgid="3976213377904701093">"このアプリは、いつでもマイクを使用して録音できます。"</string>
    <string name="permlab_sim_communication" msgid="176788115994050692">"SIMへのコマンド送信"</string>
    <string name="permdesc_sim_communication" msgid="4179799296415957960">"SIMにコマンドを送信することをアプリに許可します。この許可は非常に危険です。"</string>
    <string name="permlab_activityRecognition" msgid="1782303296053990884">"身体活動の認識"</string>
    <string name="permdesc_activityRecognition" msgid="8667484762991357519">"このアプリで身体活動が認識されるようにします。"</string>
    <string name="permlab_camera" msgid="6320282492904119413">"写真と動画の撮影"</string>
    <string name="permdesc_camera" msgid="1354600178048761499">"このアプリは、いつでもカメラを使用して写真や動画を撮影できます。"</string>
    <string name="permlab_systemCamera" msgid="3642917457796210580">"写真と動画を撮影するには、システムカメラへのアクセスをアプリまたはサービスに許可してください"</string>
    <string name="permdesc_systemCamera" msgid="5938360914419175986">"権限を付与されたこのアプリまたはシステムアプリは、いつでもシステムカメラを使用して写真と動画を撮影できます。アプリには android.permission.CAMERA 権限も必要です"</string>
    <string name="permlab_cameraOpenCloseListener" msgid="5548732769068109315">"カメラデバイスが起動または終了したときにコールバックを受け取ることを、アプリまたはサービスに許可してください。"</string>
    <string name="permdesc_cameraOpenCloseListener" msgid="2002636131008772908">"このアプリは、カメラデバイスが(なんらかのアプリによって)起動するとき、または終了するときにコールバックを受け取ることができます。"</string>
    <string name="permlab_vibrate" msgid="8596800035791962017">"バイブレーションの制御"</string>
    <string name="permdesc_vibrate" msgid="8733343234582083721">"バイブレーションの制御をアプリに許可します。"</string>
    <string name="permdesc_vibrator_state" msgid="7050024956594170724">"バイブレーションのオン / オフ状態の把握をアプリに許可します。"</string>
    <string name="permlab_callPhone" msgid="1798582257194643320">"電話番号発信"</string>
    <string name="permdesc_callPhone" msgid="5439809516131609109">"電話番号への自動発信をアプリに許可します。これにより、予期せぬ発信や料金が発生する可能性があります。なお、緊急通報番号への発信は許可されません。悪意のあるアプリが確認なしで発信し、料金が発生する恐れがあります。"</string>
    <string name="permlab_accessImsCallService" msgid="442192920714863782">"IMS通話サービスへのアクセス"</string>
    <string name="permdesc_accessImsCallService" msgid="6328551241649687162">"IMSサービスがユーザー操作なしで電話をかけることをアプリに許可します。"</string>
    <string name="permlab_readPhoneState" msgid="8138526903259297969">"デバイス情報と ID の読み取り"</string>
    <string name="permdesc_readPhoneState" msgid="7229063553502788058">"デバイスの電話機能へのアクセスをアプリに許可します。これにより、電話番号、デバイスID、通話中かどうか、通話相手の電話番号をアプリから特定できるようになります。"</string>
    <string name="permlab_manageOwnCalls" msgid="9033349060307561370">"システム経由での通話転送"</string>
    <string name="permdesc_manageOwnCalls" msgid="4431178362202142574">"通話環境の改善のために、システム経由での通話転送をアプリに許可します。"</string>
    <string name="permlab_callCompanionApp" msgid="3654373653014126884">"システム経由の通話の表示と操作。"</string>
    <string name="permdesc_callCompanionApp" msgid="8474168926184156261">"デバイスで進行中の通話の表示と操作をアプリに許可します。通話の電話番号や状態などの情報も含まれます。"</string>
    <string name="permlab_exemptFromAudioRecordRestrictions" msgid="1164725468350759486">"録音制限からの除外"</string>
    <string name="permdesc_exemptFromAudioRecordRestrictions" msgid="2425117015896871976">"このアプリを録音制限から除外します。"</string>
    <string name="permlab_acceptHandover" msgid="2925523073573116523">"別のアプリでの通話の続行"</string>
    <string name="permdesc_acceptHandovers" msgid="7129026180128626870">"別のアプリで通話を続行することをこのアプリに許可します。"</string>
    <string name="permlab_readPhoneNumbers" msgid="5668704794723365628">"電話番号の読み取り"</string>
    <string name="permdesc_readPhoneNumbers" msgid="7368652482818338871">"デバイスの電話番号へのアクセスをアプリに許可します。"</string>
    <string name="permlab_wakeLock" product="automotive" msgid="1904736682319375676">"車の画面を常にオンにする"</string>
    <string name="permlab_wakeLock" product="tablet" msgid="1527660973931694000">"タブレットのスリープを無効化"</string>
    <string name="permlab_wakeLock" product="tv" msgid="2856941418123343518">"Android TV デバイスのスリープの無効化"</string>
    <string name="permlab_wakeLock" product="default" msgid="569409726861695115">"デバイスのスリープを無効にする"</string>
    <string name="permdesc_wakeLock" product="automotive" msgid="5995045369683254571">"車の画面を常にオンにすることをアプリに許可します。"</string>
    <string name="permdesc_wakeLock" product="tablet" msgid="2441742939101526277">"タブレットのスリープを無効にすることをアプリに許可します。"</string>
    <string name="permdesc_wakeLock" product="tv" msgid="2329298966735118796">"Android TV デバイスのスリープを無効にすることをアプリに許可します。"</string>
    <string name="permdesc_wakeLock" product="default" msgid="3689523792074007163">"モバイル デバイスのスリープを無効にすることをアプリに許可します。"</string>
    <string name="permlab_transmitIr" msgid="8077196086358004010">"赤外線の送信"</string>
    <string name="permdesc_transmitIr" product="tablet" msgid="5884738958581810253">"タブレットの赤外線送信機能の使用をアプリに許可します。"</string>
    <string name="permdesc_transmitIr" product="tv" msgid="3278506969529173281">"Android TV デバイスの赤外線送信機能の使用をアプリに許可します。"</string>
    <string name="permdesc_transmitIr" product="default" msgid="8484193849295581808">"携帯電話の赤外線送信機能の使用をアプリに許可します。"</string>
    <string name="permlab_setWallpaper" msgid="6959514622698794511">"壁紙の設定"</string>
    <string name="permdesc_setWallpaper" msgid="2973996714129021397">"システムの壁紙を設定することをアプリに許可します。"</string>
    <string name="permlab_setWallpaperHints" msgid="1153485176642032714">"壁紙のサイズの調整"</string>
    <string name="permdesc_setWallpaperHints" msgid="6257053376990044668">"システムの壁紙サイズのヒントを設定することをアプリに許可します。"</string>
    <string name="permlab_setTimeZone" msgid="7922618798611542432">"タイムゾーンの設定"</string>
    <string name="permdesc_setTimeZone" product="tablet" msgid="1788868809638682503">"タブレットのタイムゾーンの変更をアプリに許可します。"</string>
    <string name="permdesc_setTimeZone" product="tv" msgid="9069045914174455938">"Android TV デバイスのタイムゾーンの変更をアプリに許可します。"</string>
    <string name="permdesc_setTimeZone" product="default" msgid="4611828585759488256">"モバイル デバイスのタイムゾーンの変更をアプリに許可します。"</string>
    <string name="permlab_getAccounts" msgid="5304317160463582791">"このデバイス上のアカウントの検索"</string>
    <string name="permdesc_getAccounts" product="tablet" msgid="1784452755887604512">"タブレットで認識されているアカウントのリストの取得をアプリに許可します。これには、インストールしたアプリによって作成されたアカウントも含まれます。"</string>
    <string name="permdesc_getAccounts" product="tv" msgid="437604680436540822">"Android TV デバイスの認識済みアカウントのリストを取得することをアプリに許可します。これには、インストールしたアプリによって作成されたアカウントも含まれます。"</string>
    <string name="permdesc_getAccounts" product="default" msgid="2491273043569751867">"モバイル デバイスで認識されているアカウントのリストの取得をアプリに許可します。これには、インストールしたアプリによって作成されたアカウントも含まれます。"</string>
    <string name="permlab_accessNetworkState" msgid="2349126720783633918">"ネットワーク接続の表示"</string>
    <string name="permdesc_accessNetworkState" msgid="4394564702881662849">"存在するネットワークや接続しているネットワークなど、ネットワーク接続に関する情報を表示することをアプリに許可します。"</string>
    <string name="permlab_createNetworkSockets" msgid="3224420491603590541">"ネットワークへのフルアクセス"</string>
    <string name="permdesc_createNetworkSockets" msgid="7722020828749535988">"ネットワークソケットの作成とカスタムネットワークプロトコルの使用をアプリに許可します。インターネットにデータを送信する手段はブラウザや他のアプリが提供するため、インターネットへのデータ送信のためにこれを許可する必要はありません。"</string>
    <string name="permlab_changeNetworkState" msgid="8945711637530425586">"ネットワーク接続の変更"</string>
    <string name="permdesc_changeNetworkState" msgid="649341947816898736">"ネットワーク接続状態の変更をアプリに許可します。"</string>
    <string name="permlab_changeTetherState" msgid="9079611809931863861">"テザリング接続の変更"</string>
    <string name="permdesc_changeTetherState" msgid="3025129606422533085">"ネットワークのテザリング接続状態の変更をアプリに許可します。"</string>
    <string name="permlab_accessWifiState" msgid="5552488500317911052">"Wi-Fi接続の表示"</string>
    <string name="permdesc_accessWifiState" msgid="6913641669259483363">"Wi-FiがONになっているかどうか、接続されているWi-Fiデバイスの名前など、Wi-Fiネットワークに関する情報を表示することをアプリに許可します。"</string>
    <string name="permlab_changeWifiState" msgid="7947824109713181554">"Wi-Fiからの接続と切断"</string>
    <string name="permdesc_changeWifiState" msgid="7170350070554505384">"Wi-Fiアクセスポイントへの接続/切断、Wi-Fiネットワークのデバイス設定の変更をアプリに許可します。"</string>
    <string name="permlab_changeWifiMulticastState" msgid="285626875870754696">"Wi-Fiマルチキャストの受信を許可する"</string>
    <string name="permdesc_changeWifiMulticastState" product="tablet" msgid="191079868596433554">"マルチキャストアドレスを使用して、このタブレットだけでなくWi-Fiネットワーク上のすべてのデバイスに送信されたパケットを受信することをアプリに許可します。マルチキャスト以外のモードよりも電池の消費量が大きくなります。"</string>
    <string name="permdesc_changeWifiMulticastState" product="tv" msgid="1336952358450652595">"マルチキャスト アドレスを使用して、この Android TV デバイスだけでなく Wi-Fi ネットワーク上のすべてのデバイスに送信されたパケットを受信することをアプリに許可します。マルチキャスト以外のモードよりも電池の消費量が大きくなります。"</string>
    <string name="permdesc_changeWifiMulticastState" product="default" msgid="8296627590220222740">"マルチキャストアドレスを使用して、このモバイル デバイスだけでなくWi-Fiネットワーク上のすべてのデバイスに送信されたパケットを受信することをアプリに許可します。マルチキャスト以外のモードよりも電池の消費量が大きくなります。"</string>
    <string name="permlab_bluetoothAdmin" msgid="6490373569441946064">"Bluetoothの設定へのアクセス"</string>
    <string name="permdesc_bluetoothAdmin" product="tablet" msgid="5370837055438574863">"ローカルのBluetoothタブレットを設定することと、リモートデバイスを検出してペアに設定することをアプリに許可します。"</string>
    <string name="permdesc_bluetoothAdmin" product="tv" msgid="1623992984547014588">"Android TV デバイスで Bluetooth を設定することと、リモート デバイスを検出してペアに設定することをアプリに許可します。"</string>
    <string name="permdesc_bluetoothAdmin" product="default" msgid="7381341743021234863">"ローカルのBluetoothモバイル デバイスを設定することと、リモートデバイスを検出してペアに設定することをアプリに許可します。"</string>
    <string name="permlab_accessWimaxState" msgid="7029563339012437434">"WiMAXへの接続と切断"</string>
    <string name="permdesc_accessWimaxState" msgid="5372734776802067708">"WiMAXがONになっているかどうかを識別し、接続されているWiMAXネットワークの情報を表示することをアプリに許可します。"</string>
    <string name="permlab_changeWimaxState" msgid="6223305780806267462">"WiMAX状態の変更"</string>
    <string name="permdesc_changeWimaxState" product="tablet" msgid="4011097664859480108">"タブレットのWiMAXネットワークへの接続と切断をアプリに許可します。"</string>
    <string name="permdesc_changeWimaxState" product="tv" msgid="5373274458799425276">"Android TV デバイスの WiMAX ネットワークへの接続と切断をアプリに許可します。"</string>
    <string name="permdesc_changeWimaxState" product="default" msgid="1551666203780202101">"モバイル デバイスのWiMAXネットワークへの接続と切断をアプリに許可します。"</string>
    <string name="permlab_bluetooth" msgid="586333280736937209">"Bluetoothデバイスのペアの設定"</string>
    <string name="permdesc_bluetooth" product="tablet" msgid="3053222571491402635">"タブレットのBluetooth設定を表示すること、ペアのデバイスに接続すること/ペアのデバイスからの接続を受け入れることをアプリに許可します。"</string>
    <string name="permdesc_bluetooth" product="tv" msgid="8851534496561034998">"Android TV デバイスの Bluetooth 設定の表示と、ペア設定されたデバイスへの接続の確立、またはペア設定されたデバイスからの接続の受け入れをアプリに許可します。"</string>
    <string name="permdesc_bluetooth" product="default" msgid="2779606714091276746">"モバイルデバイスのBluetooth設定を表示すること、ペアのデバイスに接続すること/ペアのデバイスからの接続を受け入れることをアプリに許可します。"</string>
    <string name="permlab_preferredPaymentInfo" msgid="5274423844767445054">"優先される NFC お支払いサービスの情報"</string>
    <string name="permdesc_preferredPaymentInfo" msgid="8583552469807294967">"登録されている支援やルートの目的地など、優先される NFC お支払いサービスの情報を取得することをアプリに許可します。"</string>
    <string name="permlab_nfc" msgid="1904455246837674977">"NFCの管理"</string>
    <string name="permdesc_nfc" msgid="8352737680695296741">"NFCタグ、カード、リーダーとの通信をアプリに許可します。"</string>
    <string name="permlab_disableKeyguard" msgid="3605253559020928505">"画面ロックの無効化"</string>
    <string name="permdesc_disableKeyguard" msgid="3223710003098573038">"キーロックとキーロックに関連付けられたパスワードのセキュリティを無効にすることをアプリに許可します。たとえば、かかってきた電話を受ける際にキーロックを無効にし、通話が終了したらキーロックを再度有効にする場合などに使用します。"</string>
    <string name="permlab_requestPasswordComplexity" msgid="1808977190557794109">"画面ロックの複雑さのリクエスト"</string>
    <string name="permdesc_requestPasswordComplexity" msgid="1130556896836258567">"このアプリに画面ロックの複雑さレベル(高、中、低、なし)を認識することを許可します。複雑さレベルは、画面ロックの文字数の範囲やタイプを示すものです。アプリから一定レベルまで画面ロックを更新するよう推奨されることもありますが、ユーザーは無視したり別の操作を行ったりできます。画面ロックは平文で保存されないため、アプリが正確なパスワードを知ることはありません。"</string>
    <string name="permlab_useBiometric" msgid="6314741124749633786">"生体認証ハードウェアの使用"</string>
    <string name="permdesc_useBiometric" msgid="7502858732677143410">"生体認証ハードウェアを認証に使用することをアプリに許可します"</string>
    <string name="permlab_manageFingerprint" msgid="7432667156322821178">"指紋ハードウェアの管理"</string>
    <string name="permdesc_manageFingerprint" msgid="2025616816437339865">"使用する指紋テンプレートの追加や削除を行う方法の呼び出しをアプリに許可します。"</string>
    <string name="permlab_useFingerprint" msgid="1001421069766751922">"指紋ハードウェアの使用"</string>
    <string name="permdesc_useFingerprint" msgid="412463055059323742">"指紋ハードウェアを認証に使用することをアプリに許可します"</string>
    <string name="permlab_audioWrite" msgid="8501705294265669405">"音楽コレクションの変更"</string>
    <string name="permdesc_audioWrite" msgid="8057399517013412431">"音楽コレクションの変更をアプリに許可します。"</string>
    <string name="permlab_videoWrite" msgid="5940738769586451318">"動画コレクションの変更"</string>
    <string name="permdesc_videoWrite" msgid="6124731210613317051">"動画コレクションの変更をアプリに許可します。"</string>
    <string name="permlab_imagesWrite" msgid="1774555086984985578">"写真コレクションの変更"</string>
    <string name="permdesc_imagesWrite" msgid="5195054463269193317">"写真コレクションの変更をアプリに許可します。"</string>
    <string name="permlab_mediaLocation" msgid="7368098373378598066">"メディア コレクションの位置情報の読み取り"</string>
    <string name="permdesc_mediaLocation" msgid="597912899423578138">"メディア コレクションの位置情報の読み取りをアプリに許可します。"</string>
    <string name="biometric_dialog_default_title" msgid="5284880398508155088">"本人確認"</string>
    <string name="biometric_error_hw_unavailable" msgid="2494077380540615216">"生体認証ハードウェアが利用できません"</string>
    <string name="biometric_error_user_canceled" msgid="6732303949695293730">"認証をキャンセルしました"</string>
    <string name="biometric_not_recognized" msgid="5106687642694635888">"認識されませんでした"</string>
    <string name="biometric_error_canceled" msgid="8266582404844179778">"認証をキャンセルしました"</string>
    <string name="biometric_error_device_not_secured" msgid="3129845065043995924">"PIN、パターン、パスワードが設定されていません"</string>
    <string name="fingerprint_acquired_partial" msgid="8532380671091299342">"指紋を一部しか検出できませんでした。もう一度お試しください。"</string>
    <string name="fingerprint_acquired_insufficient" msgid="2545149524031515411">"指紋を処理できませんでした。もう一度お試しください。"</string>
    <string name="fingerprint_acquired_imager_dirty" msgid="4694800187151533990">"指紋認証センサーに汚れがあります。汚れを落としてもう一度お試しください。"</string>
    <string name="fingerprint_acquired_too_fast" msgid="5151661932298844352">"指を離すのが速すぎました。もう一度お試しください。"</string>
    <string name="fingerprint_acquired_too_slow" msgid="6683510291554497580">"指の動きが遅すぎました。もう一度お試しください。"</string>
  <string-array name="fingerprint_acquired_vendor">
  </string-array>
    <string name="fingerprint_authenticated" msgid="2024862866860283100">"指紋認証を完了しました"</string>
    <string name="face_authenticated_no_confirmation_required" msgid="8867889115112348167">"顔を認証しました"</string>
    <string name="face_authenticated_confirmation_required" msgid="6872632732508013755">"顔を認証しました。[確認] を押してください"</string>
    <string name="fingerprint_error_hw_not_available" msgid="4571700896929561202">"指紋ハードウェアは使用できません。"</string>
    <string name="fingerprint_error_no_space" msgid="6126456006769817485">"指紋を保存できません。既存の指紋を削除してください。"</string>
    <string name="fingerprint_error_timeout" msgid="2946635815726054226">"指紋の読み取りがタイムアウトになりました。もう一度お試しください。"</string>
    <string name="fingerprint_error_canceled" msgid="540026881380070750">"指紋の操作をキャンセルしました。"</string>
    <string name="fingerprint_error_user_canceled" msgid="7685676229281231614">"指紋の操作がユーザーによりキャンセルされました。"</string>
    <string name="fingerprint_error_lockout" msgid="7853461265604738671">"所定の回数以上間違えました。しばらくしてからもう一度お試しください。"</string>
    <string name="fingerprint_error_lockout_permanent" msgid="3895478283943513746">"試行回数が上限を超えました。指紋認証センサーを無効にしました。"</string>
    <string name="fingerprint_error_unable_to_process" msgid="1148553603490048742">"もう一度お試しください。"</string>
    <string name="fingerprint_error_no_fingerprints" msgid="8671811719699072411">"指紋が登録されていません。"</string>
    <string name="fingerprint_error_hw_not_present" msgid="578914350967423382">"このデバイスには指紋認証センサーがありません。"</string>
    <string name="fingerprint_error_security_update_required" msgid="7750187320640856433">"センサーが一時的に無効になっています。"</string>
    <string name="fingerprint_name_template" msgid="8941662088160289778">"指紋 <xliff:g id="FINGERID">%d</xliff:g>"</string>
  <string-array name="fingerprint_error_vendor">
  </string-array>
    <string name="fingerprint_icon_content_description" msgid="4741068463175388817">"指紋アイコン"</string>
    <string name="permlab_manageFace" msgid="4569549381889283282">"顔認証ハードウェアの管理"</string>
    <string name="permdesc_manageFace" msgid="6204569688492710471">"使用する顔テンプレートの追加や削除を行うメソッドの呼び出しをアプリに許可します。"</string>
    <string name="permlab_useFaceAuthentication" msgid="1011430526454859030">"顔認証ハードウェアの使用"</string>
    <string name="permdesc_useFaceAuthentication" msgid="3115697017684668012">"顔認証ハードウェアを認証に使用することをアプリに許可します"</string>
    <string name="face_recalibrate_notification_name" msgid="6006095897989257026">"顔認証"</string>
    <string name="face_recalibrate_notification_title" msgid="5944930528030496897">"顔の再登録"</string>
    <string name="face_recalibrate_notification_content" msgid="892757485125249962">"認識を改善するには、顔を再登録してください"</string>
    <string name="face_acquired_insufficient" msgid="2150805835949162453">"顔を認識できませんでした。もう一度お試しください。"</string>
    <string name="face_acquired_too_bright" msgid="8070756048978079164">"明るすぎます。もっと暗い場所でお試しください。"</string>
    <string name="face_acquired_too_dark" msgid="252573548464426546">"暗すぎます。もっと明るい場所でお試しください。"</string>
    <string name="face_acquired_too_close" msgid="1628767882971469833">"スマートフォンをもっと離してください。"</string>
    <string name="face_acquired_too_far" msgid="5098567726427173896">"スマートフォンをもっと近づけてください。"</string>
    <string name="face_acquired_too_high" msgid="4868033653626081839">"スマートフォンをもっと高い位置に上げてください。"</string>
    <string name="face_acquired_too_low" msgid="1512237819632165945">"スマートフォンをもっと低い位置に下げてください。"</string>
    <string name="face_acquired_too_right" msgid="2513391513020932655">"スマートフォンを左に動かしてください。"</string>
    <string name="face_acquired_too_left" msgid="8882499346502714350">"スマートフォンを右に動かしてください。"</string>
    <string name="face_acquired_poor_gaze" msgid="4427153558773628020">"もっとまっすぐデバイスに顔を向けてください。"</string>
    <string name="face_acquired_not_detected" msgid="2945945257956443257">"顔をスマートフォンの真正面に向けてください。"</string>
    <string name="face_acquired_too_much_motion" msgid="8199691445085189528">"あまり動かさないでください。安定させてください。"</string>
    <string name="face_acquired_recalibrate" msgid="8724013080976469746">"顔を登録し直してください。"</string>
    <string name="face_acquired_too_different" msgid="4699657338753282542">"顔を認識できなくなりました。もう一度お試しください。"</string>
    <string name="face_acquired_too_similar" msgid="7684650785108399370">"似すぎています。ポーズを変えてください。"</string>
    <string name="face_acquired_pan_too_extreme" msgid="7822191262299152527">"顔の向きを少し戻してください。"</string>
    <string name="face_acquired_tilt_too_extreme" msgid="8119978324129248059">"顔の向きを少し戻してください。"</string>
    <string name="face_acquired_roll_too_extreme" msgid="1442830503572636825">"顔の向きを少し戻してください。"</string>
    <string name="face_acquired_obscured" msgid="4917643294953326639">"顔を隠しているものをすべて外してください"</string>
    <string name="face_acquired_sensor_dirty" msgid="8968391891086721678">"黒いバーを含め、画面の上部をきれいにしてください"</string>
  <string-array name="face_acquired_vendor">
  </string-array>
    <string name="face_error_hw_not_available" msgid="5085202213036026288">"顔を確認できません。ハードウェアを利用できません。"</string>
    <string name="face_error_timeout" msgid="522924647742024699">"顔認証をもう一度お試しください。"</string>
    <string name="face_error_no_space" msgid="5649264057026021723">"新しい顔データを保存できません。古いデータを削除してください。"</string>
    <string name="face_error_canceled" msgid="2164434737103802131">"顔の操作をキャンセルしました。"</string>
    <string name="face_error_user_canceled" msgid="8553045452825849843">"顔認証はユーザーによりキャンセルされました。"</string>
    <string name="face_error_lockout" msgid="7864408714994529437">"試行回数の上限です。後でもう一度お試しください。"</string>
    <string name="face_error_lockout_permanent" msgid="8277853602168960343">"試行回数が上限を超えたため、顔認証を無効にしました。"</string>
    <string name="face_error_unable_to_process" msgid="5723292697366130070">"顔を確認できません。もう一度お試しください。"</string>
    <string name="face_error_not_enrolled" msgid="7369928733504691611">"顔認証を設定していません。"</string>
    <string name="face_error_hw_not_present" msgid="1070600921591729944">"このデバイスでは、顔認証はご利用いただけません。"</string>
    <string name="face_error_security_update_required" msgid="5076017208528750161">"センサーが一時的に無効になっています。"</string>
    <string name="face_name_template" msgid="3877037340223318119">"顔 <xliff:g id="FACEID">%d</xliff:g>"</string>
  <string-array name="face_error_vendor">
  </string-array>
    <string name="face_icon_content_description" msgid="465030547475916280">"顔アイコン"</string>
    <string name="permlab_readSyncSettings" msgid="6250532864893156277">"同期設定の読み取り"</string>
    <string name="permdesc_readSyncSettings" msgid="1325658466358779298">"アカウントの同期設定の読み取りをアプリに許可します。たとえば、連絡帳アプリがアカウントと同期しているかどうかをアプリから特定できるようになります。"</string>
    <string name="permlab_writeSyncSettings" msgid="6583154300780427399">"同期のON/OFFの切り替え"</string>
    <string name="permdesc_writeSyncSettings" msgid="6029151549667182687">"アカウントの同期設定の変更をアプリに許可します。たとえば、連絡帳アプリとアカウントの同期を有効にするために使用できます。"</string>
    <string name="permlab_readSyncStats" msgid="3747407238320105332">"同期統計の読み取り"</string>
    <string name="permdesc_readSyncStats" msgid="3867809926567379434">"アカウントの同期ステータス(同期イベントの履歴、同期されたデータの量など)の読み取りをアプリに許可します。"</string>
    <string name="permlab_sdcardRead" msgid="5791467020950064920">"共有ストレージのコンテンツの読み取り"</string>
    <string name="permdesc_sdcardRead" msgid="6872973242228240382">"共有ストレージのコンテンツの読み取りをアプリに許可します。"</string>
    <string name="permlab_sdcardWrite" msgid="4863021819671416668">"共有ストレージのコンテンツの変更または削除"</string>
    <string name="permdesc_sdcardWrite" msgid="8376047679331387102">"共有ストレージのコンテンツの書き込みをアプリに許可します。"</string>
    <string name="permlab_use_sip" msgid="8250774565189337477">"SIP通話の発着信"</string>
    <string name="permdesc_use_sip" msgid="3590270893253204451">"SIP通話の発着信をアプリに許可します。"</string>
    <string name="permlab_register_sim_subscription" msgid="1653054249287576161">"新しい通信SIM接続の登録"</string>
    <string name="permdesc_register_sim_subscription" msgid="4183858662792232464">"アプリに新しい通信SIM接続の登録を許可します。"</string>
    <string name="permlab_register_call_provider" msgid="6135073566140050702">"新しい通信接続の登録"</string>
    <string name="permdesc_register_call_provider" msgid="4201429251459068613">"新しい通信接続の登録をアプリに許可します。"</string>
    <string name="permlab_connection_manager" msgid="3179365584691166915">"通信接続の管理"</string>
    <string name="permdesc_connection_manager" msgid="1426093604238937733">"通信接続の管理をアプリに許可します。"</string>
    <string name="permlab_bind_incall_service" msgid="5990625112603493016">"通話画面とのインタラクション"</string>
    <string name="permdesc_bind_incall_service" msgid="4124917526967765162">"通話画面をユーザーに表示するタイミングと方法の制御をアプリに許可します。"</string>
    <string name="permlab_bind_connection_service" msgid="5409268245525024736">"電話サービスとの通信"</string>
    <string name="permdesc_bind_connection_service" msgid="6261796725253264518">"受発信のためアプリが電話サービスと通信することを許可する。"</string>
    <string name="permlab_control_incall_experience" msgid="6436863486094352987">"通話中のユーザーエクスペリエンスの提供"</string>
    <string name="permdesc_control_incall_experience" msgid="5896723643771737534">"通話中のユーザーエクスペリエンスの提供をアプリに許可します。"</string>
    <string name="permlab_readNetworkUsageHistory" msgid="8470402862501573795">"ネットワーク使用履歴の読み取り"</string>
    <string name="permdesc_readNetworkUsageHistory" msgid="1112962304941637102">"特定のネットワークやアプリに関するネットワーク使用履歴の読み取りをアプリに許可します。"</string>
    <string name="permlab_manageNetworkPolicy" msgid="6872549423152175378">"ネットワークポリシーの管理"</string>
    <string name="permdesc_manageNetworkPolicy" msgid="1865663268764673296">"ネットワークポリシーを管理しアプリ固有のルールを定義することをアプリに許可します。"</string>
    <string name="permlab_modifyNetworkAccounting" msgid="7448790834938749041">"ネットワークの課金の変更"</string>
    <string name="permdesc_modifyNetworkAccounting" msgid="5076042642247205390">"アプリに対するネットワーク利用の計算方法を変更することをアプリに許可します。通常のアプリでは使用しません。"</string>
    <string name="permlab_accessNotifications" msgid="7130360248191984741">"通知にアクセス"</string>
    <string name="permdesc_accessNotifications" msgid="761730149268789668">"通知(他のアプリから投稿されたものも含む)を取得、調査、クリアすることをアプリに許可します。"</string>
    <string name="permlab_bindNotificationListenerService" msgid="5848096702733262458">"通知リスナーサービスにバインド"</string>
    <string name="permdesc_bindNotificationListenerService" msgid="4970553694467137126">"通知リスナーサービスのトップレベルインターフェースにバインドすることを所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_bindConditionProviderService" msgid="5245421224814878483">"コンディションプロバイダサービスへのバインド"</string>
    <string name="permdesc_bindConditionProviderService" msgid="6106018791256120258">"コンディションプロバイダサービスのトップレベルインターフェースにバインドすることを所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_bindDreamService" msgid="4776175992848982706">"ドリームサービスにバインド"</string>
    <string name="permdesc_bindDreamService" msgid="9129615743300572973">"ドリームサービスのトップレベルインターフェースにバインドすることを所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_invokeCarrierSetup" msgid="5098810760209818140">"携帯通信会社が提供する設定アプリの呼び出し"</string>
    <string name="permdesc_invokeCarrierSetup" msgid="4790845896063237887">"携帯通信会社が提供する設定アプリを呼び出すことを所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_accessNetworkConditions" msgid="1270732533356286514">"ネットワーク状況監視のためのリッスン"</string>
    <string name="permdesc_accessNetworkConditions" msgid="2959269186741956109">"ネットワーク状況を監視するためリッスンすることをアプリに許可します。通常のアプリで必要になることはありません。"</string>
    <string name="permlab_setInputCalibration" msgid="932069700285223434">"入力デバイスの調整を変更"</string>
    <string name="permdesc_setInputCalibration" msgid="2937872391426631726">"タッチスクリーンの調整パラメータの変更をアプリに許可します。通常のアプリでは必要ありません。"</string>
    <string name="permlab_accessDrmCertificates" msgid="6473765454472436597">"DRM証明書へのアクセス権"</string>
    <string name="permdesc_accessDrmCertificates" msgid="6983139753493781941">"DRM証明書のプロビジョニングと使用をアプリに許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_handoverStatus" msgid="7620438488137057281">"Androidビーム転送のステータスの受信"</string>
    <string name="permdesc_handoverStatus" msgid="3842269451732571070">"現在のAndroidビーム転送に関する情報を受信することをこのアプリに許可します。"</string>
    <string name="permlab_removeDrmCertificates" msgid="710576248717404416">"DRM証明書の削除"</string>
    <string name="permdesc_removeDrmCertificates" msgid="4068445390318355716">"DRM証明書の削除をアプリに許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_bindCarrierMessagingService" msgid="3363450860593096967">"携帯通信会社のSMSサービスへのバインド"</string>
    <string name="permdesc_bindCarrierMessagingService" msgid="6316457028173478345">"携帯通信会社のSMSサービスのトップレベルインターフェースにバインドすることを所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_bindCarrierServices" msgid="2395596978626237474">"携帯通信会社のサービスへのバインド"</string>
    <string name="permdesc_bindCarrierServices" msgid="9185614481967262900">"携帯通信会社のサービスにバインドすることを所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="permlab_access_notification_policy" msgid="5524112842876975537">"サイレント モードへのアクセス"</string>
    <string name="permdesc_access_notification_policy" msgid="8538374112403845013">"サイレント モード設定の読み取りと書き込みをアプリに許可します。"</string>
    <string name="permlab_startViewPermissionUsage" msgid="1504564328641112341">"表示権限の使用の開始"</string>
    <string name="permdesc_startViewPermissionUsage" msgid="2820325605959586538">"アプリの権限使用の開始を所有者に許可します。通常のアプリでは不要です。"</string>
    <string name="policylab_limitPassword" msgid="4851829918814422199">"パスワードルールの設定"</string>
    <string name="policydesc_limitPassword" msgid="4105491021115793793">"画面ロックのパスワードとPINの長さと使用できる文字を制御します。"</string>
    <string name="policylab_watchLogin" msgid="7599669460083719504">"画面ロック解除試行の監視"</string>
    <string name="policydesc_watchLogin" product="tablet" msgid="2388436408621909298">"画面のロック解除に正しくないパスワードを入力した回数を監視し、回数が多すぎる場合はタブレットをロックするかタブレットのデータをすべて消去します。"</string>
    <string name="policydesc_watchLogin" product="tv" msgid="2140588224468517507">"画面のロック解除の際に入力したパスワードが間違っていた回数を監視し、回数が多すぎる場合は Android TV デバイスをロックするか Android TV デバイスのデータをすべて消去します。"</string>
    <string name="policydesc_watchLogin" product="default" msgid="4885030206253600299">"画面のロック解除に正しくないパスワードを入力した回数を監視し、回数が多すぎる場合はモバイルデバイスをロックするかモバイルデバイスのデータをすべて消去します。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="tablet" msgid="2049038943004297474">"画面のロック解除の際に入力したパスワードが間違っていた回数を監視し、回数が多すぎる場合はタブレットをロックするかこのユーザーのデータをすべて消去します。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="tv" msgid="8965224107449407052">"画面のロック解除の際に入力したパスワードが間違っていた回数を監視し、回数が多すぎる場合は Android TV デバイスをロックするかこのユーザーのデータをすべて消去します。"</string>
    <string name="policydesc_watchLogin_secondaryUser" product="default" msgid="9177645136475155924">"画面のロック解除の際に入力したパスワードが間違っていた回数を監視し、回数が多すぎる場合はスマートフォンをロックするかこのユーザーのデータをすべて消去します。"</string>
    <string name="policylab_resetPassword" msgid="214556238645096520">"画面ロックの変更"</string>
    <string name="policydesc_resetPassword" msgid="4626419138439341851">"画面ロックを変更します。"</string>
    <string name="policylab_forceLock" msgid="7360335502968476434">"画面のロック"</string>
    <string name="policydesc_forceLock" msgid="1008844760853899693">"画面をロックする方法とタイミングを制御します。"</string>
    <string name="policylab_wipeData" msgid="1359485247727537311">"すべてのデータを消去"</string>
    <string name="policydesc_wipeData" product="tablet" msgid="7245372676261947507">"警告せずにデータの初期化を実行してタブレット内のデータを消去します。"</string>
    <string name="policydesc_wipeData" product="tv" msgid="513862488950801261">"警告せずに出荷時設定へのリセットを実行して Android TV デバイスのデータを消去します。"</string>
    <string name="policydesc_wipeData" product="default" msgid="8036084184768379022">"警告せずにデータの初期化を実行してデバイス内のデータを消去します。"</string>
    <string name="policylab_wipeData_secondaryUser" msgid="413813645323433166">"ユーザーデータの消去"</string>
    <string name="policydesc_wipeData_secondaryUser" product="tablet" msgid="2336676480090926470">"このタブレットのこのユーザーのデータを警告なく消去します。"</string>
    <string name="policydesc_wipeData_secondaryUser" product="tv" msgid="2293713284515865200">"この Android TV デバイスでこのユーザーのデータを警告なく消去します。"</string>
    <string name="policydesc_wipeData_secondaryUser" product="default" msgid="2788325512167208654">"このスマートフォンのこのユーザーのデータを警告なく消去します。"</string>
    <string name="policylab_setGlobalProxy" msgid="215332221188670221">"デバイスのグローバルプロキシを設定"</string>
    <string name="policydesc_setGlobalProxy" msgid="7149665222705519604">"ポリシーが有効になっている場合はデバイスのグローバルプロキシが使用されるように設定します。グローバルプロキシを設定できるのはデバイスの所有者だけです。"</string>
    <string name="policylab_expirePassword" msgid="6015404400532459169">"画面ロックのパスワード有効期限の設定"</string>
    <string name="policydesc_expirePassword" msgid="9136524319325960675">"画面ロックのパスワード、PIN、パターンの変更が必要になる頻度を変更します。"</string>
    <string name="policylab_encryptedStorage" msgid="9012936958126670110">"ストレージ暗号化の設定"</string>
    <string name="policydesc_encryptedStorage" msgid="1102516950740375617">"保存したアプリデータが暗号化されるようにします。"</string>
    <string name="policylab_disableCamera" msgid="5749486347810162018">"カメラを無効にする"</string>
    <string name="policydesc_disableCamera" msgid="3204405908799676104">"すべてのデバイスカメラを使用できないようにします。"</string>
    <string name="policylab_disableKeyguardFeatures" msgid="5071855750149949741">"画面ロックの一部機能を無効化"</string>
    <string name="policydesc_disableKeyguardFeatures" msgid="6641673177041195957">"画面ロックの一部の機能の使用を禁止します。"</string>
  <string-array name="phoneTypes">
    <item msgid="8996339953292723951">"自宅"</item>
    <item msgid="7740243458912727194">"携帯"</item>
    <item msgid="8526146065496663766">"仕事"</item>
    <item msgid="8150904584178569699">"FAX(仕事)"</item>
    <item msgid="4537253139152229577">"FAX(自宅)"</item>
    <item msgid="6751245029698664340">"ポケベル"</item>
    <item msgid="1692790665884224905">"その他"</item>
    <item msgid="6216981255272016212">"カスタム"</item>
  </string-array>
  <string-array name="emailAddressTypes">
    <item msgid="7786349763648997741">"自宅"</item>
    <item msgid="435564470865989199">"仕事"</item>
    <item msgid="4199433197875490373">"その他"</item>
    <item msgid="3233938986670468328">"カスタム"</item>
  </string-array>
  <string-array name="postalAddressTypes">
    <item msgid="3861463339764243038">"自宅"</item>
    <item msgid="5472578890164979109">"仕事"</item>
    <item msgid="5718921296646594739">"その他"</item>
    <item msgid="5523122236731783179">"カスタム"</item>
  </string-array>
  <string-array name="imAddressTypes">
    <item msgid="588088543406993772">"自宅"</item>
    <item msgid="5503060422020476757">"仕事"</item>
    <item msgid="2530391194653760297">"その他"</item>
    <item msgid="7640927178025203330">"カスタム"</item>
  </string-array>
  <string-array name="organizationTypes">
    <item msgid="6144047813304847762">"仕事"</item>
    <item msgid="7402720230065674193">"その他"</item>
    <item msgid="808230403067569648">"カスタム"</item>
  </string-array>
  <string-array name="imProtocols">
    <item msgid="7535761744432206400">"AIM"</item>
    <item msgid="2236558491789293993">"Windows Live"</item>
    <item msgid="4925858989398000295">"Yahoo"</item>
    <item msgid="5203383604393320577">"Skype"</item>
    <item msgid="6142060795155127001">"QQ"</item>
    <item msgid="8831467252725610081">"Googleトーク"</item>
    <item msgid="4717545739447438044">"ICQ"</item>
    <item msgid="8293711853624033835">"Jabber"</item>
  </string-array>
    <string name="phoneTypeCustom" msgid="5120365721260686814">"カスタム"</string>
    <string name="phoneTypeHome" msgid="3880132427643623588">"自宅"</string>
    <string name="phoneTypeMobile" msgid="1178852541462086735">"携帯"</string>
    <string name="phoneTypeWork" msgid="6604967163358864607">"勤務先"</string>
    <string name="phoneTypeFaxWork" msgid="6757519896109439123">"FAX(勤務先)"</string>
    <string name="phoneTypeFaxHome" msgid="6678559953115904345">"FAX(自宅)"</string>
    <string name="phoneTypePager" msgid="576402072263522767">"ポケベル"</string>
    <string name="phoneTypeOther" msgid="6918196243648754715">"その他"</string>
    <string name="phoneTypeCallback" msgid="3455781500844157767">"コールバック"</string>
    <string name="phoneTypeCar" msgid="4604775148963129195">"クルマ"</string>
    <string name="phoneTypeCompanyMain" msgid="4482773154536455441">"会社代表番号"</string>
    <string name="phoneTypeIsdn" msgid="2496238954533998512">"ISDN"</string>
    <string name="phoneTypeMain" msgid="5199722006991000111">"メイン"</string>
    <string name="phoneTypeOtherFax" msgid="3037145630364770357">"FAX(その他)"</string>
    <string name="phoneTypeRadio" msgid="2637819130239264771">"無線"</string>
    <string name="phoneTypeTelex" msgid="2558783611711876562">"テレックス"</string>
    <string name="phoneTypeTtyTdd" msgid="532038552105328779">"TTY TDD"</string>
    <string name="phoneTypeWorkMobile" msgid="7522314392003565121">"携帯(勤務先)"</string>
    <string name="phoneTypeWorkPager" msgid="3748332310638505234">"ポケベル(勤務先)"</string>
    <string name="phoneTypeAssistant" msgid="757550783842231039">"アシスタント"</string>
    <string name="phoneTypeMms" msgid="1799747455131365989">"MMS"</string>
    <string name="eventTypeCustom" msgid="3257367158986466481">"カスタム"</string>
    <string name="eventTypeBirthday" msgid="7770026752793912283">"誕生日"</string>
    <string name="eventTypeAnniversary" msgid="4684702412407916888">"記念日"</string>
    <string name="eventTypeOther" msgid="530671238533887997">"その他"</string>
    <string name="emailTypeCustom" msgid="1809435350482181786">"カスタム"</string>
    <string name="emailTypeHome" msgid="1597116303154775999">"自宅"</string>
    <string name="emailTypeWork" msgid="2020095414401882111">"勤務先"</string>
    <string name="emailTypeOther" msgid="5131130857030897465">"その他"</string>
    <string name="emailTypeMobile" msgid="787155077375364230">"携帯"</string>
    <string name="postalTypeCustom" msgid="5645590470242939129">"カスタム"</string>
    <string name="postalTypeHome" msgid="7562272480949727912">"自宅"</string>
    <string name="postalTypeWork" msgid="8553425424652012826">"勤務先"</string>
    <string name="postalTypeOther" msgid="7094245413678857420">"その他"</string>
    <string name="imTypeCustom" msgid="5653384545085765570">"カスタム"</string>
    <string name="imTypeHome" msgid="6996507981044278216">"自宅"</string>
    <string name="imTypeWork" msgid="2099668940169903123">"勤務先"</string>
    <string name="imTypeOther" msgid="8068447383276219810">"その他"</string>
    <string name="imProtocolCustom" msgid="4437878287653764692">"カスタム"</string>
    <string name="imProtocolAim" msgid="4050198236506604378">"AIM"</string>
    <string name="imProtocolMsn" msgid="2257148557766499232">"Windows Live"</string>
    <string name="imProtocolYahoo" msgid="5373338758093392231">"Yahoo"</string>
    <string name="imProtocolSkype" msgid="1486297589164830043">"Skype"</string>
    <string name="imProtocolQq" msgid="7254708777029006592">"QQ"</string>
    <string name="imProtocolGoogleTalk" msgid="9194016024343166782">"ハングアウト"</string>
    <string name="imProtocolIcq" msgid="2410325380427389521">"ICQ"</string>
    <string name="imProtocolJabber" msgid="7919269388889582015">"Jabber"</string>
    <string name="imProtocolNetMeeting" msgid="4985002408136148256">"NetMeeting"</string>
    <string name="orgTypeWork" msgid="8684458700669564172">"勤務先"</string>
    <string name="orgTypeOther" msgid="5450675258408005553">"その他"</string>
    <string name="orgTypeCustom" msgid="1126322047677329218">"カスタム"</string>
    <string name="relationTypeCustom" msgid="282938315217441351">"カスタム"</string>
    <string name="relationTypeAssistant" msgid="4057605157116589315">"アシスタント"</string>
    <string name="relationTypeBrother" msgid="7141662427379247820">"兄弟"</string>
    <string name="relationTypeChild" msgid="9076258911292693601">"子ども"</string>
    <string name="relationTypeDomesticPartner" msgid="7825306887697559238">"同棲相手"</string>
    <string name="relationTypeFather" msgid="3856225062864790596">"父"</string>
    <string name="relationTypeFriend" msgid="3192092625893980574">"友だち"</string>
    <string name="relationTypeManager" msgid="2272860813153171857">"上司"</string>
    <string name="relationTypeMother" msgid="2331762740982699460">"母"</string>
    <string name="relationTypeParent" msgid="4177920938333039882">"親"</string>
    <string name="relationTypePartner" msgid="4018017075116766194">"パートナー"</string>
    <string name="relationTypeReferredBy" msgid="5285082289602849400">"紹介者"</string>
    <string name="relationTypeRelative" msgid="3396498519818009134">"親戚"</string>
    <string name="relationTypeSister" msgid="3721676005094140671">"姉妹"</string>
    <string name="relationTypeSpouse" msgid="6916682664436031703">"配偶者"</string>
    <string name="sipAddressTypeCustom" msgid="6283889809842649336">"カスタム"</string>
    <string name="sipAddressTypeHome" msgid="5918441930656878367">"自宅"</string>
    <string name="sipAddressTypeWork" msgid="7873967986701216770">"勤務先"</string>
    <string name="sipAddressTypeOther" msgid="6317012577345187275">"その他"</string>
    <string name="quick_contacts_not_available" msgid="1262709196045052223">"この連絡先を表示するアプリが見つかりません。"</string>
    <string name="keyguard_password_enter_pin_code" msgid="6401406801060956153">"PINコードを入力"</string>
    <string name="keyguard_password_enter_puk_code" msgid="3112256684547584093">"PUKと新しいPINコードを入力"</string>
    <string name="keyguard_password_enter_puk_prompt" msgid="2825313071899938305">"PUKコード"</string>
    <string name="keyguard_password_enter_pin_prompt" msgid="5505434724229581207">"新しいPINコード"</string>
    <string name="keyguard_password_entry_touch_hint" msgid="4032288032993261520"><font size="17">"タップしてパスワードを入力"</font></string>
    <string name="keyguard_password_enter_password_code" msgid="2751130557661643482">"ロックを解除するにはパスワードを入力"</string>
    <string name="keyguard_password_enter_pin_password_code" msgid="7792964196473964340">"ロックを解除するにはPINを入力"</string>
    <string name="keyguard_password_wrong_pin_code" msgid="8583732939138432793">"PINコードが正しくありません。"</string>
    <string name="keyguard_label_text" msgid="3841953694564168384">"MENU、0キーでロック解除"</string>
    <string name="emergency_call_dialog_number_for_display" msgid="2978165477085612673">"緊急通報番号"</string>
    <string name="lockscreen_carrier_default" msgid="6192313772955399160">"通信サービスはありません"</string>
    <string name="lockscreen_screen_locked" msgid="7364905540516041817">"画面ロック中"</string>
    <string name="lockscreen_instructions_when_pattern_enabled" msgid="7982445492532123308">"MENUキーでロック解除(または緊急通報)"</string>
    <string name="lockscreen_instructions_when_pattern_disabled" msgid="7434061749374801753">"MENUキーでロック解除"</string>
    <string name="lockscreen_pattern_instructions" msgid="3169991838169244941">"パターンを入力"</string>
    <string name="lockscreen_emergency_call" msgid="7500692654885445299">"緊急通報"</string>
    <string name="lockscreen_return_to_call" msgid="3156883574692006382">"通話に戻る"</string>
    <string name="lockscreen_pattern_correct" msgid="8050630103651508582">"一致しました"</string>
    <string name="lockscreen_pattern_wrong" msgid="2940138714468358458">"もう一度お試しください"</string>
    <string name="lockscreen_password_wrong" msgid="8605355913868947490">"もう一度お試しください"</string>
    <string name="lockscreen_storage_locked" msgid="634993789186443380">"すべての機能とデータを利用するにはロック解除"</string>
    <string name="faceunlock_multiple_failures" msgid="681991538434031708">"顔認証の最大試行回数を超えました"</string>
    <string name="lockscreen_missing_sim_message_short" msgid="1248431165144893792">"SIMカードが挿入されていません"</string>
    <string name="lockscreen_missing_sim_message" product="tablet" msgid="8596805728510570760">"タブレット内にSIMカードがありません。"</string>
    <string name="lockscreen_missing_sim_message" product="tv" msgid="2582768023352171073">"Android TV デバイスに SIM カードがありません。"</string>
    <string name="lockscreen_missing_sim_message" product="default" msgid="1408695081255172556">"SIMカードが挿入されていません"</string>
    <string name="lockscreen_missing_sim_instructions" msgid="8473601862688263903">"SIMカードを挿入してください。"</string>
    <string name="lockscreen_missing_sim_instructions_long" msgid="3664999892038416334">"SIMカードが見つからないか読み取れません。SIMカードを挿入してください。"</string>
    <string name="lockscreen_permanent_disabled_sim_message_short" msgid="3812893366715730539">"SIMカードは使用できません。"</string>
    <string name="lockscreen_permanent_disabled_sim_instructions" msgid="4358929052509450807">"お使いのSIMカードは永久に無効となっています。\nワイヤレスサービスプロバイダに問い合わせて新しいSIMカードを入手してください。"</string>
    <string name="lockscreen_transport_prev_description" msgid="2879469521751181478">"前のトラック"</string>
    <string name="lockscreen_transport_next_description" msgid="2931509904881099919">"次のトラック"</string>
    <string name="lockscreen_transport_pause_description" msgid="6705284702135372494">"一時停止"</string>
    <string name="lockscreen_transport_play_description" msgid="106868788691652733">"再生"</string>
    <string name="lockscreen_transport_stop_description" msgid="1449552232598355348">"停止"</string>
    <string name="lockscreen_transport_rew_description" msgid="7680106856221622779">"巻き戻し"</string>
    <string name="lockscreen_transport_ffw_description" msgid="4763794746640196772">"早送り"</string>
    <string name="emergency_calls_only" msgid="3057351206678279851">"緊急通報のみ"</string>
    <string name="lockscreen_network_locked_message" msgid="2814046965899249635">"ネットワークがロックされました"</string>
    <string name="lockscreen_sim_puk_locked_message" msgid="6618356415831082174">"SIMカードはPUKでロックされています。"</string>
    <string name="lockscreen_sim_puk_locked_instructions" msgid="5307979043730860995">"ユーザーガイドをご覧いただくか、お客様サポートにお問い合わせください。"</string>
    <string name="lockscreen_sim_locked_message" msgid="3160196135801185938">"SIMカードはロックされています。"</string>
    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="2286497117428409709">"SIMカードのロック解除中..."</string>
    <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="6458790975898594240">"ロック解除パターンの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。\n\n<xliff:g id="NUMBER_1">%2$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="lockscreen_too_many_failed_password_attempts_dialog_message" msgid="3118353451602377380">"正しくないパスワードを<xliff:g id="NUMBER_0">%1$d</xliff:g>回入力しました。\n\n<xliff:g id="NUMBER_1">%2$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="lockscreen_too_many_failed_pin_attempts_dialog_message" msgid="2874278239714821984">"正しくないPINを<xliff:g id="NUMBER_0">%1$d</xliff:g>回入力しました。\n\n<xliff:g id="NUMBER_1">%2$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="tablet" msgid="3069635524964070596">"ロック解除パターンの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回間違えると、タブレットのロック解除にGoogleへのログインが必要になります。\n\n<xliff:g id="NUMBER_2">%3$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="tv" msgid="6399092175942158529">"ロック解除パターンの入力を <xliff:g id="NUMBER_0">%1$d</xliff:g> 回間違えました。あと <xliff:g id="NUMBER_1">%2$d</xliff:g> 回間違えると、Android TV デバイスのロック解除に Google へのログインが必要になります。\n\n<xliff:g id="NUMBER_2">%3$d</xliff:g> 秒後にもう一度お試しください。"</string>
    <string name="lockscreen_failed_attempts_almost_glogin" product="default" msgid="5691623136957148335">"ロック解除パターンの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回間違えると、モバイルデバイスのロック解除にGoogleへのログインが必要になります。\n\n<xliff:g id="NUMBER_2">%3$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tablet" msgid="7914445759242151426">"タブレットのロック解除に<xliff:g id="NUMBER_0">%1$d</xliff:g>回失敗しました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回失敗すると、タブレットは工場出荷状態にリセットされ、ユーザーのデータはすべて失われます。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="tv" msgid="4275591249631864248">"Android TV デバイスのロック解除に <xliff:g id="NUMBER_0">%1$d</xliff:g> 回失敗しました。あと <xliff:g id="NUMBER_1">%2$d</xliff:g> 回失敗すると、Android TV デバイスは出荷時設定にリセットされ、ユーザーデータはすべて失われます。"</string>
    <string name="lockscreen_failed_attempts_almost_at_wipe" product="default" msgid="1166532464798446579">"デバイスのロック解除に<xliff:g id="NUMBER_0">%1$d</xliff:g>回失敗しました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回失敗すると、デバイスは工場出荷状態にリセットされ、ユーザーのデータはすべて失われます。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="tablet" msgid="8682445539263683414">"タブレットのロック解除を<xliff:g id="NUMBER">%d</xliff:g>回失敗しました。タブレットを工場出荷状態にリセットします。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="tv" msgid="2205435033340091883">"Android TV デバイスのロック解除に <xliff:g id="NUMBER">%d</xliff:g> 回失敗しました。Android TV デバイスは出荷時設定にリセットされます。"</string>
    <string name="lockscreen_failed_attempts_now_wiping" product="default" msgid="2203704707679895487">"デバイスのロック解除を<xliff:g id="NUMBER">%d</xliff:g>回失敗しました。デバイスを工場出荷状態にリセットします。"</string>
    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6807200118164539589">"<xliff:g id="NUMBER">%d</xliff:g>秒後にやり直してください。"</string>
    <string name="lockscreen_forgot_pattern_button_text" msgid="8362442730606839031">"パターンを忘れた場合"</string>
    <string name="lockscreen_glogin_forgot_pattern" msgid="9218940117797602518">"アカウントのロック解除"</string>
    <string name="lockscreen_glogin_too_many_attempts" msgid="3775904917743034195">"パターンのエラーが多すぎます"</string>
    <string name="lockscreen_glogin_instructions" msgid="4695162942525531700">"ロックを解除するにはGoogleアカウントでログインしてください。"</string>
    <string name="lockscreen_glogin_username_hint" msgid="6916101478673157045">"ユーザー名 (メール)"</string>
    <string name="lockscreen_glogin_password_hint" msgid="3031027901286812848">"パスワード"</string>
    <string name="lockscreen_glogin_submit_button" msgid="3590556636347843733">"ログイン"</string>
    <string name="lockscreen_glogin_invalid_input" msgid="4369219936865697679">"ユーザー名またはパスワードが正しくありません。"</string>
    <string name="lockscreen_glogin_account_recovery_hint" msgid="1683405808525090649">"ユーザー名またはパスワードを忘れた場合は\n "<b>"google.com/accounts/recovery"</b>" にアクセスしてください。"</string>
    <string name="lockscreen_glogin_checking_password" msgid="2607271802803381645">"確認中..."</string>
    <string name="lockscreen_unlock_label" msgid="4648257878373307582">"ロック解除"</string>
    <string name="lockscreen_sound_on_label" msgid="1660281470535492430">"サウンドON"</string>
    <string name="lockscreen_sound_off_label" msgid="2331496559245450053">"サウンドOFF"</string>
    <string name="lockscreen_access_pattern_start" msgid="3778502525702613399">"パターンの描画を開始しました"</string>
    <string name="lockscreen_access_pattern_cleared" msgid="7493849102641167049">"パターンを消去しました"</string>
    <string name="lockscreen_access_pattern_cell_added" msgid="6746676335293144163">"セルを追加しました"</string>
    <string name="lockscreen_access_pattern_cell_added_verbose" msgid="2931364927622563465">"セル<xliff:g id="CELL_INDEX">%1$s</xliff:g>を追加しました"</string>
    <string name="lockscreen_access_pattern_detected" msgid="3931150554035194012">"パターンの描画が完了しました"</string>
    <string name="lockscreen_access_pattern_area" msgid="1288780416685002841">"パターンエリアです。"</string>
    <string name="keyguard_accessibility_widget_changed" msgid="7298011259508200234">"%1$s。ウィジェット%2$d/%3$d。"</string>
    <string name="keyguard_accessibility_add_widget" msgid="8245795023551343672">"ウィジェットを追加します。"</string>
    <string name="keyguard_accessibility_widget_empty_slot" msgid="544239307077644480">"なし"</string>
    <string name="keyguard_accessibility_unlock_area_expanded" msgid="7768634718706488951">"ロック解除エリアを拡大しました。"</string>
    <string name="keyguard_accessibility_unlock_area_collapsed" msgid="4729922043778400434">"ロック解除エリアを縮小しました。"</string>
    <string name="keyguard_accessibility_widget" msgid="6776892679715699875">"<xliff:g id="WIDGET_INDEX">%1$s</xliff:g>ウィジェットです。"</string>
    <string name="keyguard_accessibility_user_selector" msgid="1466067610235696600">"ユーザー切り替え"</string>
    <string name="keyguard_accessibility_status" msgid="6792745049712397237">"ステータス"</string>
    <string name="keyguard_accessibility_camera" msgid="7862557559464986528">"カメラ"</string>
    <string name="keygaurd_accessibility_media_controls" msgid="2267379779900620614">"メディアコントロール"</string>
    <string name="keyguard_accessibility_widget_reorder_start" msgid="7066213328912939191">"ウィジェットの並べ替えを開始しました。"</string>
    <string name="keyguard_accessibility_widget_reorder_end" msgid="1083806817600593490">"ウィジェットの並べ替えを終了しました。"</string>
    <string name="keyguard_accessibility_widget_deleted" msgid="1509738950119878705">"<xliff:g id="WIDGET_INDEX">%1$s</xliff:g>ウィジェットを削除しました。"</string>
    <string name="keyguard_accessibility_expand_lock_area" msgid="4215280881346033434">"ロック解除エリアを拡大します。"</string>
    <string name="keyguard_accessibility_slide_unlock" msgid="2968195219692413046">"スライドロックを解除します。"</string>
    <string name="keyguard_accessibility_pattern_unlock" msgid="8669128146589233293">"パターンロックを解除します。"</string>
    <string name="keyguard_accessibility_face_unlock" msgid="632407612842329815">"顔認証を行います。"</string>
    <string name="keyguard_accessibility_pin_unlock" msgid="4020864007967340068">"PINロックを解除します。"</string>
    <string name="keyguard_accessibility_sim_pin_unlock" msgid="4895939120871890557">"SIM PIN のロックを解除します。"</string>
    <string name="keyguard_accessibility_sim_puk_unlock" msgid="3459003464041899101">"SIM PUK のロックを解除します。"</string>
    <string name="keyguard_accessibility_password_unlock" msgid="6130186108581153265">"パスワードロックを解除します。"</string>
    <string name="keyguard_accessibility_pattern_area" msgid="1419570880512350689">"パターンエリアです。"</string>
    <string name="keyguard_accessibility_slide_area" msgid="4331399051142520176">"スライドエリアです。"</string>
    <string name="password_keyboard_label_symbol_key" msgid="2716255580853511949">"?123"</string>
    <string name="password_keyboard_label_alpha_key" msgid="5294837425652726684">"ABC"</string>
    <string name="password_keyboard_label_alt_key" msgid="8528261816395508841">"ALT"</string>
    <string name="granularity_label_character" msgid="8903387663153706317">"文字"</string>
    <string name="granularity_label_word" msgid="3686589158760620518">"単語"</string>
    <string name="granularity_label_link" msgid="9007852307112046526">"リンク"</string>
    <string name="granularity_label_line" msgid="376204904280620221">"行"</string>
    <string name="factorytest_failed" msgid="3190979160945298006">"出荷時試験が失敗"</string>
    <string name="factorytest_not_system" msgid="5658160199925519869">"FACTORY_TEST操作は、/system/appにインストールされたパッケージのみが対象です。"</string>
    <string name="factorytest_no_action" msgid="339252838115675515">"FACTORY_TEST操作を行うパッケージは見つかりませんでした。"</string>
    <string name="factorytest_reboot" msgid="2050147445567257365">"再起動"</string>
    <string name="js_dialog_title" msgid="7464775045615023241">"<xliff:g id="TITLE">%s</xliff:g> のページ:"</string>
    <string name="js_dialog_title_default" msgid="3769524569903332476">"JavaScript"</string>
    <string name="js_dialog_before_unload_title" msgid="7012587995876771246">"ナビゲーションの確認"</string>
    <string name="js_dialog_before_unload_positive_button" msgid="4274257182303565509">"このページから移動"</string>
    <string name="js_dialog_before_unload_negative_button" msgid="3873765747622415310">"このページのまま"</string>
    <string name="js_dialog_before_unload" msgid="7213364985774778744">"<xliff:g id="MESSAGE">%s</xliff:g>\n\nこのページから移動してもよろしいですか?"</string>
    <string name="save_password_label" msgid="9161712335355510035">"確認"</string>
    <string name="double_tap_toast" msgid="7065519579174882778">"ヒント: ダブルタップで拡大/縮小できます。"</string>
    <string name="autofill_this_form" msgid="3187132440451621492">"自動入力"</string>
    <string name="setup_autofill" msgid="5431369130866618567">"自動入力を設定"</string>
    <string name="autofill_window_title" msgid="4379134104008111961">"<xliff:g id="SERVICENAME">%1$s</xliff:g> で自動入力"</string>
    <string name="autofill_address_name_separator" msgid="8190155636149596125">" "</string>
    <string name="autofill_address_summary_name_format" msgid="3402882515222673691">"$3$2$1"</string>
    <string name="autofill_address_summary_separator" msgid="760522655085707045">"、 "</string>
    <string name="autofill_address_summary_format" msgid="8417010069362125194">"$1$2$3"</string>
    <string name="autofill_province" msgid="3676846437741893159">"地方"</string>
    <string name="autofill_postal_code" msgid="7034789388968295591">"郵便番号"</string>
    <string name="autofill_state" msgid="3341725337190434069">"州"</string>
    <string name="autofill_zip_code" msgid="1315503730274962450">"郵便番号"</string>
    <string name="autofill_county" msgid="7781382735643492173">"郡"</string>
    <string name="autofill_island" msgid="5367139008536593734">"島"</string>
    <string name="autofill_district" msgid="6428712062213557327">"地区"</string>
    <string name="autofill_department" msgid="9047276226873531529">"県"</string>
    <string name="autofill_prefecture" msgid="7267397763720241872">"都道府県"</string>
    <string name="autofill_parish" msgid="6847960518334530198">"教区"</string>
    <string name="autofill_area" msgid="8289022370678448983">"地域"</string>
    <string name="autofill_emirate" msgid="2544082046790551168">"首長国"</string>
    <string name="permlab_readHistoryBookmarks" msgid="9102293913842539697">"ウェブのブックマークと履歴の読み取り"</string>
    <string name="permdesc_readHistoryBookmarks" msgid="2323799501008967852">"ブラウザからアクセスしたすべてのURLの履歴とブラウザのすべてのブックマークの読み取りをアプリに許可します。注: この許可は、サードパーティブラウザまたはウェブブラウジング機能を備えたその他のアプリでは適用されない場合があります。"</string>
    <string name="permlab_writeHistoryBookmarks" msgid="6090259925187986937">"ウェブのブックマークと履歴の書き込み"</string>
    <string name="permdesc_writeHistoryBookmarks" product="tablet" msgid="573341025292489065">"タブレットに保存されているブラウザの履歴やブックマークの変更をアプリに許可します。これにより、アプリがブラウザデータを消去または変更できるようになる可能性があります。注: この許可は、サードパーティブラウザまたはウェブブラウジング機能を備えたその他のアプリでは適用されない場合があります。"</string>
    <string name="permdesc_writeHistoryBookmarks" product="tv" msgid="88642768580408561">"Android TV デバイスに保存されているブラウザの履歴やブックマークの変更をアプリに許可します。これにより、アプリがブラウザデータを消去または変更できるようになる可能性があります。注: この許可は、サードパーティ ブラウザまたはウェブ ブラウジング機能を備えたその他のアプリでは適用されない場合があります。"</string>
    <string name="permdesc_writeHistoryBookmarks" product="default" msgid="2245203087160913652">"モバイル デバイスに保存されているブラウザの履歴やブックマークの変更をアプリに許可します。これにより、アプリがブラウザデータを消去または変更できるようになる可能性があります。注: この許可は、サードパーティブラウザまたはウェブブラウジング機能を備えたその他のアプリでは適用されない場合があります。"</string>
    <string name="permlab_setAlarm" msgid="1158001610254173567">"アラームの設定"</string>
    <string name="permdesc_setAlarm" msgid="2185033720060109640">"インストール済みアラームアプリのアラームを設定することをアプリに許可します。この機能が実装されていないアラームアプリもあります。"</string>
    <string name="permlab_addVoicemail" msgid="4770245808840814471">"ボイスメールの追加"</string>
    <string name="permdesc_addVoicemail" msgid="5470312139820074324">"ボイスメール受信トレイにメッセージを追加することをアプリに許可します。"</string>
    <string name="permlab_writeGeolocationPermissions" msgid="8605631647492879449">"ブラウザの現在地情報に対する権限の変更"</string>
    <string name="permdesc_writeGeolocationPermissions" msgid="5817346421222227772">"ブラウザの現在地情報に対する権限の変更をアプリに許可します。この許可を悪意のあるアプリに利用されると、任意のウェブサイトに現在地情報が送信される恐れがあります。"</string>
    <string name="save_password_message" msgid="2146409467245462965">"このパスワードをブラウザで保存しますか?"</string>
    <string name="save_password_notnow" msgid="2878327088951240061">"今は保存しない"</string>
    <string name="save_password_remember" msgid="6490888932657708341">"保存"</string>
    <string name="save_password_never" msgid="6776808375903410659">"保存しない"</string>
    <string name="open_permission_deny" msgid="5136793905306987251">"このページへのアクセスは許可されていません。"</string>
    <string name="text_copied" msgid="2531420577879738860">"テキストをクリップボードにコピーしました。"</string>
    <string name="copied" msgid="4675902854553014676">"コピーしました"</string>
    <string name="more_item_label" msgid="7419249600215749115">"その他"</string>
    <string name="prepend_shortcut_label" msgid="1743716737502867951">"MENU+"</string>
    <string name="menu_meta_shortcut_label" msgid="1623390163674762478">"Meta+"</string>
    <string name="menu_ctrl_shortcut_label" msgid="131911133027196485">"Ctrl+"</string>
    <string name="menu_alt_shortcut_label" msgid="343761069945250991">"Alt+"</string>
    <string name="menu_shift_shortcut_label" msgid="5443936876111232346">"Shift+"</string>
    <string name="menu_sym_shortcut_label" msgid="4037566049061218776">"Sym+"</string>
    <string name="menu_function_shortcut_label" msgid="2367112760987662566">"Function+"</string>
    <string name="menu_space_shortcut_label" msgid="5949311515646872071">"Space"</string>
    <string name="menu_enter_shortcut_label" msgid="6709499510082897320">"Enter"</string>
    <string name="menu_delete_shortcut_label" msgid="4365787714477739080">"Del"</string>
    <string name="search_go" msgid="2141477624421347086">"検索"</string>
    <string name="search_hint" msgid="455364685740251925">"検索…"</string>
    <string name="searchview_description_search" msgid="1045552007537359343">"検索"</string>
    <string name="searchview_description_query" msgid="7430242366971716338">"検索キーワード"</string>
    <string name="searchview_description_clear" msgid="1989371719192982900">"検索キーワードを削除"</string>
    <string name="searchview_description_submit" msgid="6771060386117334686">"検索キーワードを送信"</string>
    <string name="searchview_description_voice" msgid="42360159504884679">"音声検索"</string>
    <string name="enable_explore_by_touch_warning_title" msgid="5095399706284943314">"タッチガイドをONにしますか?"</string>
    <string name="enable_explore_by_touch_warning_message" product="tablet" msgid="1037295476738940824">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g>がタッチガイドをONにしようとしています。タッチガイドをONにすると、指の位置にあるアイテムの説明を読み上げたり表示したりできます。また、タブレットを通常とは違うジェスチャーで操作できます。"</string>
    <string name="enable_explore_by_touch_warning_message" product="default" msgid="4312979647356179250">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g>がタッチガイドをONにしようとしています。タッチガイドをONにすると、指の位置にあるアイテムの説明を読み上げたり表示したりできます。また、モバイル デバイスを通常とは違うジェスチャーで操作できます。"</string>
    <string name="oneMonthDurationPast" msgid="4538030857114635777">"1か月前"</string>
    <string name="beforeOneMonthDurationPast" msgid="8315149541372065392">"1か月前"</string>
    <plurals name="last_num_days" formatted="false" msgid="687443109145393632">
      <item quantity="other">過去<xliff:g id="COUNT_1">%d</xliff:g>日間</item>
      <item quantity="one">過去<xliff:g id="COUNT_0">%d</xliff:g>日間</item>
    </plurals>
    <string name="last_month" msgid="1528906781083518683">"先月"</string>
    <string name="older" msgid="1645159827884647400">"もっと前"</string>
    <string name="preposition_for_date" msgid="2780767868832729599">"<xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="preposition_for_time" msgid="4336835286453822053">"<xliff:g id="TIME">%s</xliff:g>"</string>
    <string name="preposition_for_year" msgid="3149809685340130039">"<xliff:g id="YEAR">%s</xliff:g>年"</string>
    <string name="day" msgid="8394717255950176156">"日"</string>
    <string name="days" msgid="4570879797423034973">"日"</string>
    <string name="hour" msgid="7796325297097314653">"時間"</string>
    <string name="hours" msgid="8517014849629200683">"時間"</string>
    <string name="minute" msgid="8369209540986467610">"分"</string>
    <string name="minutes" msgid="3456532942641808971">"分"</string>
    <string name="second" msgid="9210875257112211713">"秒"</string>
    <string name="seconds" msgid="2175052687727971048">"秒"</string>
    <string name="week" msgid="907127093960923779">"週間"</string>
    <string name="weeks" msgid="3516247214269821391">"週間"</string>
    <string name="year" msgid="5182610307741238982">"年"</string>
    <string name="years" msgid="5797714729103773425">"年"</string>
    <string name="now_string_shortest" msgid="3684914126941650330">"現在"</string>
    <plurals name="duration_minutes_shortest" formatted="false" msgid="7519574894537185135">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>分</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>分</item>
    </plurals>
    <plurals name="duration_hours_shortest" formatted="false" msgid="2838655994500499651">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>時間</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>時間</item>
    </plurals>
    <plurals name="duration_days_shortest" formatted="false" msgid="3686058472983158496">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>日</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>日</item>
    </plurals>
    <plurals name="duration_years_shortest" formatted="false" msgid="8299112348723640338">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>年</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>年</item>
    </plurals>
    <plurals name="duration_minutes_shortest_future" formatted="false" msgid="849196137176399440">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>分</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>分</item>
    </plurals>
    <plurals name="duration_hours_shortest_future" formatted="false" msgid="5386373597343170388">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>時間</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>時間</item>
    </plurals>
    <plurals name="duration_days_shortest_future" formatted="false" msgid="814754627092787227">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>日</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>日</item>
    </plurals>
    <plurals name="duration_years_shortest_future" formatted="false" msgid="7683731800140202145">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g>年</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g>年</item>
    </plurals>
    <plurals name="duration_minutes_relative" formatted="false" msgid="6569851308583028344">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 分前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 分前</item>
    </plurals>
    <plurals name="duration_hours_relative" formatted="false" msgid="420434788589102019">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 時間前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 時間前</item>
    </plurals>
    <plurals name="duration_days_relative" formatted="false" msgid="6056425878237482431">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 日前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 日前</item>
    </plurals>
    <plurals name="duration_years_relative" formatted="false" msgid="2179998228861172159">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 年前</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 年前</item>
    </plurals>
    <plurals name="duration_minutes_relative_future" formatted="false" msgid="5759885720917567723">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 分後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 分後</item>
    </plurals>
    <plurals name="duration_hours_relative_future" formatted="false" msgid="8963511608507707959">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 時間後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 時間後</item>
    </plurals>
    <plurals name="duration_days_relative_future" formatted="false" msgid="1964709470979250702">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 日後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 日後</item>
    </plurals>
    <plurals name="duration_years_relative_future" formatted="false" msgid="3985129025134896371">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> 年後</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> 年後</item>
    </plurals>
    <string name="VideoView_error_title" msgid="5750686717225068016">"動画の問題"</string>
    <string name="VideoView_error_text_invalid_progressive_playback" msgid="3782449246085134720">"この動画はこのデバイスにストリーミングできません。"</string>
    <string name="VideoView_error_text_unknown" msgid="7658683339707607138">"この動画を再生できません。"</string>
    <string name="VideoView_error_button" msgid="5138809446603764272">"OK"</string>
    <string name="relative_time" msgid="8572030016028033243">"<xliff:g id="DATE">%1$s</xliff:g>、<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="noon" msgid="8365974533050605886">"正午"</string>
    <string name="Noon" msgid="6902418443846838189">"正午"</string>
    <string name="midnight" msgid="3646671134282785114">"午前0時"</string>
    <string name="Midnight" msgid="8176019203622191377">"午前0時"</string>
    <string name="elapsed_time_short_format_mm_ss" msgid="8689459651807876423">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
    <string name="elapsed_time_short_format_h_mm_ss" msgid="2302144714803345056">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
    <string name="selectAll" msgid="1532369154488982046">"すべて選択"</string>
    <string name="cut" msgid="2561199725874745819">"切り取り"</string>
    <string name="copy" msgid="5472512047143665218">"コピー"</string>
    <string name="failed_to_copy_to_clipboard" msgid="725919885138539875">"クリップボードにコピーできませんでした"</string>
    <string name="paste" msgid="461843306215520225">"貼り付け"</string>
    <string name="paste_as_plain_text" msgid="7664800665823182587">"書式なしテキストとして貼り付け"</string>
    <string name="replace" msgid="7842675434546657444">"置換..."</string>
    <string name="delete" msgid="1514113991712129054">"削除"</string>
    <string name="copyUrl" msgid="6229645005987260230">"URLをコピー"</string>
    <string name="selectTextMode" msgid="3225108910999318778">"テキストを選択"</string>
    <string name="undo" msgid="3175318090002654673">"元に戻す"</string>
    <string name="redo" msgid="7231448494008532233">"やり直し"</string>
    <string name="autofill" msgid="511224882647795296">"自動入力"</string>
    <string name="textSelectionCABTitle" msgid="5151441579532476940">"テキスト選択"</string>
    <string name="addToDictionary" msgid="8041821113480950096">"辞書に追加"</string>
    <string name="deleteText" msgid="4200807474529938112">"削除"</string>
    <string name="inputMethod" msgid="1784759500516314751">"入力方法"</string>
    <string name="editTextMenuTitle" msgid="857666911134482176">"テキスト操作"</string>
    <string name="low_internal_storage_view_title" msgid="9024241779284783414">"空き容量わずか"</string>
    <string name="low_internal_storage_view_text" msgid="8172166728369697835">"一部のシステム機能が動作しない可能性があります"</string>
    <string name="low_internal_storage_view_text_no_boot" msgid="7368968163411251788">"システムに十分な容量がありません。250MBの空き容量を確保して再起動してください。"</string>
    <string name="app_running_notification_title" msgid="8985999749231486569">"<xliff:g id="APP_NAME">%1$s</xliff:g>を実行しています"</string>
    <string name="app_running_notification_text" msgid="5120815883400228566">"タップすると詳細が表示されるか、アプリが停止します。"</string>
    <string name="ok" msgid="2646370155170753815">"OK"</string>
    <string name="cancel" msgid="6908697720451760115">"キャンセル"</string>
    <string name="yes" msgid="9069828999585032361">"OK"</string>
    <string name="no" msgid="5122037903299899715">"キャンセル"</string>
    <string name="dialog_alert_title" msgid="651856561974090712">"注意"</string>
    <string name="loading" msgid="3138021523725055037">"読み込んでいます..."</string>
    <string name="capital_on" msgid="2770685323900821829">"ON"</string>
    <string name="capital_off" msgid="7443704171014626777">"OFF"</string>
    <string name="checked" msgid="9179896827054513119">"ON"</string>
    <string name="not_checked" msgid="7972320087569023342">"OFF"</string>
    <string name="whichApplication" msgid="5432266899591255759">"アプリケーションを選択"</string>
    <string name="whichApplicationNamed" msgid="6969946041713975681">"%1$sを使用してアクションを完了"</string>
    <string name="whichApplicationLabel" msgid="7852182961472531728">"アクションを実行"</string>
    <string name="whichViewApplication" msgid="5733194231473132945">"アプリで開く"</string>
    <string name="whichViewApplicationNamed" msgid="415164730629690105">"%1$sで開く"</string>
    <string name="whichViewApplicationLabel" msgid="7367556735684742409">"開く"</string>
    <string name="whichOpenHostLinksWith" msgid="7645631470199397485">"<xliff:g id="HOST">%1$s</xliff:g> のリンクを開くブラウザ / アプリの選択"</string>
    <string name="whichOpenLinksWith" msgid="1120936181362907258">"リンクを開くブラウザの選択"</string>
    <string name="whichOpenLinksWithApp" msgid="6917864367861910086">"<xliff:g id="APPLICATION">%1$s</xliff:g> でリンクを開く"</string>
    <string name="whichOpenHostLinksWithApp" msgid="2401668560768463004">"<xliff:g id="APPLICATION">%2$s</xliff:g> で <xliff:g id="HOST">%1$s</xliff:g> のリンクを開く"</string>
    <string name="whichGiveAccessToApplicationLabel" msgid="7805857277166106236">"アクセス権を付与"</string>
    <string name="whichEditApplication" msgid="6191568491456092812">"編集に使用"</string>
    <string name="whichEditApplicationNamed" msgid="8096494987978521514">"%1$sで編集"</string>
    <string name="whichEditApplicationLabel" msgid="1463288652070140285">"編集"</string>
    <string name="whichSendApplication" msgid="4143847974460792029">"共有"</string>
    <string name="whichSendApplicationNamed" msgid="4470386782693183461">"%1$sで共有"</string>
    <string name="whichSendApplicationLabel" msgid="7467813004769188515">"共有"</string>
    <string name="whichSendToApplication" msgid="77101541959464018">"送信に使用するアプリ"</string>
    <string name="whichSendToApplicationNamed" msgid="3385686512014670003">"送信に使用するアプリ: %1$s"</string>
    <string name="whichSendToApplicationLabel" msgid="3543240188816513303">"送信"</string>
    <string name="whichHomeApplication" msgid="8276350727038396616">"ホームアプリを選択"</string>
    <string name="whichHomeApplicationNamed" msgid="5855990024847433794">"ホームとして%1$sを使用"</string>
    <string name="whichHomeApplicationLabel" msgid="8907334282202933959">"画像をキャプチャ"</string>
    <string name="whichImageCaptureApplication" msgid="2737413019463215284">"画像のキャプチャに使用するアプリ"</string>
    <string name="whichImageCaptureApplicationNamed" msgid="8820702441847612202">"「%1$s」を使用して画像をキャプチャ"</string>
    <string name="whichImageCaptureApplicationLabel" msgid="6505433734824988277">"画像をキャプチャ"</string>
    <string name="alwaysUse" msgid="3153558199076112903">"常にこの操作で使用する"</string>
    <string name="use_a_different_app" msgid="4987790276170972776">"別のアプリの使用"</string>
    <string name="clearDefaultHintMsg" msgid="1325866337702524936">"[システム設定]&gt;[アプリ]&gt;[ダウンロード済み]でデフォルト設定をクリアします。"</string>
    <string name="chooseActivity" msgid="8563390197659779956">"操作の選択"</string>
    <string name="chooseUsbActivity" msgid="2096269989990986612">"USBデバイス用アプリを選択"</string>
    <string name="noApplications" msgid="1186909265235544019">"この操作を実行できるアプリはありません。"</string>
    <string name="aerr_application" msgid="4090916809370389109">"<xliff:g id="APPLICATION">%1$s</xliff:g> が停止しました"</string>
    <string name="aerr_process" msgid="4268018696970966407">"<xliff:g id="PROCESS">%1$s</xliff:g> が停止しました"</string>
    <string name="aerr_application_repeated" msgid="7804378743218496566">"「<xliff:g id="APPLICATION">%1$s</xliff:g>」が繰り返し停止しています"</string>
    <string name="aerr_process_repeated" msgid="1153152413537954974">"「<xliff:g id="PROCESS">%1$s</xliff:g>」が繰り返し停止しています"</string>
    <string name="aerr_restart" msgid="2789618625210505419">"アプリを再起動"</string>
    <string name="aerr_report" msgid="3095644466849299308">"フィードバックを送信"</string>
    <string name="aerr_close" msgid="3398336821267021852">"閉じる"</string>
    <string name="aerr_mute" msgid="2304972923480211376">"デバイスが再起動するまでミュート"</string>
    <string name="aerr_wait" msgid="3198677780474548217">"待機"</string>
    <string name="aerr_close_app" msgid="8318883106083050970">"アプリを閉じる"</string>
    <string name="anr_title" msgid="7290329487067300120"></string>
    <string name="anr_activity_application" msgid="8121716632960340680">"「<xliff:g id="APPLICATION">%2$s</xliff:g>」は応答していません"</string>
    <string name="anr_activity_process" msgid="3477362583767128667">"「<xliff:g id="ACTIVITY">%1$s</xliff:g>」は応答していません"</string>
    <string name="anr_application_process" msgid="4978772139461676184">"「<xliff:g id="APPLICATION">%1$s</xliff:g>」は応答していません"</string>
    <string name="anr_process" msgid="1664277165911816067">"プロセス「<xliff:g id="PROCESS">%1$s</xliff:g>」は応答していません"</string>
    <string name="force_close" msgid="9035203496368973803">"OK"</string>
    <string name="report" msgid="2149194372340349521">"レポート"</string>
    <string name="wait" msgid="7765985809494033348">"待機"</string>
    <string name="webpage_unresponsive" msgid="7850879412195273433">"ページが応答しません。\n\nページを閉じますか?"</string>
    <string name="launch_warning_title" msgid="6725456009564953595">"アプリのリダイレクト"</string>
    <string name="launch_warning_replace" msgid="3073392976283203402">"<xliff:g id="APP_NAME">%1$s</xliff:g>が実行中です。"</string>
    <string name="launch_warning_original" msgid="3332206576800169626">"<xliff:g id="APP_NAME">%1$s</xliff:g>が最初に起動していました。"</string>
    <string name="screen_compat_mode_scale" msgid="8627359598437527726">"スケール"</string>
    <string name="screen_compat_mode_show" msgid="5080361367584709857">"常に表示"</string>
    <string name="screen_compat_mode_hint" msgid="4032272159093750908">"[システム設定]&gt;[アプリ]&gt;[ダウンロード済み]で再度有効にします。"</string>
    <string name="unsupported_display_size_message" msgid="7265211375269394699">"「<xliff:g id="APP_NAME">%1$s</xliff:g>」は現在の [表示サイズ] 設定に対応していないため、予期しない動作が発生するおそれがあります。"</string>
    <string name="unsupported_display_size_show" msgid="980129850974919375">"常に表示"</string>
    <string name="unsupported_compile_sdk_message" msgid="7326293500707890537">"<xliff:g id="APP_NAME">%1$s</xliff:g> は、互換性のない Android OS バージョン用にビルドされているため、予期しない動作が発生するおそれがあります。アプリの更新バージョンを利用できる場合があります。"</string>
    <string name="unsupported_compile_sdk_show" msgid="1601210057960312248">"常に表示"</string>
    <string name="unsupported_compile_sdk_check_update" msgid="1103639989147664456">"アップデートを確認"</string>
    <string name="smv_application" msgid="3775183542777792638">"アプリ「<xliff:g id="APPLICATION">%1$s</xliff:g>」(プロセス「<xliff:g id="PROCESS">%2$s</xliff:g>」)でStrictModeポリシー違反がありました。"</string>
    <string name="smv_process" msgid="1398801497130695446">"プロセス<xliff:g id="PROCESS">%1$s</xliff:g>でStrictModeポリシー違反がありました。"</string>
    <string name="android_upgrading_title" product="default" msgid="7279077384220829683">"スマートフォンの更新中…"</string>
    <string name="android_upgrading_title" product="tablet" msgid="4268417249079938805">"タブレットの更新中…"</string>
    <string name="android_upgrading_title" product="device" msgid="6774767702998149762">"デバイスの更新中…"</string>
    <string name="android_start_title" product="default" msgid="4036708252778757652">"スマートフォンの起動中…"</string>
    <string name="android_start_title" product="automotive" msgid="7917984412828168079">"Androidの起動中…"</string>
    <string name="android_start_title" product="tablet" msgid="4429767260263190344">"タブレットの起動中…"</string>
    <string name="android_start_title" product="device" msgid="6967413819673299309">"デバイスの起動中…"</string>
    <string name="android_upgrading_fstrim" msgid="3259087575528515329">"ストレージを最適化しています。"</string>
    <string name="android_upgrading_notification_title" product="default" msgid="3509927005342279257">"システム アップデートの完了中…"</string>
    <string name="app_upgrading_toast" msgid="1016267296049455585">"「<xliff:g id="APPLICATION">%1$s</xliff:g>」をアップグレードしています…"</string>
    <string name="android_upgrading_apk" msgid="1339564803894466737">"<xliff:g id="NUMBER_1">%2$d</xliff:g>個中<xliff:g id="NUMBER_0">%1$d</xliff:g>個のアプリを最適化しています。"</string>
    <string name="android_preparing_apk" msgid="589736917792300956">"<xliff:g id="APPNAME">%1$s</xliff:g>をペア設定しています。"</string>
    <string name="android_upgrading_starting_apps" msgid="6206161195076057075">"アプリを起動しています。"</string>
    <string name="android_upgrading_complete" msgid="409800058018374746">"ブートを終了しています。"</string>
    <string name="heavy_weight_notification" msgid="8382784283600329576">"<xliff:g id="APP">%1$s</xliff:g>を実行中"</string>
    <string name="heavy_weight_notification_detail" msgid="6802247239468404078">"タップするとゲームに戻ります"</string>
    <string name="heavy_weight_switcher_title" msgid="3861984210040100886">"ゲームの選択"</string>
    <string name="heavy_weight_switcher_text" msgid="6814316627367160126">"パフォーマンスを向上させるため、一度に 1 つのゲームのみを開くことができます。"</string>
    <string name="old_app_action" msgid="725331621042848590">"<xliff:g id="OLD_APP">%1$s</xliff:g> に戻る"</string>
    <string name="new_app_action" msgid="547772182913269801">"<xliff:g id="NEW_APP">%1$s</xliff:g> を開く"</string>
    <string name="new_app_description" msgid="1958903080400806644">"<xliff:g id="OLD_APP">%1$s</xliff:g> を保存せずに閉じます"</string>
    <string name="dump_heap_notification" msgid="5316644945404825032">"<xliff:g id="PROC">%1$s</xliff:g>はメモリの上限を超えました"</string>
    <string name="dump_heap_ready_notification" msgid="2302452262927390268">"<xliff:g id="PROC">%1$s</xliff:g> のヒープダンプの準備ができました"</string>
    <string name="dump_heap_notification_detail" msgid="8431586843001054050">"ヒープダンプを収集しました。共有するにはタップしてください。"</string>
    <string name="dump_heap_title" msgid="4367128917229233901">"ヒープダンプを共有しますか?"</string>
    <string name="dump_heap_text" msgid="1692649033835719336">"<xliff:g id="PROC">%1$s</xliff:g> のプロセスがメモリの上限 <xliff:g id="SIZE">%2$s</xliff:g> を超えました。ヒープダンプは共有できます。このヒープダンプには、アプリがアクセスできる個人情報が含まれている可能性があります。"</string>
    <string name="dump_heap_system_text" msgid="6805155514925350849">"<xliff:g id="PROC">%1$s</xliff:g>のプロセスがメモリの上限の <xliff:g id="SIZE">%2$s</xliff:g> を超えました。ヒープダンプは共有できます。注意: このヒープダンプには、プロセスがアクセスできるプライベートの個人情報が含まれている可能性があります。入力した情報も含まれている可能性があります。"</string>
    <string name="dump_heap_ready_text" msgid="5849618132123045516">"<xliff:g id="PROC">%1$s</xliff:g> のプロセスのヒープダンプは共有できます。注意: このヒープダンプには、プロセスがアクセスできるプライベートの個人情報が含まれている可能性があります。入力した情報も含まれている可能性があります。"</string>
    <string name="sendText" msgid="493003724401350724">"アプリケーションを選択"</string>
    <string name="volume_ringtone" msgid="134784084629229029">"着信音量"</string>
    <string name="volume_music" msgid="7727274216734955095">"メディアの音量"</string>
    <string name="volume_music_hint_playing_through_bluetooth" msgid="2614142915948898228">"Bluetooth経由で再生中です"</string>
    <string name="volume_music_hint_silent_ringtone_selected" msgid="1514829655029062233">"マナーモードが設定されています"</string>
    <string name="volume_call" msgid="7625321655265747433">"通話音量"</string>
    <string name="volume_bluetooth_call" msgid="2930204618610115061">"Bluetooth着信音量"</string>
    <string name="volume_alarm" msgid="4486241060751798448">"アラームの音量"</string>
    <string name="volume_notification" msgid="6864412249031660057">"通知音量"</string>
    <string name="volume_unknown" msgid="4041914008166576293">"音量"</string>
    <string name="volume_icon_description_bluetooth" msgid="7540388479345558400">"Bluetoothの音量"</string>
    <string name="volume_icon_description_ringer" msgid="2187800636867423459">"着信音量"</string>
    <string name="volume_icon_description_incall" msgid="4491255105381227919">"通話音量"</string>
    <string name="volume_icon_description_media" msgid="4997633254078171233">"メディアの音量"</string>
    <string name="volume_icon_description_notification" msgid="579091344110747279">"通知音量"</string>
    <string name="ringtone_default" msgid="9118299121288174597">"プリセット着信音"</string>
    <string name="ringtone_default_with_actual" msgid="2709686194556159773">"デフォルト(<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
    <string name="ringtone_silent" msgid="397111123930141876">"なし"</string>
    <string name="ringtone_picker_title" msgid="667342618626068253">"着信音"</string>
    <string name="ringtone_picker_title_alarm" msgid="7438934548339024767">"アラーム音"</string>
    <string name="ringtone_picker_title_notification" msgid="6387191794719608122">"通知音"</string>
    <string name="ringtone_unknown" msgid="5059495249862816475">"不明"</string>
    <string name="wifi_available_sign_in" msgid="381054692557675237">"Wi-Fiネットワークにログイン"</string>
    <string name="network_available_sign_in" msgid="1520342291829283114">"ネットワークにログインしてください"</string>
    <!-- no translation found for network_available_sign_in_detailed (7520423801613396556) -->
    <skip />
    <string name="wifi_no_internet" msgid="1386911698276448061">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> はインターネットにアクセスできません"</string>
    <string name="wifi_no_internet_detailed" msgid="634938444133558942">"タップしてその他のオプションを表示"</string>
    <string name="mobile_no_internet" msgid="4014455157529909781">"モバイル ネットワークがインターネットに接続されていません"</string>
    <string name="other_networks_no_internet" msgid="6698711684200067033">"ネットワークがインターネットに接続されていません"</string>
    <string name="private_dns_broken_detailed" msgid="3709388271074611847">"プライベート DNS サーバーにアクセスできません"</string>
    <string name="network_partial_connectivity" msgid="4791024923851432291">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> の接続が制限されています"</string>
    <string name="network_partial_connectivity_detailed" msgid="5741329444564575840">"接続するにはタップしてください"</string>
    <string name="network_switch_metered" msgid="1531869544142283384">"「<xliff:g id="NETWORK_TYPE">%1$s</xliff:g>」に切り替えました"</string>
    <string name="network_switch_metered_detail" msgid="1358296010128405906">"デバイスで「<xliff:g id="PREVIOUS_NETWORK">%2$s</xliff:g>」によるインターネット接続ができない場合に「<xliff:g id="NEW_NETWORK">%1$s</xliff:g>」を使用します。通信料が発生することがあります。"</string>
    <string name="network_switch_metered_toast" msgid="501662047275723743">"「<xliff:g id="PREVIOUS_NETWORK">%1$s</xliff:g>」から「<xliff:g id="NEW_NETWORK">%2$s</xliff:g>」に切り替えました"</string>
  <string-array name="network_switch_type_name">
    <item msgid="2255670471736226365">"モバイルデータ"</item>
    <item msgid="5520925862115353992">"Wi-Fi"</item>
    <item msgid="1055487873974272842">"Bluetooth"</item>
    <item msgid="1616528372438698248">"イーサネット"</item>
    <item msgid="9177085807664964627">"VPN"</item>
  </string-array>
    <string name="network_switch_type_name_unknown" msgid="3665696841646851068">"不明なネットワーク タイプ"</string>
    <string name="accept" msgid="5447154347815825107">"同意する"</string>
    <string name="decline" msgid="6490507610282145874">"同意しない"</string>
    <string name="select_character" msgid="3352797107930786979">"文字を挿入"</string>
    <string name="sms_control_title" msgid="4748684259903148341">"SMSメッセージの送信中"</string>
    <string name="sms_control_message" msgid="6574313876316388239">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt;が大量のSMSメッセージを送信しています。このアプリにこのままメッセージの送信を許可しますか?"</string>
    <string name="sms_control_yes" msgid="4858845109269524622">"許可する"</string>
    <string name="sms_control_no" msgid="4845717880040355570">"許可しない"</string>
    <string name="sms_short_code_confirm_message" msgid="1385416688897538724">"&lt;b&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/b&gt;が、&lt;b&gt;<xliff:g id="DEST_ADDRESS">%2$s</xliff:g>&lt;/b&gt;にメッセージを送信しようとしています。"</string>
    <string name="sms_short_code_details" msgid="2723725738333388351">"モバイルアカウントへの"<b>"請求が発生する可能性"</b>"があります。"</string>
    <string name="sms_premium_short_code_details" msgid="1400296309866638111"><b>"モバイルアカウントへの請求が発生します。"</b></string>
    <string name="sms_short_code_confirm_allow" msgid="920477594325526691">"送信"</string>
    <string name="sms_short_code_confirm_deny" msgid="1356917469323768230">"キャンセル"</string>
    <string name="sms_short_code_remember_choice" msgid="1374526438647744862">"この選択を保存"</string>
    <string name="sms_short_code_remember_undo_instruction" msgid="2620984439143080410">"これは後から[設定] &gt; [アプリ]で変更できます。"</string>
    <string name="sms_short_code_confirm_always_allow" msgid="2223014893129755950">"常に許可する"</string>
    <string name="sms_short_code_confirm_never_allow" msgid="2688828813521652079">"許可しない"</string>
    <string name="sim_removed_title" msgid="5387212933992546283">"SIMカードが取り外されました"</string>
    <string name="sim_removed_message" msgid="9051174064474904617">"有効なSIMカードを挿入して再起動するまでは、モバイルネットワークは利用できません。"</string>
    <string name="sim_done_button" msgid="6464250841528410598">"完了"</string>
    <string name="sim_added_title" msgid="7930779986759414595">"SIMカードが追加されました"</string>
    <string name="sim_added_message" msgid="6602906609509958680">"モバイルネットワークにアクセスするにはデバイスを再起動してください。"</string>
    <string name="sim_restart_button" msgid="8481803851341190038">"再起動"</string>
    <string name="install_carrier_app_notification_title" msgid="5712723402213090102">"モバイル サービスを有効にする"</string>
    <string name="install_carrier_app_notification_text" msgid="2781317581274192728">"新しい SIM を有効にするには携帯通信会社のアプリをダウンロードします"</string>
    <string name="install_carrier_app_notification_text_app_name" msgid="4086877327264106484">"新しい SIM を有効にするには「<xliff:g id="APP_NAME">%1$s</xliff:g>」アプリをダウンロードしてください"</string>
    <string name="install_carrier_app_notification_button" msgid="6257740533102594290">"アプリをダウンロード"</string>
    <string name="carrier_app_notification_title" msgid="5815477368072060250">"新しい SIM が挿入されました"</string>
    <string name="carrier_app_notification_text" msgid="6567057546341958637">"タップして設定"</string>
    <string name="time_picker_dialog_title" msgid="9053376764985220821">"時刻設定"</string>
    <string name="date_picker_dialog_title" msgid="5030520449243071926">"日付設定"</string>
    <string name="date_time_set" msgid="4603445265164486816">"設定"</string>
    <string name="date_time_done" msgid="8363155889402873463">"完了"</string>
    <string name="perms_new_perm_prefix" msgid="6984556020395757087"><font size="12" fgcolor="#ff33b5e5">"NEW: "</font></string>
    <string name="perms_description_app" msgid="2747752389870161996">"<xliff:g id="APP_NAME">%1$s</xliff:g>で提供されます。"</string>
    <string name="no_permissions" msgid="5729199278862516390">"権限の許可は必要ありません"</string>
    <string name="perm_costs_money" msgid="749054595022779685">"料金が発生する場合があります"</string>
    <string name="dlg_ok" msgid="5103447663504839312">"OK"</string>
    <string name="usb_charging_notification_title" msgid="1674124518282666955">"このデバイスを USB で充電中"</string>
    <string name="usb_supplying_notification_title" msgid="5378546632408101811">"USB で接続されたデバイスを充電しています"</string>
    <string name="usb_mtp_notification_title" msgid="1065989144124499810">"USB ファイル転送モード ON"</string>
    <string name="usb_ptp_notification_title" msgid="5043437571863443281">"USB PTP モード ON"</string>
    <string name="usb_tether_notification_title" msgid="8828527870612663771">"USB テザリング ON"</string>
    <string name="usb_midi_notification_title" msgid="7404506788950595557">"USB MIDI モード ON"</string>
    <string name="usb_accessory_notification_title" msgid="1385394660861956980">"USB アクセサリが接続されました"</string>
    <string name="usb_notification_message" msgid="4715163067192110676">"タップしてその他のオプションを表示します。"</string>
    <string name="usb_power_notification_message" msgid="7284765627437897702">"接続されているデバイスを充電しています。タップすると、他の項目が表示されます。"</string>
    <string name="usb_unsupported_audio_accessory_title" msgid="2335775548086533065">"アナログのオーディオ アクセサリを検出"</string>
    <string name="usb_unsupported_audio_accessory_message" msgid="1300168007129796621">"接続したデバイスはこのスマートフォンと互換性がありません。タップすると、詳細を確認できます。"</string>
    <string name="adb_active_notification_title" msgid="408390247354560331">"USB デバッグが接続されました"</string>
    <string name="adb_active_notification_message" msgid="5617264033476778211">"USB デバッグを無効にするにはここをタップしてください"</string>
    <string name="adb_active_notification_message" product="tv" msgid="6624498401272780855">"USB デバッグを無効にする場合に選択します。"</string>
    <string name="adbwifi_active_notification_title" msgid="6147343659168302473">"ワイヤレス デバッグが接続されました"</string>
    <string name="adbwifi_active_notification_message" msgid="930987922852867972">"ワイヤレス デバッグをUSB デバッグを無効にするにはここをタップしてください"</string>
    <string name="adbwifi_active_notification_message" product="tv" msgid="8633421848366915478">"ワイヤレス デバッグを無効にする場合に選択します。"</string>
    <string name="test_harness_mode_notification_title" msgid="2282785860014142511">"テストハーネス モード有効"</string>
    <string name="test_harness_mode_notification_message" msgid="3039123743127958420">"出荷時設定にリセットしてテストハーネス モードを無効にしてください。"</string>
    <string name="console_running_notification_title" msgid="6087888939261635904">"シリアル コンソールは有効です"</string>
    <string name="console_running_notification_message" msgid="7892751888125174039">"シリアル コンソールを有効にすると、パフォーマンスに影響します。無効にするには、ブートローダーをチェックしてください。"</string>
    <string name="usb_contaminant_detected_title" msgid="4359048603069159678">"USB ポート内の液体やゴミ"</string>
    <string name="usb_contaminant_detected_message" msgid="7346100585390795743">"USB ポートが自動的に無効になりました。タップして詳細をご確認ください。"</string>
    <string name="usb_contaminant_not_detected_title" msgid="2651167729563264053">"USB ポートを安全に使用できます"</string>
    <string name="usb_contaminant_not_detected_message" msgid="892863190942660462">"液体やゴミは検出されなくなりました。"</string>
    <string name="taking_remote_bugreport_notification_title" msgid="1582531382166919850">"バグレポートを取得しています…"</string>
    <string name="share_remote_bugreport_notification_title" msgid="6708897723753334999">"バグレポートを共有しますか?"</string>
    <string name="sharing_remote_bugreport_notification_title" msgid="3077385149217638550">"バグレポートの共有中…"</string>
    <string name="share_remote_bugreport_notification_message_finished" msgid="7325635795739260135">"管理者からこのデバイスのトラブルシューティングに役立てるためバグレポートを共有するようリクエストがありました。アプリやデータが共有される場合があります。"</string>
    <string name="share_remote_bugreport_action" msgid="7630880678785123682">"共有する"</string>
    <string name="decline_remote_bugreport_action" msgid="4040894777519784346">"共有しない"</string>
    <string name="select_input_method" msgid="3971267998568587025">"入力方法の選択"</string>
    <string name="show_ime" msgid="6406112007347443383">"物理キーボードが有効になっていても画面に表示させます"</string>
    <string name="hardware" msgid="1800597768237606953">"仮想キーボードの表示"</string>
    <string name="select_keyboard_layout_notification_title" msgid="4427643867639774118">"物理キーボードの設定"</string>
    <string name="select_keyboard_layout_notification_message" msgid="8835158247369158154">"タップして言語とレイアウトを選択してください"</string>
    <string name="fast_scroll_alphabet" msgid="8854435958703888376">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="fast_scroll_numeric_alphabet" msgid="2529539945421557329">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="alert_windows_notification_channel_group_name" msgid="6063891141815714246">"他のアプリの上に重ねて表示"</string>
    <string name="alert_windows_notification_channel_name" msgid="3437528564303192620">"<xliff:g id="NAME">%s</xliff:g>を他のアプリの上に重ねて表示"</string>
    <string name="alert_windows_notification_title" msgid="6331662751095228536">"<xliff:g id="NAME">%s</xliff:g>が他のアプリの上に表示されています"</string>
    <string name="alert_windows_notification_message" msgid="6538171456970725333">"<xliff:g id="NAME">%s</xliff:g>でこの機能を使用しない場合は、タップして設定を開いて OFF にしてください。"</string>
    <string name="alert_windows_notification_turn_off_action" msgid="7805857234839123780">"OFF にする"</string>
    <string name="ext_media_checking_notification_title" msgid="8299199995416510094">"<xliff:g id="NAME">%s</xliff:g>を確認しています…"</string>
    <string name="ext_media_checking_notification_message" msgid="2231566971425375542">"現在のコンテンツを確認しています"</string>
    <string name="ext_media_new_notification_title" msgid="3517407571407687677">"新しい <xliff:g id="NAME">%s</xliff:g>"</string>
    <string name="ext_media_new_notification_message" msgid="6095403121990786986">"タップして設定してください"</string>
    <string name="ext_media_new_notification_message" product="automotive" msgid="8488046026389025694"></string>
    <string name="ext_media_ready_notification_message" msgid="777258143284919261">"写真などのメディア転送用"</string>
    <string name="ext_media_unmountable_notification_title" msgid="4895444667278979910">"<xliff:g id="NAME">%s</xliff:g>に関する問題"</string>
    <string name="ext_media_unmountable_notification_message" msgid="3256290114063126205">"タップして修正してください"</string>
    <string name="ext_media_unmountable_notification_message" product="tv" msgid="3003611129979934633">"<xliff:g id="NAME">%s</xliff:g>が破損しています。修正するには選択してください。"</string>
    <string name="ext_media_unmountable_notification_message" product="automotive" msgid="5622514265490819212"></string>
    <string name="ext_media_unsupported_notification_title" msgid="4358280700537030333">"対応していない<xliff:g id="NAME">%s</xliff:g>です"</string>
    <string name="ext_media_unsupported_notification_message" msgid="917738524888367560">"このデバイスはこの <xliff:g id="NAME">%s</xliff:g>に対応していません。タップして、対応している形式でセットアップしてください。"</string>
    <string name="ext_media_unsupported_notification_message" product="tv" msgid="7744945987775645685">"このデバイスはこの <xliff:g id="NAME">%s</xliff:g>に対応していません。サポートされるフォーマットで設定するには選択してください。"</string>
    <string name="ext_media_unsupported_notification_message" product="automotive" msgid="7657357085538772913">"このデバイスはこの <xliff:g id="NAME">%s</xliff:g>に対応していません。"</string>
    <string name="ext_media_badremoval_notification_title" msgid="4114625551266196872">"<xliff:g id="NAME">%s</xliff:g>が不適切に取り外されました"</string>
    <string name="ext_media_badremoval_notification_message" msgid="1986514704499809244">"コンテンツの喪失を防ぐため、メディアを取り出してから取り外してください"</string>
    <string name="ext_media_nomedia_notification_title" msgid="742671636376975890">"<xliff:g id="NAME">%s</xliff:g>の取り外し"</string>
    <string name="ext_media_nomedia_notification_message" msgid="2832724384636625852">"一部の機能が正しく動作しない可能性があります。新しいストレージを挿入してください。"</string>
    <string name="ext_media_unmounting_notification_title" msgid="4147986383917892162">"<xliff:g id="NAME">%s</xliff:g>を取り出しています"</string>
    <string name="ext_media_unmounting_notification_message" msgid="5717036261538754203">"取り外さないでください"</string>
    <string name="ext_media_init_action" msgid="2312974060585056709">"セットアップ"</string>
    <string name="ext_media_unmount_action" msgid="966992232088442745">"取り外し"</string>
    <string name="ext_media_browse_action" msgid="344865351947079139">"外部メディア"</string>
    <string name="ext_media_seamless_action" msgid="8837030226009268080">"出力を切り替えます"</string>
    <string name="ext_media_missing_title" msgid="3209472091220515046">"<xliff:g id="NAME">%s</xliff:g>が見つかりません"</string>
    <string name="ext_media_missing_message" msgid="4408988706227922909">"デバイスを挿入し直してください"</string>
    <string name="ext_media_move_specific_title" msgid="8492118544775964250">"<xliff:g id="NAME">%s</xliff:g>を移動しています"</string>
    <string name="ext_media_move_title" msgid="2682741525619033637">"データを移動しています"</string>
    <string name="ext_media_move_success_title" msgid="4901763082647316767">"コンテンツを転送中"</string>
    <string name="ext_media_move_success_message" msgid="9159542002276982979">"コンテンツを <xliff:g id="NAME">%s</xliff:g>へ移動"</string>
    <string name="ext_media_move_failure_title" msgid="3184577479181333665">"コンテンツ移動エラー"</string>
    <string name="ext_media_move_failure_message" msgid="4197306718121869335">"コンテンツの移動をもう一度行ってください"</string>
    <string name="ext_media_status_removed" msgid="241223931135751691">"取り外しました"</string>
    <string name="ext_media_status_unmounted" msgid="8145812017295835941">"取り外しました"</string>
    <string name="ext_media_status_checking" msgid="159013362442090347">"確認しています…"</string>
    <string name="ext_media_status_mounted" msgid="3459448555811203459">"準備完了"</string>
    <string name="ext_media_status_mounted_ro" msgid="1974809199760086956">"読み取り専用"</string>
    <string name="ext_media_status_bad_removal" msgid="508448566481406245">"安全でない状態で取り外されました"</string>
    <string name="ext_media_status_unmountable" msgid="7043574843541087748">"破損しています"</string>
    <string name="ext_media_status_unsupported" msgid="5460509911660539317">"対応していません"</string>
    <string name="ext_media_status_ejecting" msgid="7532403368044013797">"取り外しています…"</string>
    <string name="ext_media_status_formatting" msgid="774148701503179906">"フォーマットしています…"</string>
    <string name="ext_media_status_missing" msgid="6520746443048867314">"挿入されていません"</string>
    <string name="activity_list_empty" msgid="4219430010716034252">"一致するアクティビティが見つかりません。"</string>
    <string name="permlab_route_media_output" msgid="8048124531439513118">"メディア出力のルーティング"</string>
    <string name="permdesc_route_media_output" msgid="1759683269387729675">"メディア出力を他の外部デバイスにルーティングすることをアプリに許可します。"</string>
    <string name="permlab_readInstallSessions" msgid="7279049337895583621">"インストールセッションの読み取り"</string>
    <string name="permdesc_readInstallSessions" msgid="4012608316610763473">"インストールセッションの読み取りをアプリに許可します。これにより、アプリはアクティブパッケージのインストールに関する詳細情報を参照できるようになります。"</string>
    <string name="permlab_requestInstallPackages" msgid="7600020863445351154">"インストールパッケージのリクエスト"</string>
    <string name="permdesc_requestInstallPackages" msgid="3969369278325313067">"パッケージのインストールをリクエストすることをアプリケーションに許可します。"</string>
    <string name="permlab_requestDeletePackages" msgid="2541172829260106795">"パッケージの削除のリクエスト"</string>
    <string name="permdesc_requestDeletePackages" msgid="6133633516423860381">"パッケージの削除をリクエストすることをアプリに許可します。"</string>
    <string name="permlab_requestIgnoreBatteryOptimizations" msgid="7646611326036631439">"電池の最適化を無視するかどうかの確認"</string>
    <string name="permdesc_requestIgnoreBatteryOptimizations" msgid="634260656917874356">"電池の最適化の無視についてアプリが確認することを許可します。"</string>
    <string name="tutorial_double_tap_to_zoom_message_short" msgid="1842872462124648678">"ダブルタップでズームします"</string>
    <string name="gadget_host_error_inflating" msgid="2449961590495198720">"ウィジェットを追加できませんでした。"</string>
    <string name="ime_action_go" msgid="5536744546326495436">"移動"</string>
    <string name="ime_action_search" msgid="4501435960587287668">"検索"</string>
    <string name="ime_action_send" msgid="8456843745664334138">"送信"</string>
    <string name="ime_action_next" msgid="4169702997635728543">"次へ"</string>
    <string name="ime_action_done" msgid="6299921014822891569">"完了"</string>
    <string name="ime_action_previous" msgid="6548799326860401611">"前へ"</string>
    <string name="ime_action_default" msgid="8265027027659800121">"実行"</string>
    <string name="dial_number_using" msgid="6060769078933953531">"<xliff:g id="NUMBER">%s</xliff:g>を使って\n発信"</string>
    <string name="create_contact_using" msgid="6200708808003692594">"<xliff:g id="NUMBER">%s</xliff:g>を使って\n連絡先を新規登録"</string>
    <string name="grant_credentials_permission_message_header" msgid="5365733888842570481">"以下のアプリが、お使いのアカウントに今後アクセスする権限をリクエストしています。"</string>
    <string name="grant_credentials_permission_message_footer" msgid="1886710210516246461">"このリクエストを許可してもよろしいですか?"</string>
    <string name="grant_permissions_header_text" msgid="3420736827804657201">"アクセスリクエスト"</string>
    <string name="allow" msgid="6195617008611933762">"許可"</string>
    <string name="deny" msgid="6632259981847676572">"拒否"</string>
    <string name="permission_request_notification_title" msgid="1810025922441048273">"権限がリクエストされました"</string>
    <string name="permission_request_notification_with_subtitle" msgid="3743417870360129298">"次のアカウントにアクセスする権限が\nリクエストされました: <xliff:g id="ACCOUNT">%s</xliff:g>"</string>
    <string name="forward_intent_to_owner" msgid="4620359037192871015">"仕事用プロファイルの外部でこのアプリを使用しています"</string>
    <string name="forward_intent_to_work" msgid="3620262405636021151">"仕事用プロファイルでこのアプリを使用しています"</string>
    <string name="input_method_binding_label" msgid="1166731601721983656">"入力方法"</string>
    <string name="sync_binding_label" msgid="469249309424662147">"同期"</string>
    <string name="accessibility_binding_label" msgid="1974602776545801715">"ユーザー補助"</string>
    <string name="wallpaper_binding_label" msgid="1197440498000786738">"壁紙"</string>
    <string name="chooser_wallpaper" msgid="3082405680079923708">"壁紙を変更"</string>
    <string name="notification_listener_binding_label" msgid="2702165274471499713">"通知リスナー"</string>
    <string name="vr_listener_binding_label" msgid="8013112996671206429">"VR リスナー"</string>
    <string name="condition_provider_service_binding_label" msgid="8490641013951857673">"コンディションプロバイダ"</string>
    <string name="notification_ranker_binding_label" msgid="432708245635563763">"通知ランカー サービス"</string>
    <string name="vpn_title" msgid="5906991595291514182">"VPNが有効になりました"</string>
    <string name="vpn_title_long" msgid="6834144390504619998">"VPNが<xliff:g id="APP">%s</xliff:g>により有効化されました"</string>
    <string name="vpn_text" msgid="2275388920267251078">"ネットワークを管理するにはタップしてください。"</string>
    <string name="vpn_text_long" msgid="278540576806169831">"<xliff:g id="SESSION">%s</xliff:g>に接続しました。ネットワークを管理するにはタップしてください。"</string>
    <string name="vpn_lockdown_connecting" msgid="6096725311950342607">"VPNに常時接続しています…"</string>
    <string name="vpn_lockdown_connected" msgid="2853127976590658469">"VPNに常時接続しました"</string>
    <string name="vpn_lockdown_disconnected" msgid="5573611651300764955">"常時接続 VPN から切断されました"</string>
    <string name="vpn_lockdown_error" msgid="4453048646854247947">"常時接続 VPN に接続できませんでした"</string>
    <string name="vpn_lockdown_config" msgid="8331697329868252169">"ネットワークまたは VPN の設定を変更できます"</string>
    <string name="upload_file" msgid="8651942222301634271">"ファイルを選択"</string>
    <string name="no_file_chosen" msgid="4146295695162318057">"ファイルが選択されていません"</string>
    <string name="reset" msgid="3865826612628171429">"リセット"</string>
    <string name="submit" msgid="862795280643405865">"送信"</string>
    <string name="car_mode_disable_notification_title" msgid="8450693275833142896">"運転アプリを実行しています"</string>
    <string name="car_mode_disable_notification_message" msgid="8954550232288567515">"運転アプリを終了するにはタップしてください。"</string>
    <string name="back_button_label" msgid="4078224038025043387">"戻る"</string>
    <string name="next_button_label" msgid="6040209156399907780">"次へ"</string>
    <string name="skip_button_label" msgid="3566599811326688389">"スキップ"</string>
    <string name="no_matches" msgid="6472699895759164599">"該当なし"</string>
    <string name="find_on_page" msgid="5400537367077438198">"ページ内を検索"</string>
    <plurals name="matches_found" formatted="false" msgid="1101758718194295554">
      <item quantity="other"><xliff:g id="INDEX">%d</xliff:g>件(<xliff:g id="TOTAL">%d</xliff:g>件中)</item>
      <item quantity="one">1件一致</item>
    </plurals>
    <string name="action_mode_done" msgid="2536182504764803222">"完了"</string>
    <string name="progress_erasing" msgid="6891435992721028004">"共有ストレージを消去しています…"</string>
    <string name="share" msgid="4157615043345227321">"共有"</string>
    <string name="find" msgid="5015737188624767706">"検索"</string>
    <string name="websearch" msgid="5624340204512793290">"ウェブ検索"</string>
    <string name="find_next" msgid="5341217051549648153">"次を検索"</string>
    <string name="find_previous" msgid="4405898398141275532">"前を検索"</string>
    <string name="gpsNotifTicker" msgid="3207361857637620780">"<xliff:g id="NAME">%s</xliff:g>さんからの現在地情報リクエスト"</string>
    <string name="gpsNotifTitle" msgid="1590033371665669570">"現在地情報リクエスト"</string>
    <string name="gpsNotifMessage" msgid="7346649122793758032">"<xliff:g id="NAME">%1$s</xliff:g>さん(<xliff:g id="SERVICE">%2$s</xliff:g>)からのリクエスト"</string>
    <string name="gpsVerifYes" msgid="3719843080744112940">"はい"</string>
    <string name="gpsVerifNo" msgid="1671201856091564741">"いいえ"</string>
    <string name="gnss_nfw_notification_title" msgid="5004493772059563423">"緊急対応時に位置情報にアクセスされました"</string>
    <string name="gnss_nfw_notification_message_oem" msgid="3683958907027107969">"最近の緊急対応時にデバイス メーカーが位置情報にアクセスしました"</string>
    <string name="gnss_nfw_notification_message_carrier" msgid="815888995791562151">"最近の緊急対応時に携帯通信会社が位置情報にアクセスしました"</string>
    <string name="sync_too_many_deletes" msgid="6999440774578705300">"削除の制限を超えました"</string>
    <string name="sync_too_many_deletes_desc" msgid="7409327940303504440">"<xliff:g id="ACCOUNT_NAME">%3$s</xliff:g>アカウントの<xliff:g id="TYPE_OF_SYNC">%2$s</xliff:g>で<xliff:g id="NUMBER_OF_DELETED_ITEMS">%1$d</xliff:g>件の削除があります。操作を選択してください。"</string>
    <string name="sync_really_delete" msgid="5657871730315579051">"アイテムを削除する"</string>
    <string name="sync_undo_deletes" msgid="5786033331266418896">"削除を元に戻す"</string>
    <string name="sync_do_nothing" msgid="4528734662446469646">"今は何もしない"</string>
    <string name="choose_account_label" msgid="5557833752759831548">"アカウントの選択"</string>
    <string name="add_account_label" msgid="4067610644298737417">"アカウントを追加"</string>
    <string name="add_account_button_label" msgid="322390749416414097">"アカウントを追加"</string>
    <string name="number_picker_increment_button" msgid="7621013714795186298">"進めます"</string>
    <string name="number_picker_decrement_button" msgid="5116948444762708204">"戻します"</string>
    <string name="number_picker_increment_scroll_mode" msgid="8403893549806805985">"<xliff:g id="VALUE">%s</xliff:g> 回タップして押し続けます。"</string>
    <string name="number_picker_increment_scroll_action" msgid="8310191318914268271">"上にスライドで進み、下にスライドで戻ります。"</string>
    <string name="time_picker_increment_minute_button" msgid="7195870222945784300">"1分進めます"</string>
    <string name="time_picker_decrement_minute_button" msgid="230925389943411490">"1分戻します"</string>
    <string name="time_picker_increment_hour_button" msgid="3063572723197178242">"1時間進めます"</string>
    <string name="time_picker_decrement_hour_button" msgid="584101766855054412">"1時間戻します"</string>
    <string name="time_picker_increment_set_pm_button" msgid="5889149366900376419">"午後に設定"</string>
    <string name="time_picker_decrement_set_am_button" msgid="1422608001541064087">"午前に設定"</string>
    <string name="date_picker_increment_month_button" msgid="3447263316096060309">"1か月進めます"</string>
    <string name="date_picker_decrement_month_button" msgid="6531888937036883014">"1か月戻します"</string>
    <string name="date_picker_increment_day_button" msgid="4349336637188534259">"1日進めます"</string>
    <string name="date_picker_decrement_day_button" msgid="6840253837656637248">"1日戻します"</string>
    <string name="date_picker_increment_year_button" msgid="7608128783435372594">"1年進めます"</string>
    <string name="date_picker_decrement_year_button" msgid="4102586521754172684">"1年戻します"</string>
    <string name="date_picker_prev_month_button" msgid="3418694374017868369">"前月"</string>
    <string name="date_picker_next_month_button" msgid="4858207337779144840">"翌月"</string>
    <string name="keyboardview_keycode_alt" msgid="8997420058584292385">"Alt"</string>
    <string name="keyboardview_keycode_cancel" msgid="2134624484115716975">"キャンセル"</string>
    <string name="keyboardview_keycode_delete" msgid="2661117313730098650">"削除"</string>
    <string name="keyboardview_keycode_done" msgid="2524518019001653851">"完了"</string>
    <string name="keyboardview_keycode_mode_change" msgid="2743735349997999020">"モードを変更"</string>
    <string name="keyboardview_keycode_shift" msgid="3026509237043975573">"Shift"</string>
    <string name="keyboardview_keycode_enter" msgid="168054869339091055">"Enter"</string>
    <string name="activitychooserview_choose_application" msgid="3500574466367891463">"アプリの選択"</string>
    <string name="activitychooserview_choose_application_error" msgid="6937782107559241734">"<xliff:g id="APPLICATION_NAME">%s</xliff:g>を起動できませんでした"</string>
    <string name="shareactionprovider_share_with" msgid="2753089758467748982">"共有"</string>
    <string name="shareactionprovider_share_with_application" msgid="4902832247173666973">"<xliff:g id="APPLICATION_NAME">%s</xliff:g>と共有"</string>
    <string name="content_description_sliding_handle" msgid="982510275422590757">"スライダーハンドルです。押し続けます。"</string>
    <string name="description_target_unlock_tablet" msgid="7431571180065859551">"ロック解除するにはスワイプします。"</string>
    <string name="action_bar_home_description" msgid="1501655419158631974">"ホームへ移動"</string>
    <string name="action_bar_up_description" msgid="6611579697195026932">"上へ移動"</string>
    <string name="action_menu_overflow_description" msgid="4579536843510088170">"その他のオプション"</string>
    <string name="action_bar_home_description_format" msgid="5087107531331621803">"%1$s、%2$s"</string>
    <string name="action_bar_home_subtitle_description_format" msgid="4346835454749569826">"%1$s、%2$s、%3$s"</string>
    <string name="storage_internal" msgid="8490227947584914460">"内部共有ストレージ"</string>
    <string name="storage_sd_card" msgid="3404740277075331881">"SDカード"</string>
    <string name="storage_sd_card_label" msgid="7526153141147470509">"<xliff:g id="MANUFACTURER">%s</xliff:g>製SDカード"</string>
    <string name="storage_usb_drive" msgid="448030813201444573">"USBドライブ"</string>
    <string name="storage_usb_drive_label" msgid="6631740655876540521">"<xliff:g id="MANUFACTURER">%s</xliff:g>製USBドライブ"</string>
    <string name="storage_usb" msgid="2391213347883616886">"USBストレージ"</string>
    <string name="extract_edit_menu_button" msgid="63954536535863040">"編集"</string>
    <string name="data_usage_warning_title" msgid="9034893717078325845">"警告するデータ使用量"</string>
    <string name="data_usage_warning_body" msgid="1669325367188029454">"<xliff:g id="APP">%s</xliff:g> のデータを使用しました"</string>
    <string name="data_usage_mobile_limit_title" msgid="3911447354393775241">"モバイルデータの上限に達しました"</string>
    <string name="data_usage_wifi_limit_title" msgid="2069698056520812232">"Wi-Fiデータの上限に達しました"</string>
    <string name="data_usage_limit_body" msgid="3567699582000085710">"残りの期間中はデータ使用が一時停止されます"</string>
    <string name="data_usage_mobile_limit_snoozed_title" msgid="101888478915677895">"モバイルデータ上限の超過"</string>
    <string name="data_usage_wifi_limit_snoozed_title" msgid="1622359254521960508">"Wi-Fi データ上限の超過"</string>
    <string name="data_usage_limit_snoozed_body" msgid="545146591766765678">"設定した上限を <xliff:g id="SIZE">%s</xliff:g> 超えました"</string>
    <string name="data_usage_restricted_title" msgid="126711424380051268">"バックグラウンドデータに上限あり"</string>
    <string name="data_usage_restricted_body" msgid="5338694433686077733">"タップして制限を解除します。"</string>
    <string name="data_usage_rapid_title" msgid="2950192123248740375">"モバイルデータ使用量の増加"</string>
    <string name="data_usage_rapid_body" msgid="3886676853263693432">"アプリが通常より多くのデータを使用しています"</string>
    <string name="data_usage_rapid_app_body" msgid="5425779218506513861">"「<xliff:g id="APP">%s</xliff:g>」が通常より多くのデータを使用しています"</string>
    <string name="ssl_certificate" msgid="5690020361307261997">"セキュリティ証明書"</string>
    <string name="ssl_certificate_is_valid" msgid="7293675884598527081">"証明書は有効です。"</string>
    <string name="issued_to" msgid="5975877665505297662">"発行先:"</string>
    <string name="common_name" msgid="1486334593631798443">"共通名:"</string>
    <string name="org_name" msgid="7526331696464255245">"組織:"</string>
    <string name="org_unit" msgid="995934486977223076">"組織単位:"</string>
    <string name="issued_by" msgid="7872459822431585684">"発行者:"</string>
    <string name="validity_period" msgid="1717724283033175968">"有効期間:"</string>
    <string name="issued_on" msgid="5855489688152497307">"発行:"</string>
    <string name="expires_on" msgid="1623640879705103121">"有効期限:"</string>
    <string name="serial_number" msgid="3479576915806623429">"シリアル番号:"</string>
    <string name="fingerprints" msgid="148690767172613723">"指紋:"</string>
    <string name="sha256_fingerprint" msgid="7103976380961964600">"SHA-256指紋:"</string>
    <string name="sha1_fingerprint" msgid="2339915142825390774">"SHA-1指紋:"</string>
    <string name="activity_chooser_view_see_all" msgid="3917045206812726099">"すべて表示"</string>
    <string name="activity_chooser_view_dialog_title_default" msgid="8880731437191978314">"操作の選択"</string>
    <string name="share_action_provider_share_with" msgid="1904096863622941880">"共有"</string>
    <string name="sending" msgid="206925243621664438">"送信中..."</string>
    <string name="launchBrowserDefault" msgid="6328349989932924119">"ブラウザを起動しますか?"</string>
    <string name="SetupCallDefault" msgid="5581740063237175247">"通話を受けますか?"</string>
    <string name="activity_resolver_use_always" msgid="5575222334666843269">"常時"</string>
    <string name="activity_resolver_set_always" msgid="4142825808921411476">"[常に開く] に設定"</string>
    <string name="activity_resolver_use_once" msgid="948462794469672658">"1回のみ"</string>
    <string name="activity_resolver_app_settings" msgid="6758823206817748026">"設定"</string>
    <string name="activity_resolver_work_profiles_support" msgid="4071345609235361269">"%1$sは仕事用プロファイルをサポートしていません"</string>
    <string name="default_audio_route_name" product="tablet" msgid="367936735632195517">"タブレット"</string>
    <string name="default_audio_route_name" product="tv" msgid="4908971385068087367">"テレビ"</string>
    <string name="default_audio_route_name" product="default" msgid="9213546147739983977">"モバイル デバイス"</string>
    <string name="default_audio_route_name_dock_speakers" msgid="1551166029093995289">"ホルダーのスピーカー"</string>
    <string name="default_audio_route_name_hdmi" msgid="5474470558160717850">"HDMI"</string>
    <string name="default_audio_route_name_headphones" msgid="6954070994792640762">"ヘッドホン"</string>
    <string name="default_audio_route_name_usb" msgid="895668743163316932">"USB"</string>
    <string name="default_audio_route_category_name" msgid="5241740395748134483">"システム"</string>
    <string name="bluetooth_a2dp_audio_route_name" msgid="4214648773120426288">"Bluetooth音声"</string>
    <string name="wireless_display_route_description" msgid="8297563323032966831">"ワイヤレス ディスプレイ"</string>
    <string name="media_route_button_content_description" msgid="2299223698196869956">"キャスト"</string>
    <string name="media_route_chooser_title" msgid="6646594924991269208">"デバイスに接続"</string>
    <string name="media_route_chooser_title_for_remote_display" msgid="3105906508794326446">"デバイスへの画面のキャスト"</string>
    <string name="media_route_chooser_searching" msgid="6119673534251329535">"デバイスを検索しています…"</string>
    <string name="media_route_chooser_extended_settings" msgid="2506352159381327741">"設定"</string>
    <string name="media_route_controller_disconnect" msgid="7362617572732576959">"接続を解除"</string>
    <string name="media_route_status_scanning" msgid="8045156315309594482">"スキャン中..."</string>
    <string name="media_route_status_connecting" msgid="5845597961412010540">"接続処理中..."</string>
    <string name="media_route_status_available" msgid="1477537663492007608">"利用できます"</string>
    <string name="media_route_status_not_available" msgid="480912417977515261">"利用できません"</string>
    <string name="media_route_status_in_use" msgid="6684112905244944724">"使用中"</string>
    <string name="display_manager_built_in_display_name" msgid="1015775198829722440">"内蔵スクリーン"</string>
    <string name="display_manager_hdmi_display_name" msgid="1022758026251534975">"HDMI画面"</string>
    <string name="display_manager_overlay_display_name" msgid="5306088205181005861">"オーバーレイ第<xliff:g id="ID">%1$d</xliff:g>"</string>
    <string name="display_manager_overlay_display_title" msgid="1480158037150469170">"<xliff:g id="NAME">%1$s</xliff:g>: <xliff:g id="WIDTH">%2$d</xliff:g>x<xliff:g id="HEIGHT">%3$d</xliff:g>、<xliff:g id="DPI">%4$d</xliff:g> dpi"</string>
    <string name="display_manager_overlay_display_secure_suffix" msgid="2810034719482834679">"、セキュア"</string>
    <string name="kg_forgot_pattern_button_text" msgid="406145459223122537">"パターンを忘れた場合"</string>
    <string name="kg_wrong_pattern" msgid="1342812634464179931">"パターンが正しくありません"</string>
    <string name="kg_wrong_password" msgid="2384677900494439426">"パスワードが正しくありません"</string>
    <string name="kg_wrong_pin" msgid="3680925703673166482">"PINが正しくありません"</string>
    <plurals name="kg_too_many_failed_attempts_countdown" formatted="false" msgid="236717428673283568">
      <item quantity="other"><xliff:g id="NUMBER">%d</xliff:g> 秒後にもう一度お試しください。</item>
      <item quantity="one">1 秒後にもう一度お試しください。</item>
    </plurals>
    <string name="kg_pattern_instructions" msgid="8366024510502517748">"パターンを入力"</string>
    <string name="kg_sim_pin_instructions" msgid="6479401489471690359">"SIM PINを入力"</string>
    <string name="kg_pin_instructions" msgid="7355933174673539021">"PINを入力"</string>
    <string name="kg_password_instructions" msgid="7179782578809398050">"パスワードを入力"</string>
    <string name="kg_puk_enter_puk_hint" msgid="6696187482616360994">"SIMが無効になりました。続行するにはPUKコードを入力してください。詳しくは携帯通信会社にお問い合わせください。"</string>
    <string name="kg_puk_enter_pin_hint" msgid="8190982314659429770">"希望のPINコードを入力してください"</string>
    <string name="kg_enter_confirm_pin_hint" msgid="6372557107414074580">"希望のPINコードを確認してください"</string>
    <string name="kg_sim_unlock_progress_dialog_message" msgid="8871937892678885545">"SIMカードのロック解除中…"</string>
    <string name="kg_password_wrong_pin_code" msgid="9013856346870572451">"PINコードが正しくありません。"</string>
    <string name="kg_invalid_sim_pin_hint" msgid="4821601451222564077">"PINは4~8桁の数字で入力してください。"</string>
    <string name="kg_invalid_sim_puk_hint" msgid="2539364558870734339">"PUKコードは8桁の番号です。"</string>
    <string name="kg_invalid_puk" msgid="4809502818518963344">"正しいPUKコードを再入力してください。誤入力を繰り返すと、SIMが永久に無効になるおそれがあります。"</string>
    <string name="kg_invalid_confirm_pin_hint" product="default" msgid="4705368340409816254">"PINコードが一致しません"</string>
    <string name="kg_login_too_many_attempts" msgid="699292728290654121">"パターンの入力を所定の回数以上間違えました。"</string>
    <string name="kg_login_instructions" msgid="3619844310339066827">"ロックを解除するにはGoogleアカウントでログインしてください。"</string>
    <string name="kg_login_username_hint" msgid="1765453775467133251">"ユーザー名(メール)"</string>
    <string name="kg_login_password_hint" msgid="3330530727273164402">"パスワード"</string>
    <string name="kg_login_submit_button" msgid="893611277617096870">"ログイン"</string>
    <string name="kg_login_invalid_input" msgid="8292367491901220210">"ユーザー名またはパスワードが無効です。"</string>
    <string name="kg_login_account_recovery_hint" msgid="4892466171043541248">"ユーザー名またはパスワードを忘れた場合は\n "<b>"google.com/accounts/recovery"</b>" にアクセスしてください。"</string>
    <string name="kg_login_checking_password" msgid="4676010303243317253">"アカウントをチェックしています…"</string>
    <string name="kg_too_many_failed_pin_attempts_dialog_message" msgid="23741434207544038">"PINの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。\n\n<xliff:g id="NUMBER_1">%2$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="kg_too_many_failed_password_attempts_dialog_message" msgid="3328686432962224215">"パスワードの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。\n\n<xliff:g id="NUMBER_1">%2$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="kg_too_many_failed_pattern_attempts_dialog_message" msgid="7357404233979139075">"ロック解除パターンの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。\n\n<xliff:g id="NUMBER_1">%2$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="kg_failed_attempts_almost_at_wipe" product="tablet" msgid="3479940221343361587">"タブレットのロック解除に<xliff:g id="NUMBER_0">%1$d</xliff:g>回失敗しました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回失敗すると、タブレットは出荷時設定にリセットされ、ユーザーのデータはすべて失われます。"</string>
    <string name="kg_failed_attempts_almost_at_wipe" product="tv" msgid="9064457748587850217">"Android TV デバイスのロック解除に <xliff:g id="NUMBER_0">%1$d</xliff:g> 回失敗しました。あと <xliff:g id="NUMBER_1">%2$d</xliff:g> 回失敗すると、Android TV デバイスは出荷時設定にリセットされ、ユーザーデータはすべて失われます。"</string>
    <string name="kg_failed_attempts_almost_at_wipe" product="default" msgid="5955398963754432548">"モバイル デバイスのロック解除に<xliff:g id="NUMBER_0">%1$d</xliff:g>回失敗しました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回失敗すると、デバイスは出荷時設定にリセットされ、ユーザーのデータはすべて失われます。"</string>
    <string name="kg_failed_attempts_now_wiping" product="tablet" msgid="2299099385175083308">"タブレットのロック解除を<xliff:g id="NUMBER">%d</xliff:g>回失敗しました。タブレットは出荷時設定にリセットされます。"</string>
    <string name="kg_failed_attempts_now_wiping" product="tv" msgid="5045460916106267585">"Android TV デバイスのロック解除に <xliff:g id="NUMBER">%d</xliff:g> 回失敗しました。Android TV デバイスは出荷時設定にリセットされます。"</string>
    <string name="kg_failed_attempts_now_wiping" product="default" msgid="5043730590446071189">"モバイル デバイスのロック解除を<xliff:g id="NUMBER">%d</xliff:g>回失敗しました。デバイスは出荷時設定にリセットされます。"</string>
    <string name="kg_failed_attempts_almost_at_login" product="tablet" msgid="7086799295109717623">"ロック解除パターンの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回間違えると、タブレットのロック解除にメールアカウントが必要になります。\n\n<xliff:g id="NUMBER_2">%3$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="kg_failed_attempts_almost_at_login" product="tv" msgid="4670840383567106114">"ロック解除パターンの入力を <xliff:g id="NUMBER_0">%1$d</xliff:g> 回間違えました。あと <xliff:g id="NUMBER_1">%2$d</xliff:g> 回間違えると、Android TV デバイスのロック解除にメール アカウントが必要になります。\n\n<xliff:g id="NUMBER_2">%3$d</xliff:g> 秒後にもう一度お試しください。"</string>
    <string name="kg_failed_attempts_almost_at_login" product="default" msgid="5270861875006378092">"ロック解除パターンの入力を<xliff:g id="NUMBER_0">%1$d</xliff:g>回間違えました。あと<xliff:g id="NUMBER_1">%2$d</xliff:g>回間違えると、モバイルデバイスのロック解除にメールアカウントが必要になります。\n\n<xliff:g id="NUMBER_2">%3$d</xliff:g>秒後にもう一度お試しください。"</string>
    <string name="kg_text_message_separator" product="default" msgid="4503708889934976866">" - "</string>
    <string name="kg_reordering_delete_drop_target_text" msgid="2034358143731750914">"削除"</string>
    <string name="allow_while_in_use_permission_in_fgs" msgid="4101339676785053656">"今後の R ビルドでは、<xliff:g id="PACKAGENAME">%1$s</xliff:g> からバックグラウンドで開始されるフォアグラウンド サービスに「使用中のみ許可」の権限がありません。go/r-bg-fgs-restriction を確認し、バグレポートを提出してください。"</string>
    <string name="safe_media_volume_warning" product="default" msgid="3751676824423049994">"推奨レベルを超えるまで音量を上げますか?\n\n大音量で長時間聞き続けると、聴力を損なう恐れがあります。"</string>
    <string name="accessibility_shortcut_warning_dialog_title" msgid="4017995837692622933">"ユーザー補助機能のショートカットの使用"</string>
    <string name="accessibility_shortcut_toogle_warning" msgid="4161716521310929544">"ショートカットが ON の場合、両方の音量ボタンを 3 秒ほど長押しするとユーザー補助機能が起動します。"</string>
    <string name="accessibility_shortcut_multiple_service_warning_title" msgid="8417489297036013065">"ユーザー補助機能を ON にしますか?"</string>
    <string name="accessibility_shortcut_multiple_service_warning" msgid="3740723309483706911">"音量大と音量小の両方のボタンを数秒ほど長押しすると、ユーザー補助機能が ON になります。この機能が ON になると、デバイスの動作が変わることがあります。\n\n現在の機能:\n<xliff:g id="SERVICE">%1$s</xliff:g>\n選択した機能は [設定] &gt; [ユーザー補助] で変更できます。"</string>
    <string name="accessibility_shortcut_multiple_service_list" msgid="6935581470716541531">"	• <xliff:g id="SERVICE">%1$s</xliff:g>\n"</string>
    <string name="accessibility_shortcut_talkback_warning_title" msgid="3410100187167382427">"TalkBack を ON にしますか?"</string>
    <string name="accessibility_shortcut_talkback_warning" msgid="8412954203626349109">"音量大と音量小の両方のボタンを数秒ほど長押しすると、TalkBack が ON になります。TalkBack は、目の不自由な方や視力の弱い方向けのスクリーン リーダーです。TalkBack を ON にすると、デバイスの動作が完全に変わります。\n\nこのショートカットは [設定] &gt; [ユーザー補助] で別の機能に変更できます。"</string>
    <string name="accessibility_shortcut_single_service_warning_title" msgid="2819109500943271385">"<xliff:g id="SERVICE">%1$s</xliff:g> を ON にしますか?"</string>
    <string name="accessibility_shortcut_single_service_warning" msgid="6363127705112844257">"音量大と音量小の両方のボタンを数秒ほど長押しすると、ユーザー補助機能の <xliff:g id="SERVICE">%1$s</xliff:g> が ON になります。この機能が ON になると、デバイスの動作が変わることがあります。\n\nこのショートカットは [設定] &gt; [ユーザー補助] で別の機能に変更できます。"</string>
    <string name="accessibility_shortcut_on" msgid="5463618449556111344">"ON にする"</string>
    <string name="accessibility_shortcut_off" msgid="3651336255403648739">"ON にしない"</string>
    <string name="accessibility_shortcut_menu_item_status_on" msgid="6608392117189732543">"オン"</string>
    <string name="accessibility_shortcut_menu_item_status_off" msgid="5531598275559472393">"オフ"</string>
    <string name="accessibility_enable_service_title" msgid="3931558336268541484">"<xliff:g id="SERVICE">%1$s</xliff:g> にデバイスのフル コントロールを許可しますか?"</string>
    <string name="accessibility_enable_service_encryption_warning" msgid="8603532708618236909">"<xliff:g id="SERVICE">%1$s</xliff:g> をオンにすると、デバイスデータの暗号化の強化に画面ロックは使用されなくなります。"</string>
    <string name="accessibility_service_warning_description" msgid="291674995220940133">"フル コントロールは、ユーザー補助機能を必要とするユーザーをサポートするアプリには適していますが、ほとんどのアプリには適していません。"</string>
    <string name="accessibility_service_screen_control_title" msgid="190017412626919776">"画面の表示と操作"</string>
    <string name="accessibility_service_screen_control_description" msgid="6946315917771791525">"画面上のすべてのコンテンツを読み取り、他のアプリでコンテンツを表示することができます。"</string>
    <string name="accessibility_service_action_perform_title" msgid="779670378951658160">"操作の表示と実行"</string>
    <string name="accessibility_service_action_perform_description" msgid="2718852014003170558">"アプリやハードウェア センサーの操作を記録したり、自動的にアプリを操作したりできます。"</string>
    <string name="accessibility_dialog_button_allow" msgid="2092558122987144530">"許可"</string>
    <string name="accessibility_dialog_button_deny" msgid="4129575637812472671">"許可しない"</string>
    <string name="accessibility_select_shortcut_menu_title" msgid="6002726538854613272">"使用を開始する機能をタップ:"</string>
    <string name="accessibility_edit_shortcut_menu_button_title" msgid="239446795930436325">"ユーザー補助機能ボタンで使用する機能の選択"</string>
    <string name="accessibility_edit_shortcut_menu_volume_title" msgid="1077294237378645981">"音量ボタンのショートカットで使用する機能の選択"</string>
    <string name="accessibility_uncheck_legacy_item_warning" msgid="8047830891064817447">"<xliff:g id="SERVICE_NAME">%s</xliff:g> はオフになっています"</string>
    <string name="edit_accessibility_shortcut_menu_button" msgid="8885752738733772935">"ショートカットの編集"</string>
    <string name="done_accessibility_shortcut_menu_button" msgid="3668407723770815708">"完了"</string>
    <string name="disable_accessibility_shortcut" msgid="5806091378745232383">"ショートカットを OFF にする"</string>
    <string name="leave_accessibility_shortcut_on" msgid="6543362062336990814">"ショートカットを使用"</string>
    <string name="color_inversion_feature_name" msgid="326050048927789012">"色反転"</string>
    <string name="color_correction_feature_name" msgid="3655077237805422597">"色補正"</string>
    <string name="accessibility_shortcut_enabling_service" msgid="5473495203759847687">"音量ボタンを長押ししました。<xliff:g id="SERVICE_NAME">%1$s</xliff:g> が ON になりました。"</string>
    <string name="accessibility_shortcut_disabling_service" msgid="8675244165062700619">"音量ボタンを長押ししました。<xliff:g id="SERVICE_NAME">%1$s</xliff:g> が OFF になりました。"</string>
    <string name="accessibility_shortcut_spoken_feedback" msgid="4228997042855695090">"<xliff:g id="SERVICE_NAME">%1$s</xliff:g> を使用するには、音量大と音量小の両方のボタンを 3 秒間長押ししてください"</string>
    <string name="accessibility_button_prompt_text" msgid="8343213623338605305">"ユーザー補助機能ボタンをタップした場合に使用する機能を選択してください。"</string>
    <string name="accessibility_gesture_prompt_text" msgid="8742535972130563952">"ユーザー補助操作(2 本の指で画面の下から上にスワイプ)で使用する機能を選択してください。"</string>
    <string name="accessibility_gesture_3finger_prompt_text" msgid="5211827854510660203">"ユーザー補助操作(3 本の指で画面の下から上にスワイプ)で使用する機能を選択してください。"</string>
    <string name="accessibility_button_instructional_text" msgid="8853928358872550500">"機能を切り替えるには、ユーザー補助機能ボタンを長押しします。"</string>
    <string name="accessibility_gesture_instructional_text" msgid="9196230728837090497">"機能を切り替えるには、2 本の指で上にスワイプしたまま長押しします。"</string>
    <string name="accessibility_gesture_3finger_instructional_text" msgid="3425123684990193765">"機能を切り替えるには、3 本の指で上にスワイプしたまま長押しします。"</string>
    <string name="accessibility_magnification_chooser_text" msgid="1502075582164931596">"拡大"</string>
    <string name="user_switched" msgid="7249833311585228097">"現在のユーザーは<xliff:g id="NAME">%1$s</xliff:g>です。"</string>
    <string name="user_switching_message" msgid="1912993630661332336">"<xliff:g id="NAME">%1$s</xliff:g>に切り替えています…"</string>
    <string name="user_logging_out_message" msgid="7216437629179710359">"<xliff:g id="NAME">%1$s</xliff:g> をログアウトしています…"</string>
    <string name="owner_name" msgid="8713560351570795743">"所有者"</string>
    <string name="error_message_title" msgid="4082495589294631966">"エラー"</string>
    <string name="error_message_change_not_allowed" msgid="843159705042381454">"この変更は管理者によって許可されていません"</string>
    <string name="app_not_found" msgid="3429506115332341800">"この操作を行うアプリが見つかりません"</string>
    <string name="revoke" msgid="5526857743819590458">"取り消し"</string>
    <string name="mediasize_iso_a0" msgid="7039061159929977973">"ISO A0"</string>
    <string name="mediasize_iso_a1" msgid="4063589931031977223">"ISO A1"</string>
    <string name="mediasize_iso_a2" msgid="2779860175680233980">"ISO A2"</string>
    <string name="mediasize_iso_a3" msgid="3683469257246970630">"ISO A3"</string>
    <string name="mediasize_iso_a4" msgid="752903572302658845">"ISO A4"</string>
    <string name="mediasize_iso_a5" msgid="3020439171949376572">"ISO A5"</string>
    <string name="mediasize_iso_a6" msgid="6503671662530738180">"ISO A6"</string>
    <string name="mediasize_iso_a7" msgid="8488649018955763878">"ISO A7"</string>
    <string name="mediasize_iso_a8" msgid="3380506944389571030">"ISO A8"</string>
    <string name="mediasize_iso_a9" msgid="7000627318995334730">"ISO A9"</string>
    <string name="mediasize_iso_a10" msgid="4091511972200388310">"ISO A10"</string>
    <string name="mediasize_iso_b0" msgid="2057859571254103889">"ISO B0"</string>
    <string name="mediasize_iso_b1" msgid="4931975244795236924">"ISO B1"</string>
    <string name="mediasize_iso_b2" msgid="4701978611340339483">"ISO B2"</string>
    <string name="mediasize_iso_b3" msgid="3509735449039761603">"ISO B3"</string>
    <string name="mediasize_iso_b4" msgid="486628178454656526">"ISO B4"</string>
    <string name="mediasize_iso_b5" msgid="2507554073053511267">"ISO B5"</string>
    <string name="mediasize_iso_b6" msgid="344189428571954711">"ISO B6"</string>
    <string name="mediasize_iso_b7" msgid="7266158663658064799">"ISO B7"</string>
    <string name="mediasize_iso_b8" msgid="5229204010533786299">"ISO B8"</string>
    <string name="mediasize_iso_b9" msgid="2925910409602493256">"ISO B9"</string>
    <string name="mediasize_iso_b10" msgid="8590530019536996218">"ISO B10"</string>
    <string name="mediasize_iso_c0" msgid="6504734131385460314">"ISO C0"</string>
    <string name="mediasize_iso_c1" msgid="1751671704929443684">"ISO C1"</string>
    <string name="mediasize_iso_c2" msgid="2935473413647925667">"ISO C2"</string>
    <string name="mediasize_iso_c3" msgid="6835637985527663396">"ISO C3"</string>
    <string name="mediasize_iso_c4" msgid="3000965043023118958">"ISO C4"</string>
    <string name="mediasize_iso_c5" msgid="3846339505379333795">"ISO C5"</string>
    <string name="mediasize_iso_c6" msgid="8663097559661858303">"ISO C6"</string>
    <string name="mediasize_iso_c7" msgid="4469290754678239705">"ISO C7"</string>
    <string name="mediasize_iso_c8" msgid="1949330679635319183">"ISO C8"</string>
    <string name="mediasize_iso_c9" msgid="3716843356839880581">"ISO C9"</string>
    <string name="mediasize_iso_c10" msgid="2113667674722450076">"ISO C10"</string>
    <string name="mediasize_na_letter" msgid="1947253006814499213">"レター"</string>
    <string name="mediasize_na_gvrnmt_letter" msgid="4056220626420245955">"ガバメントレター"</string>
    <string name="mediasize_na_legal" msgid="8356233803828931150">"リーガル"</string>
    <string name="mediasize_na_junior_legal" msgid="3398084874757748531">"ジュニアリーガル"</string>
    <string name="mediasize_na_ledger" msgid="1819497882853940248">"レジャー"</string>
    <string name="mediasize_na_tabloid" msgid="6792611672983574375">"タブロイド"</string>
    <string name="mediasize_na_index_3x5" msgid="990821038991491710">"インデックスカード3x5"</string>
    <string name="mediasize_na_index_4x6" msgid="4414381976602032401">"インデックスカード4x6"</string>
    <string name="mediasize_na_index_5x8" msgid="4499341583361946948">"インデックスカード5x8"</string>
    <string name="mediasize_na_monarch" msgid="4396943937986136896">"モナーク"</string>
    <string name="mediasize_na_quarto" msgid="2119101847712239885">"クォート"</string>
    <string name="mediasize_na_foolscap" msgid="5011612828564394648">"フールスキャップ"</string>
    <string name="mediasize_chinese_roc_8k" msgid="411670106572707544">"ROC 8K"</string>
    <string name="mediasize_chinese_roc_16k" msgid="7496706798725321898">"ROC 16K"</string>
    <string name="mediasize_chinese_prc_1" msgid="946949835711037253">"PRC 1"</string>
    <string name="mediasize_chinese_prc_2" msgid="4704308592895046237">"PRC 2"</string>
    <string name="mediasize_chinese_prc_3" msgid="1082996050478581675">"PRC 3"</string>
    <string name="mediasize_chinese_prc_4" msgid="7865122849174932948">"PRC 4"</string>
    <string name="mediasize_chinese_prc_5" msgid="852020506971633186">"PRC 5"</string>
    <string name="mediasize_chinese_prc_6" msgid="3399567254628077606">"PRC 6"</string>
    <string name="mediasize_chinese_prc_7" msgid="2804330751361491000">"PRC 7"</string>
    <string name="mediasize_chinese_prc_8" msgid="7988760621340084314">"PRC 8"</string>
    <string name="mediasize_chinese_prc_9" msgid="90266288020939533">"PRC 9"</string>
    <string name="mediasize_chinese_prc_10" msgid="7721316829399772162">"PRC 10"</string>
    <string name="mediasize_chinese_prc_16k" msgid="7471455177845043180">"PRC 16K"</string>
    <string name="mediasize_chinese_om_pa_kai" msgid="6305242012782587594">"Pa Kai"</string>
    <string name="mediasize_chinese_om_dai_pa_kai" msgid="8133982147973309032">"Dai Pa Kai"</string>
    <string name="mediasize_chinese_om_jurro_ku_kai" msgid="5888548906612445289">"Jurro Ku Kai"</string>
    <string name="mediasize_japanese_jis_b10" msgid="6761433476186549691">"JIS B10"</string>
    <string name="mediasize_japanese_jis_b9" msgid="6011047111717561836">"JIS B9"</string>
    <string name="mediasize_japanese_jis_b8" msgid="1541865115368043069">"JIS B8"</string>
    <string name="mediasize_japanese_jis_b7" msgid="8300341273885698803">"JIS B7"</string>
    <string name="mediasize_japanese_jis_b6" msgid="4329528623016980657">"JIS B6"</string>
    <string name="mediasize_japanese_jis_b5" msgid="7340334955358311979">"JIS B5"</string>
    <string name="mediasize_japanese_jis_b4" msgid="7403538361394953235">"JIS B4"</string>
    <string name="mediasize_japanese_jis_b3" msgid="9024287678505132047">"JIS B3"</string>
    <string name="mediasize_japanese_jis_b2" msgid="5151340021154579154">"JIS B2"</string>
    <string name="mediasize_japanese_jis_b1" msgid="2709589944170908250">"JIS B1"</string>
    <string name="mediasize_japanese_jis_b0" msgid="1209735840926222618">"JIS B0"</string>
    <string name="mediasize_japanese_jis_exec" msgid="2137738196058117115">"JIS Exec"</string>
    <string name="mediasize_japanese_chou4" msgid="2533204016634398713">"長4"</string>
    <string name="mediasize_japanese_chou3" msgid="5976745918096025459">"長3"</string>
    <string name="mediasize_japanese_chou2" msgid="6841260581434101675">"長2"</string>
    <string name="mediasize_japanese_hagaki" msgid="2112968853810337326">"はがき"</string>
    <string name="mediasize_japanese_oufuku" msgid="1575013107082530108">"往復"</string>
    <string name="mediasize_japanese_kahu" msgid="7290232592648122042">"Kahu"</string>
    <string name="mediasize_japanese_kaku2" msgid="7477551750461028312">"角2"</string>
    <string name="mediasize_japanese_you4" msgid="5552111912684384833">"洋4"</string>
    <string name="mediasize_unknown_portrait" msgid="3817016220446495613">"縦向き不明"</string>
    <string name="mediasize_unknown_landscape" msgid="1584741567225095325">"横向き不明"</string>
    <string name="write_fail_reason_cancelled" msgid="2344081488493969190">"キャンセルされました"</string>
    <string name="write_fail_reason_cannot_write" msgid="432118118378451508">"コンテンツの書き込み中にエラーが発生しました"</string>
    <string name="reason_unknown" msgid="5599739807581133337">"不明"</string>
    <string name="reason_service_unavailable" msgid="5288405248063804713">"印刷サービスが有効ではありません"</string>
    <string name="print_service_installed_title" msgid="6134880817336942482">"「<xliff:g id="NAME">%s</xliff:g>」サービスがインストールされました"</string>
    <string name="print_service_installed_message" msgid="7005672469916968131">"有効にするにはタップしてください"</string>
    <string name="restr_pin_enter_admin_pin" msgid="1199419462726962697">"管理者 PIN の入力"</string>
    <string name="restr_pin_enter_pin" msgid="373139384161304555">"PINを入力"</string>
    <string name="restr_pin_incorrect" msgid="3861383632940852496">"間違っています"</string>
    <string name="restr_pin_enter_old_pin" msgid="7537079094090650967">"現在のPIN"</string>
    <string name="restr_pin_enter_new_pin" msgid="3267614461844565431">"新しいPIN"</string>
    <string name="restr_pin_confirm_pin" msgid="7143161971614944989">"新しいPINの確認"</string>
    <string name="restr_pin_create_pin" msgid="917067613896366033">"制限を変更するためのPINを作成してください"</string>
    <string name="restr_pin_error_doesnt_match" msgid="7063392698489280556">"PINが一致しません。もう一度お試しください。"</string>
    <string name="restr_pin_error_too_short" msgid="1547007808237941065">"PINが短すぎます。4桁以上にしてください。"</string>
    <plurals name="restr_pin_countdown" formatted="false" msgid="4427486903285216153">
      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g>秒後にもう一度お試しください</item>
      <item quantity="one">1秒後にもう一度お試しください</item>
    </plurals>
    <string name="restr_pin_try_later" msgid="5897719962541636727">"しばらくしてから再試行"</string>
    <string name="immersive_cling_title" msgid="2307034298721541791">"全画面表示"</string>
    <string name="immersive_cling_description" msgid="7092737175345204832">"終了するには、上から下にスワイプします。"</string>
    <string name="immersive_cling_positive" msgid="7047498036346489883">"OK"</string>
    <string name="done_label" msgid="7283767013231718521">"完了"</string>
    <string name="hour_picker_description" msgid="5153757582093524635">"円形スライダー(時)"</string>
    <string name="minute_picker_description" msgid="9029797023621927294">"円形スライダー(分)"</string>
    <string name="select_hours" msgid="5982889657313147347">"時間を選択"</string>
    <string name="select_minutes" msgid="9157401137441014032">"分を選択"</string>
    <string name="select_day" msgid="2060371240117403147">"月と日を選択"</string>
    <string name="select_year" msgid="1868350712095595393">"年を選択"</string>
    <string name="deleted_key" msgid="9130083334943364001">"<xliff:g id="KEY">%1$s</xliff:g>を削除しました"</string>
    <string name="managed_profile_label_badge" msgid="6762559569999499495">"仕事の<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="managed_profile_label_badge_2" msgid="5673187309555352550">"2 番目の仕事用<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="managed_profile_label_badge_3" msgid="6882151970556391957">"3 番目の仕事用<xliff:g id="LABEL">%1$s</xliff:g>"</string>
    <string name="lock_to_app_unlock_pin" msgid="3890940811866290782">"オフライン再生を解除する前にPINの入力を求める"</string>
    <string name="lock_to_app_unlock_pattern" msgid="2694204070499712503">"画面固定を解除する前にロック解除パターンの入力を求める"</string>
    <string name="lock_to_app_unlock_password" msgid="9126722403506560473">"オフライン再生を解除する前にパスワードの入力を求める"</string>
    <string name="package_installed_device_owner" msgid="7035926868974878525">"管理者によりインストールされています"</string>
    <string name="package_updated_device_owner" msgid="7560272363805506941">"管理者により更新されています"</string>
    <string name="package_deleted_device_owner" msgid="2292335928930293023">"管理者により削除されています"</string>
    <string name="confirm_battery_saver" msgid="5247976246208245754">"OK"</string>
    <string name="battery_saver_description_with_learn_more" msgid="5997766757551917769">"電池を長持ちさせるためにバッテリー セーバーが行う操作:\n\n•ダークテーマをオンにする\n•バックグラウンド アクティビティ、一部の視覚効果や、「OK Google」などの機能をオフにする、または制限する\n\n"<annotation id="url">"詳細"</annotation></string>
    <string name="battery_saver_description" msgid="8587408568232177204">"電池を長持ちさせるためにバッテリー セーバーが行う操作:\n\n•ダークテーマをオンにする\n•バックグラウンド アクティビティ、一部の視覚効果や、「OK Google」などの機能をオフにする、または制限する"</string>
    <string name="data_saver_description" msgid="4995164271550590517">"データセーバーは、一部のアプリによるバックグラウンドでのデータ送受信を停止することでデータ使用量を抑制します。使用中のアプリからデータを送受信することはできますが、その頻度は低くなる場合があります。この影響として、たとえば画像はタップしないと表示されないようになります。"</string>
    <string name="data_saver_enable_title" msgid="7080620065745260137">"データセーバーを ON にしますか?"</string>
    <string name="data_saver_enable_button" msgid="4399405762586419726">"ON にする"</string>
    <plurals name="zen_mode_duration_minutes_summary" formatted="false" msgid="2877101784123058273">
      <item quantity="other">%1$d分間(<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>まで)</item>
      <item quantity="one">1分間(<xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>まで)</item>
    </plurals>
    <plurals name="zen_mode_duration_minutes_summary_short" formatted="false" msgid="4230730310318858312">
      <item quantity="other">%1$d分間(<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>まで)</item>
      <item quantity="one">1分間(<xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>まで)</item>
    </plurals>
    <plurals name="zen_mode_duration_hours_summary" formatted="false" msgid="7725354244196466758">
      <item quantity="other">%1$d 時間(<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>まで)</item>
      <item quantity="one">1 時間(<xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>まで)</item>
    </plurals>
    <plurals name="zen_mode_duration_hours_summary_short" formatted="false" msgid="588719069121765642">
      <item quantity="other">%1$d時間(<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>まで)</item>
      <item quantity="one">1時間(<xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g>まで)</item>
    </plurals>
    <plurals name="zen_mode_duration_minutes" formatted="false" msgid="1148568456958944998">
      <item quantity="other">%d分</item>
      <item quantity="one">1分</item>
    </plurals>
    <plurals name="zen_mode_duration_minutes_short" formatted="false" msgid="2742377799995454859">
      <item quantity="other">%d分間</item>
      <item quantity="one">1分間</item>
    </plurals>
    <plurals name="zen_mode_duration_hours" formatted="false" msgid="525401855645490022">
      <item quantity="other">%d 時間</item>
      <item quantity="one">1 時間</item>
    </plurals>
    <plurals name="zen_mode_duration_hours_short" formatted="false" msgid="7644653189680911640">
      <item quantity="other">%d時間</item>
      <item quantity="one">1時間</item>
    </plurals>
    <string name="zen_mode_until" msgid="2250286190237669079">"<xliff:g id="FORMATTEDTIME">%1$s</xliff:g>まで"</string>
    <string name="zen_mode_alarm" msgid="7046911727540499275">"<xliff:g id="FORMATTEDTIME">%1$s</xliff:g>(次のアラーム)まで"</string>
    <string name="zen_mode_forever" msgid="740585666364912448">"自分が OFF にするまで"</string>
    <string name="zen_mode_forever_dnd" msgid="3423201955704180067">"サイレント モードを OFF にするまで"</string>
    <string name="zen_mode_rule_name_combination" msgid="7174598364351313725">"<xliff:g id="FIRST">%1$s</xliff:g>/<xliff:g id="REST">%2$s</xliff:g>"</string>
    <string name="toolbar_collapse_description" msgid="8009920446193610996">"折りたたむ"</string>
    <string name="zen_mode_feature_name" msgid="3785547207263754500">"サイレント モード"</string>
    <string name="zen_mode_downtime_feature_name" msgid="5886005761431427128">"ダウンタイム"</string>
    <string name="zen_mode_default_weeknights_name" msgid="7902108149994062847">"平日の夜"</string>
    <string name="zen_mode_default_weekends_name" msgid="4707200272709377930">"週末"</string>
    <string name="zen_mode_default_events_name" msgid="2280682960128512257">"予定"</string>
    <string name="zen_mode_default_every_night_name" msgid="1467765312174275823">"睡眠中"</string>
    <string name="muted_by" msgid="91464083490094950">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> により一部の音はミュートに設定"</string>
    <string name="system_error_wipe_data" msgid="5910572292172208493">"デバイスで内部的な問題が発生しました。データが初期化されるまで不安定になる可能性があります。"</string>
    <string name="system_error_manufacturer" msgid="703545241070116315">"デバイスで内部的な問題が発生しました。詳しくはメーカーにお問い合わせください。"</string>
    <string name="stk_cc_ussd_to_dial" msgid="3139884150741157610">"USSD リクエストは通常の通話に変更されました"</string>
    <string name="stk_cc_ussd_to_ss" msgid="4826846653052609738">"USSD リクエストは SS リクエストに変更されました"</string>
    <string name="stk_cc_ussd_to_ussd" msgid="8343001461299302472">"新しい USSD リクエストに変更されました"</string>
    <string name="stk_cc_ussd_to_dial_video" msgid="429118590323618623">"USSD リクエストはビデオ通話に変更されました"</string>
    <string name="stk_cc_ss_to_dial" msgid="4087396658768717077">"SS リクエストは通常の通話に変更されました"</string>
    <string name="stk_cc_ss_to_dial_video" msgid="1324194624384312664">"SS リクエストはビデオ通話に変更されました"</string>
    <string name="stk_cc_ss_to_ussd" msgid="8417905193112944760">"SS リクエストは USSD リクエストに変更されました"</string>
    <string name="stk_cc_ss_to_ss" msgid="132040645206514450">"新しい SS リクエストに変更されました"</string>
    <string name="notification_work_profile_content_description" msgid="5296477955677725799">"仕事用プロファイル"</string>
    <string name="notification_alerted_content_description" msgid="6139691253611265992">"アラートとして送信済み"</string>
    <string name="expand_button_content_description_collapsed" msgid="3873368935659010279">"展開"</string>
    <string name="expand_button_content_description_expanded" msgid="7484217944948667489">"折りたたむ"</string>
    <string name="expand_action_accessibility" msgid="1947657036871746627">"展開の切り替え"</string>
    <string name="usb_midi_peripheral_name" msgid="490523464968655741">"Android USB周辺機器ポート"</string>
    <string name="usb_midi_peripheral_manufacturer_name" msgid="7557148557088787741">"Android"</string>
    <string name="usb_midi_peripheral_product_name" msgid="2836276258480904434">"USB周辺機器ポート"</string>
    <string name="floating_toolbar_open_overflow_description" msgid="2260297653578167367">"その他のオプション"</string>
    <string name="floating_toolbar_close_overflow_description" msgid="3949818077708138098">"オーバーフローを閉じる"</string>
    <string name="maximize_button_text" msgid="4258922519914732645">"最大化"</string>
    <string name="close_button_text" msgid="10603510034455258">"閉じる"</string>
    <string name="notification_messaging_title_template" msgid="772857526770251989">"<xliff:g id="CONVERSATION_TITLE">%1$s</xliff:g>: <xliff:g id="SENDER_NAME">%2$s</xliff:g>"</string>
    <plurals name="selected_count" formatted="false" msgid="3946212171128200491">
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>件選択済み</item>
      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>件選択済み</item>
    </plurals>
    <string name="default_notification_channel_label" msgid="3697928973567217330">"カテゴリなし"</string>
    <string name="importance_from_user" msgid="2782756722448800447">"このような通知の重要度を設定します。"</string>
    <string name="importance_from_person" msgid="4235804979664465383">"関係するユーザーのため、この設定は重要です。"</string>
    <string name="notification_history_title_placeholder" msgid="7748630986182249599">"カスタムアプリ通知"</string>
    <string name="user_creation_account_exists" msgid="2239146360099708035">"<xliff:g id="APP">%1$s</xliff:g> が <xliff:g id="ACCOUNT">%2$s</xliff:g> で新しいユーザーを作成できるようにしますか?(このアカウントのユーザーはすでに存在します)"</string>
    <string name="user_creation_adding" msgid="7305185499667958364">"<xliff:g id="APP">%1$s</xliff:g> が <xliff:g id="ACCOUNT">%2$s</xliff:g> で新しいユーザーを作成できるようにしますか?"</string>
    <string name="language_selection_title" msgid="52674936078683285">"言語を追加"</string>
    <string name="country_selection_title" msgid="5221495687299014379">"地域設定"</string>
    <string name="search_language_hint" msgid="7004225294308793583">"言語名を入力"</string>
    <string name="language_picker_section_suggested" msgid="6556199184638990447">"言語の候補"</string>
    <string name="language_picker_section_all" msgid="1985809075777564284">"すべての言語"</string>
    <string name="region_picker_section_all" msgid="756441309928774155">"すべての地域"</string>
    <string name="locale_search_menu" msgid="6258090710176422934">"検索"</string>
    <string name="app_suspended_title" msgid="888873445010322650">"このアプリは使用できません"</string>
    <string name="app_suspended_default_message" msgid="6451215678552004172">"現在、<xliff:g id="APP_NAME_0">%1$s</xliff:g> は使用できません。このアプリの使用は [<xliff:g id="APP_NAME_1">%2$s</xliff:g>] で管理されています。"</string>
    <string name="app_suspended_more_details" msgid="211260942831587014">"詳細"</string>
    <string name="app_suspended_unsuspend_message" msgid="1665438589450555459">"アプリの一時停止を解除"</string>
    <string name="work_mode_off_title" msgid="5503291976647976560">"仕事用プロファイルの有効化"</string>
    <string name="work_mode_off_message" msgid="8417484421098563803">"仕事用のアプリ、通知、データなど、仕事用プロファイルの機能が ON になります"</string>
    <string name="work_mode_turn_on" msgid="3662561662475962285">"ON にする"</string>
    <string name="app_blocked_title" msgid="7353262160455028160">"アプリの利用不可"</string>
    <string name="app_blocked_message" msgid="542972921087873023">"現在 <xliff:g id="APP_NAME">%1$s</xliff:g> はご利用になれません。"</string>
    <string name="deprecated_target_sdk_message" msgid="5203207875657579953">"このアプリは以前のバージョンの Android 用に作成されており、正常に動作しない可能性があります。アップデートを確認するか、デベロッパーにお問い合わせください。"</string>
    <string name="deprecated_target_sdk_app_store" msgid="8456784048558808909">"アップデートを確認"</string>
    <string name="new_sms_notification_title" msgid="6528758221319927107">"新着メッセージがあります"</string>
    <string name="new_sms_notification_content" msgid="3197949934153460639">"表示するには SMS アプリを開きます"</string>
    <string name="profile_encrypted_title" msgid="9001208667521266472">"一部の機能が制限されることがあります"</string>
    <string name="profile_encrypted_detail" msgid="5279730442756849055">"仕事用プロファイル: ロック"</string>
    <string name="profile_encrypted_message" msgid="1128512616293157802">"タップしてプロファイルをロック解除"</string>
    <string name="usb_mtp_launch_notification_title" msgid="774319638256707227">"<xliff:g id="PRODUCT_NAME">%1$s</xliff:g> に接続しました"</string>
    <string name="usb_mtp_launch_notification_description" msgid="6942535713629852684">"タップしてファイルを表示"</string>
    <string name="pin_target" msgid="8036028973110156895">"固定"</string>
    <string name="pin_specific_target" msgid="7824671240625957415">"<xliff:g id="LABEL">%1$s</xliff:g> を固定"</string>
    <string name="unpin_target" msgid="3963318576590204447">"固定を解除"</string>
    <string name="unpin_specific_target" msgid="3859828252160908146">"<xliff:g id="LABEL">%1$s</xliff:g> の固定を解除"</string>
    <string name="app_info" msgid="6113278084877079851">"アプリ情報"</string>
    <string name="negative_duration" msgid="1938335096972945232">"−<xliff:g id="TIME">%1$s</xliff:g>"</string>
    <string name="demo_starting_message" msgid="6577581216125805905">"デモを開始しています…"</string>
    <string name="demo_restarting_message" msgid="1160053183701746766">"デバイスをリセットしています…"</string>
    <string name="suspended_widget_accessibility" msgid="6331451091851326101">"停止済みの「<xliff:g id="LABEL">%1$s</xliff:g>」"</string>
    <string name="conference_call" msgid="5731633152336490471">"グループ通話"</string>
    <string name="tooltip_popup_title" msgid="7863719020269945722">"ツールチップ"</string>
    <string name="app_category_game" msgid="4534216074910244790">"ゲーム"</string>
    <string name="app_category_audio" msgid="8296029904794676222">"音楽&オーディオ"</string>
    <string name="app_category_video" msgid="2590183854839565814">"映画&動画"</string>
    <string name="app_category_image" msgid="7307840291864213007">"写真&画像"</string>
    <string name="app_category_social" msgid="2278269325488344054">"ソーシャル&コミュニケーション"</string>
    <string name="app_category_news" msgid="1172762719574964544">"ニュース&雑誌"</string>
    <string name="app_category_maps" msgid="6395725487922533156">"地図&ナビ"</string>
    <string name="app_category_productivity" msgid="1844422703029557883">"仕事効率化"</string>
    <string name="device_storage_monitor_notification_channel" msgid="5164244565844470758">"デバイスのストレージ"</string>
    <string name="adb_debugging_notification_channel_tv" msgid="4764046459631031496">"USB デバッグ"</string>
    <string name="time_picker_hour_label" msgid="4208590187662336864">"時"</string>
    <string name="time_picker_minute_label" msgid="8307452311269824553">"分"</string>
    <string name="time_picker_header_text" msgid="9073802285051516688">"時刻の設定"</string>
    <string name="time_picker_input_error" msgid="8386271930742451034">"有効な時刻を入力してください"</string>
    <string name="time_picker_prompt_label" msgid="303588544656363889">"時刻を入力"</string>
    <string name="time_picker_text_input_mode_description" msgid="4761160667516611576">"時刻をテキストで入力するモードに切り替えます。"</string>
    <string name="time_picker_radial_mode_description" msgid="1222342577115016953">"時刻を時計で入力するモードに切り替えます。"</string>
    <string name="autofill_picker_accessibility_title" msgid="4425806874792196599">"自動入力のオプション"</string>
    <string name="autofill_save_accessibility_title" msgid="1523225776218450005">"保存して自動入力で使用"</string>
    <string name="autofill_error_cannot_autofill" msgid="6528827648643138596">"コンテンツを自動入力できません"</string>
    <string name="autofill_picker_no_suggestions" msgid="1076022650427481509">"自動入力の候補なし"</string>
    <plurals name="autofill_picker_some_suggestions" formatted="false" msgid="6651883186966959978">
      <item quantity="other">自動入力の候補 <xliff:g id="COUNT">%1$s</xliff:g> 件</item>
      <item quantity="one">自動入力の候補 1 件</item>
    </plurals>
    <string name="autofill_save_title" msgid="7719802414283739775"><b>"<xliff:g id="LABEL">%1$s</xliff:g>"</b>" に保存しますか?"</string>
    <string name="autofill_save_title_with_type" msgid="3002460014579799605">"<xliff:g id="TYPE">%1$s</xliff:g>を "<b>"<xliff:g id="LABEL">%2$s</xliff:g>"</b>" に保存しますか?"</string>
    <string name="autofill_save_title_with_2types" msgid="3783270967447869241">"<xliff:g id="TYPE_0">%1$s</xliff:g>、<xliff:g id="TYPE_1">%2$s</xliff:g>を "<b>"<xliff:g id="LABEL">%3$s</xliff:g>"</b>" に保存しますか?"</string>
    <string name="autofill_save_title_with_3types" msgid="6598228952100102578">"<xliff:g id="TYPE_0">%1$s</xliff:g>、<xliff:g id="TYPE_1">%2$s</xliff:g>、<xliff:g id="TYPE_2">%3$s</xliff:g>を "<b>"<xliff:g id="LABEL">%4$s</xliff:g>"</b>" に保存しますか?"</string>
    <string name="autofill_update_title" msgid="3630695947047069136"><b>"<xliff:g id="LABEL">%1$s</xliff:g>"</b>" で更新しますか?"</string>
    <string name="autofill_update_title_with_type" msgid="5264152633488495704">"<xliff:g id="TYPE">%1$s</xliff:g>を "<b>"<xliff:g id="LABEL">%2$s</xliff:g>"</b>" で更新しますか?"</string>
    <string name="autofill_update_title_with_2types" msgid="1797514386321086273">"<xliff:g id="TYPE_0">%1$s</xliff:g>、<xliff:g id="TYPE_1">%2$s</xliff:g>を "<b>"<xliff:g id="LABEL">%3$s</xliff:g>"</b>" で更新しますか?"</string>
    <string name="autofill_update_title_with_3types" msgid="1312232153076212291">"<xliff:g id="TYPE_0">%1$s</xliff:g>、<xliff:g id="TYPE_1">%2$s</xliff:g>、<xliff:g id="TYPE_2">%3$s</xliff:g>を "<b>"<xliff:g id="LABEL">%4$s</xliff:g>"</b>" で更新しますか?"</string>
    <string name="autofill_save_yes" msgid="8035743017382012850">"はい"</string>
    <string name="autofill_save_no" msgid="9212826374207023544">"いいえ"</string>
    <string name="autofill_save_notnow" msgid="2853932672029024195">"後で"</string>
    <string name="autofill_save_never" msgid="6821841919831402526">"なし"</string>
    <string name="autofill_update_yes" msgid="4608662968996874445">"更新"</string>
    <string name="autofill_continue_yes" msgid="7914985605534510385">"続行"</string>
    <string name="autofill_save_type_password" msgid="5624528786144539944">"パスワード"</string>
    <string name="autofill_save_type_address" msgid="3111006395818252885">"住所"</string>
    <string name="autofill_save_type_credit_card" msgid="3583795235862046693">"クレジット カード"</string>
    <string name="autofill_save_type_debit_card" msgid="3169397504133097468">"デビットカード"</string>
    <string name="autofill_save_type_payment_card" msgid="6555012156728690856">"支払いカード"</string>
    <string name="autofill_save_type_generic_card" msgid="1019367283921448608">"カード"</string>
    <string name="autofill_save_type_username" msgid="1018816929884640882">"ユーザー名"</string>
    <string name="autofill_save_type_email_address" msgid="1303262336895591924">"メールアドレス"</string>
    <string name="etws_primary_default_message_earthquake" msgid="8401079517718280669">"強い揺れに備えてください"</string>
    <string name="etws_primary_default_message_tsunami" msgid="5828171463387976279">"沿岸部の方はただちに高台へ避難してください"</string>
    <string name="etws_primary_default_message_earthquake_and_tsunami" msgid="4888224011071875068">"強い揺れと津波に注意してください"</string>
    <string name="etws_primary_default_message_test" msgid="4583367373909549421">"テスト用緊急速報メール"</string>
    <string name="notification_reply_button_accessibility" msgid="5235776156579456126">"返信"</string>
    <string name="etws_primary_default_message_others" msgid="7958161706019130739"></string>
    <string name="mmcc_authentication_reject" msgid="4891965994643876369">"音声を使用できない SIM です"</string>
    <string name="mmcc_imsi_unknown_in_hlr" msgid="227760698553988751">"音声に対応していない SIM です"</string>
    <string name="mmcc_illegal_ms" msgid="7509650265233909445">"音声を使用できない SIM です"</string>
    <string name="mmcc_illegal_me" msgid="6505557881889904915">"音声を使用できないスマートフォンです"</string>
    <string name="mmcc_authentication_reject_msim_template" msgid="4480853038909922153">"SIM <xliff:g id="SIMNUMBER">%d</xliff:g> を利用できません"</string>
    <string name="mmcc_imsi_unknown_in_hlr_msim_template" msgid="3688508325248599657">"SIM <xliff:g id="SIMNUMBER">%d</xliff:g> がプロビジョニングされていません"</string>
    <string name="mmcc_illegal_ms_msim_template" msgid="832644375774599327">"SIM <xliff:g id="SIMNUMBER">%d</xliff:g> を利用できません"</string>
    <string name="mmcc_illegal_me_msim_template" msgid="4802735138861422802">"SIM <xliff:g id="SIMNUMBER">%d</xliff:g> を利用できません"</string>
    <string name="popup_window_default_title" msgid="6907717596694826919">"ポップアップ ウィンドウ"</string>
    <string name="slice_more_content" msgid="3377367737876888459">"他 <xliff:g id="NUMBER">%1$d</xliff:g> 件"</string>
    <string name="shortcut_restored_on_lower_version" msgid="9206301954024286063">"アプリのバージョンがダウングレードされているか、このショートカットに対応していません"</string>
    <string name="shortcut_restore_not_supported" msgid="4763198938588468400">"このアプリはバックアップと復元に対応していないため、ショートカットを復元できませんでした"</string>
    <string name="shortcut_restore_signature_mismatch" msgid="579345304221605479">"アプリの署名が一致しないため、ショートカットを復元できませんでした"</string>
    <string name="shortcut_restore_unknown_issue" msgid="2478146134395982154">"ショートカットを復元できませんでした"</string>
    <string name="shortcut_disabled_reason_unknown" msgid="753074793553599166">"ショートカットは無効になっています"</string>
    <string name="harmful_app_warning_uninstall" msgid="6472912975664191772">"アンインストール"</string>
    <string name="harmful_app_warning_open_anyway" msgid="5963657791740211807">"開く"</string>
    <string name="harmful_app_warning_title" msgid="8794823880881113856">"有害なアプリが検出されました"</string>
    <string name="slices_permission_request" msgid="3677129866636153406">"「<xliff:g id="APP_0">%1$s</xliff:g>」が「<xliff:g id="APP_2">%2$s</xliff:g>」のスライスの表示をリクエストしています"</string>
    <string name="screenshot_edit" msgid="7408934887203689207">"編集"</string>
    <string name="volume_dialog_ringer_guidance_vibrate" msgid="2055927873175228519">"着信や通知をバイブレーションで知らせます"</string>
    <string name="volume_dialog_ringer_guidance_silent" msgid="1011246774949993783">"着信音と通知音をミュートします"</string>
    <string name="notification_channel_system_changes" msgid="2462010596920209678">"システムの変更"</string>
    <string name="notification_channel_do_not_disturb" msgid="7832584281883687653">"サイレント モード"</string>
    <string name="zen_upgrade_notification_visd_title" msgid="2001148984371968620">"新機能: サイレント モードでは通知が非表示になります"</string>
    <string name="zen_upgrade_notification_visd_content" msgid="3683314609114134946">"タップすると、詳細を確認して設定を変更できます。"</string>
    <string name="zen_upgrade_notification_title" msgid="8198167698095298717">"サイレント モードが変わりました"</string>
    <string name="zen_upgrade_notification_content" msgid="5228458567180124005">"タップしてブロック対象をご確認ください。"</string>
    <string name="notification_app_name_system" msgid="3045196791746735601">"システム"</string>
    <string name="notification_app_name_settings" msgid="9088548800899952531">"設定"</string>
    <string name="notification_appops_camera_active" msgid="8177643089272352083">"カメラ"</string>
    <string name="notification_appops_microphone_active" msgid="581333393214739332">"マイク"</string>
    <string name="notification_appops_overlay_active" msgid="5571732753262836481">"画面の他のアプリの上に重ねて表示"</string>
    <string name="dynamic_mode_notification_channel_name" msgid="2986926422100223328">"ルーティン モード情報の通知"</string>
    <string name="dynamic_mode_notification_title" msgid="9205715501274608016">"通常の充電を行う前に電池が切れる可能性があります"</string>
    <string name="dynamic_mode_notification_summary" msgid="4141614604437372157">"電池を長持ちさせるため、バッテリー セーバーが有効になりました"</string>
    <string name="battery_saver_notification_channel_name" msgid="3918243458067916913">"バッテリー セーバー"</string>
    <string name="battery_saver_off_notification_title" msgid="7637255960468032515">"バッテリー セーバーが OFF になりました"</string>
    <string name="battery_saver_charged_notification_summary" product="default" msgid="5544457317418624367">"スマートフォンが十分に充電されました。機能は制限されなくなりました。"</string>
    <string name="battery_saver_charged_notification_summary" product="tablet" msgid="4426317048139996888">"タブレットが十分に充電されました。機能は制限されなくなりました。"</string>
    <string name="battery_saver_charged_notification_summary" product="device" msgid="1031562417867646649">"デバイスが十分に充電されました。機能は制限されなくなりました。"</string>
    <string name="mime_type_folder" msgid="2203536499348787650">"フォルダ"</string>
    <string name="mime_type_apk" msgid="3168784749499623902">"Android アプリ"</string>
    <string name="mime_type_generic" msgid="4606589110116560228">"ファイル"</string>
    <string name="mime_type_generic_ext" msgid="9220220924380909486">"<xliff:g id="EXTENSION">%1$s</xliff:g> ファイル"</string>
    <string name="mime_type_audio" msgid="4933450584432509875">"オーディオ"</string>
    <string name="mime_type_audio_ext" msgid="2615491023840514797">"<xliff:g id="EXTENSION">%1$s</xliff:g> 音声"</string>
    <string name="mime_type_video" msgid="7071965726609428150">"動画"</string>
    <string name="mime_type_video_ext" msgid="185438149044230136">"<xliff:g id="EXTENSION">%1$s</xliff:g> 動画"</string>
    <string name="mime_type_image" msgid="2134307276151645257">"画像"</string>
    <string name="mime_type_image_ext" msgid="5743552697560999471">"<xliff:g id="EXTENSION">%1$s</xliff:g> 画像"</string>
    <string name="mime_type_compressed" msgid="8737300936080662063">"アーカイブ"</string>
    <string name="mime_type_compressed_ext" msgid="4775627287994475737">"<xliff:g id="EXTENSION">%1$s</xliff:g> アーカイブ"</string>
    <string name="mime_type_document" msgid="3737256839487088554">"ドキュメント"</string>
    <string name="mime_type_document_ext" msgid="2398002765046677311">"<xliff:g id="EXTENSION">%1$s</xliff:g> ドキュメント"</string>
    <string name="mime_type_spreadsheet" msgid="8188407519131275838">"スプレッドシート"</string>
    <string name="mime_type_spreadsheet_ext" msgid="8720173181137254414">"<xliff:g id="EXTENSION">%1$s</xliff:g> スプレッドシート"</string>
    <string name="mime_type_presentation" msgid="1145384236788242075">"プレゼンテーション"</string>
    <string name="mime_type_presentation_ext" msgid="8761049335564371468">"<xliff:g id="EXTENSION">%1$s</xliff:g> プレゼンテーション"</string>
    <string name="bluetooth_airplane_mode_toast" msgid="2066399056595768554">"機内モードでも Bluetooth はオンのままになります"</string>
    <string name="car_loading_profile" msgid="8219978381196748070">"読み込んでいます"</string>
    <plurals name="file_count" formatted="false" msgid="7063513834724389247">
      <item quantity="other"><xliff:g id="FILE_NAME_2">%s</xliff:g>、他 <xliff:g id="COUNT_3">%d</xliff:g> ファイル</item>
      <item quantity="one"><xliff:g id="FILE_NAME_0">%s</xliff:g>、他 <xliff:g id="COUNT_1">%d</xliff:g> ファイル</item>
    </plurals>
    <string name="chooser_no_direct_share_targets" msgid="1511722103987329028">"おすすめの共有相手はいません"</string>
    <string name="chooser_all_apps_button_label" msgid="3230427756238666328">"アプリのリスト"</string>
    <string name="usb_device_resolve_prompt_warn" msgid="325871329788064199">"このアプリに録音権限は付与されていませんが、この USB デバイスから音声を収集できるようになります。"</string>
    <string name="accessibility_system_action_home_label" msgid="3234748160850301870">"ホーム"</string>
    <string name="accessibility_system_action_back_label" msgid="4205361367345537608">"戻る"</string>
    <string name="accessibility_system_action_recents_label" msgid="4782875610281649728">"最近使ったアプリ"</string>
    <string name="accessibility_system_action_notifications_label" msgid="6083767351772162010">"通知"</string>
    <string name="accessibility_system_action_quick_settings_label" msgid="4583900123506773783">"クイック設定"</string>
    <string name="accessibility_system_action_power_dialog_label" msgid="8095341821683910781">"電源ダイアログ"</string>
    <string name="accessibility_system_action_lock_screen_label" msgid="5484190691945563838">"ロック画面"</string>
    <string name="accessibility_system_action_screenshot_label" msgid="3581566515062741676">"スクリーンショット"</string>
    <string name="accessibility_system_action_accessibility_button_label" msgid="5941347017132886642">"画面上のユーザー補助のショートカット"</string>
    <string name="accessibility_system_action_accessibility_button_chooser_label" msgid="6973618519666227981">"画面上のユーザー補助のショートカットの選択メニュー"</string>
    <string name="accessibility_freeform_caption" msgid="8377519323496290122">"<xliff:g id="APP_NAME">%1$s</xliff:g> のキャプション バーです。"</string>
    <string name="as_app_forced_to_restricted_bucket" msgid="8233871289353898964">"<xliff:g id="PACKAGE_NAME">%1$s</xliff:g> は RESTRICTED バケットに移動しました。"</string>
    <string name="conversation_single_line_name_display" msgid="8958948312915255999">"<xliff:g id="SENDER_NAME">%1$s</xliff:g>:"</string>
    <string name="conversation_single_line_image_placeholder" msgid="6983271082911936900">"画像を送信しました"</string>
    <string name="conversation_title_fallback_one_to_one" msgid="1980753619726908614">"会話"</string>
    <string name="conversation_title_fallback_group_chat" msgid="456073374993104303">"グループの会話"</string>
    <string name="unread_convo_overflow" msgid="920517615597353833">"<xliff:g id="MAX_UNREAD_COUNT">%1$d</xliff:g>+"</string>
    <string name="resolver_personal_tab" msgid="2051260504014442073">"個人用"</string>
    <string name="resolver_work_tab" msgid="2690019516263167035">"仕事用"</string>
    <string name="resolver_personal_tab_accessibility" msgid="5739524949153091224">"個人用ビュー"</string>
    <string name="resolver_work_tab_accessibility" msgid="4753168230363802734">"仕事用ビュー"</string>
    <string name="resolver_cant_share_with_work_apps" msgid="637686613606502219">"仕事用アプリでこのコンテンツを共有することはできません"</string>
    <string name="resolver_cant_share_with_work_apps_explanation" msgid="3332302070341130545">"IT 管理者は、仕事用プロファイルのアプリでこのコンテンツを共有することを許可していません"</string>
    <string name="resolver_cant_access_work_apps" msgid="2455757966397563223">"仕事用アプリでこのコンテンツを開くことはできません"</string>
    <string name="resolver_cant_access_work_apps_explanation" msgid="3626983885525445790">"IT 管理者は、仕事用プロファイルのアプリでこのコンテンツを開くことを許可していません"</string>
    <string name="resolver_cant_share_with_personal_apps" msgid="3079139799233316203">"個人用アプリでこのコンテンツを共有することはできません"</string>
    <string name="resolver_cant_share_with_personal_apps_explanation" msgid="2959282422751315171">"IT 管理者は、個人用プロファイルのアプリでこのコンテンツを共有することを許可していません"</string>
    <string name="resolver_cant_access_personal_apps" msgid="648291604475669395">"個人用アプリでこのコンテンツを開くことはできません"</string>
    <string name="resolver_cant_access_personal_apps_explanation" msgid="2298773629302296519">"IT 管理者は、個人用プロファイルのアプリでこのコンテンツを開くことを許可していません"</string>
    <string name="resolver_turn_on_work_apps" msgid="884910835250037247">"仕事用プロファイルが一時停止しています"</string>
    <string name="resolver_switch_on_work" msgid="2873009160846966379">"ON にする"</string>
    <string name="resolver_no_work_apps_available_share" msgid="7933949011797699505">"このコンテンツに対応する仕事用アプリはありません"</string>
    <string name="resolver_no_work_apps_available_resolve" msgid="1244844292366099399">"このコンテンツを開くことができる仕事用アプリはありません"</string>
    <string name="resolver_no_personal_apps_available_share" msgid="5639102815174748732">"このコンテンツに対応する個人用アプリはありません"</string>
    <string name="resolver_no_personal_apps_available_resolve" msgid="5120671970531446978">"このコンテンツを開くことができる個人用アプリはありません"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_ENTRY" msgid="8050953231914637819">"SIM のネットワーク ロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_ENTRY" msgid="7164399703751688214">"SIM のネットワーク サブネットのロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_ENTRY" msgid="4447629474818217364">"SIM の企業ロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ENTRY" msgid="973059024670737358">"SIM のサービス プロバイダのロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_ENTRY" msgid="4487435301206073787">"SIM のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_ENTRY" msgid="768060297218652809">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ENTRY" msgid="7129527319490548930">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_ENTRY" msgid="2876126640607573252">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ENTRY" msgid="8952595089930109282">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_ENTRY" msgid="3013902515773728996">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_ENTRY" msgid="2974411408893410289">"RUIM の Network1 のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_ENTRY" msgid="687618528751880721">"RUIM の Network2 のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_ENTRY" msgid="6810596579655575381">"HRPD のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_ENTRY" msgid="2715929642540980259">"RUIM の企業ロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ENTRY" msgid="8557791623303951590">"RUIM のサービス プロバイダのロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_ENTRY" msgid="7382468767274580323">"RUIM のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_ENTRY" msgid="6730880791104286987">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_ENTRY" msgid="6432126539782267026">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_ENTRY" msgid="1730510161529488920">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ENTRY" msgid="3369885925003346830">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_ENTRY" msgid="9129139686191167829">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_ENTRY" msgid="2869929685874615358">"PUK を入力"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_ENTRY" msgid="1238663472392741771">"SPN のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_ENTRY" msgid="3988705848553894358">"SP Equivalent Home PLMN のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_ENTRY" msgid="6186770686690993200">"ICCID のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_ENTRY" msgid="7043865376145617024">"IMPI のロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_ENTRY" msgid="6144227308185112176">"ネットワーク サブセットのサービス プロバイダのロック解除 PIN"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_IN_PROGRESS" msgid="4233355366318061180">"SIM のネットワーク ロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_IN_PROGRESS" msgid="6742563947637715645">"SIM のネットワーク サブセットのロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_IN_PROGRESS" msgid="2033399698172403560">"SIM のサービス プロバイダのロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_IN_PROGRESS" msgid="4795977251920732254">"SIM の企業ロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_IN_PROGRESS" msgid="1090425878157254446">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_IN_PROGRESS" msgid="6476898876518094438">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_IN_PROGRESS" msgid="6006806734293747731">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_IN_PROGRESS" msgid="6546680489620881893">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_IN_PROGRESS" msgid="3506845511000727015">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_IN_PROGRESS" msgid="6709169861932992750">"SIM のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_IN_PROGRESS" msgid="4013870911606478520">"RUIM の Network1 のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_IN_PROGRESS" msgid="9032651188219523434">"RUIM の Network2 のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_IN_PROGRESS" msgid="6584576506344491207">"HRPD のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_IN_PROGRESS" msgid="830981927724888114">"RUIM のサービス プロバイダのロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_IN_PROGRESS" msgid="7851790973098894802">"RUIM の企業ロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_IN_PROGRESS" msgid="1149560739586960121">"SPN のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_IN_PROGRESS" msgid="5708964693522116025">"SP Equivalent Home PLMN のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_IN_PROGRESS" msgid="7288103122966483455">"ICCID のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_IN_PROGRESS" msgid="4036752174056147753">"IMPI のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_IN_PROGRESS" msgid="5089536274515338566">"ネットワーク サブセットのサービス プロバイダのロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_IN_PROGRESS" msgid="6737197986936251958">"RUIM のロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_IN_PROGRESS" msgid="5658767775619998623">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_IN_PROGRESS" msgid="665978313257653727">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_IN_PROGRESS" msgid="3857142652251836850">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_IN_PROGRESS" msgid="2695664012344346788">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_IN_PROGRESS" msgid="2695678959963807782">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_IN_PROGRESS" msgid="1230605365926493599">"PUK によるロック解除をリクエストしています…"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_ERROR" msgid="1924844017037151535">"SIM のネットワーク ロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_ERROR" msgid="3372797822292089708">"SIM のネットワーク サブセットのロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ERROR" msgid="1878443146720411381">"SIM のサービス プロバイダのロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_ERROR" msgid="7664778312218023192">"SIM の企業ロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_ERROR" msgid="2472944311643350302">"SIM のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_ERROR" msgid="828089694480999120">"RUIM の Network1 のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_ERROR" msgid="17619001007092511">"RUIM の Network2 のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_ERROR" msgid="807214229604353614">"HRPD のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_ERROR" msgid="8644184447744175747">"RUIM の企業ロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ERROR" msgid="3801002648649640407">"RUIM のサービス プロバイダのロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_ERROR" msgid="707397021218680753">"RUIM のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_ERROR" msgid="894358680773257820">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ERROR" msgid="352466878146726991">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_ERROR" msgid="7353389721907138671">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ERROR" msgid="2655263155490857920">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_ERROR" msgid="6903740900892931310">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_ERROR" msgid="5165901670447518687">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_ERROR" msgid="2856763216589267623">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_ERROR" msgid="817542684437829139">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ERROR" msgid="5178635064113393143">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_ERROR" msgid="5391587926974531008">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_ERROR" msgid="4895494864493315868">"PUK によるロック解除ができませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_ERROR" msgid="9017576601595353649">"SPN のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_ERROR" msgid="1116993930995545742">"SP Equivalent Home PLMN のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_ERROR" msgid="7559167306794441462">"ICCID のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_ERROR" msgid="2782926139511136588">"IMPI のロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_ERROR" msgid="1890493954453456758">"ネットワーク サブセットのサービス プロバイダのロック解除をリクエストできませんでした。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUCCESS" msgid="4886243367747126325">"SIM のネットワーク ロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_SUCCESS" msgid="4053809277733513987">"SIM のネットワーク サブセットをロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_SUCCESS" msgid="8249342930499801740">"SIM のサービス プロバイダをロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_SUCCESS" msgid="2339794542560381270">"SIM の企業ロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_SUCCESS" msgid="6975608174152828954">"SIM をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_SUCCESS" msgid="2846699261330463192">"RUIM の Network1 をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_SUCCESS" msgid="5335414726057102801">"RUIM の Network2 をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_SUCCESS" msgid="8868100318474971969">"HRPD のロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_SUCCESS" msgid="6020936629725666932">"RUIM のサービス プロバイダ ロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_SUCCESS" msgid="6944873647584595489">"RUIM の企業をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_SUCCESS" msgid="2526483514124121988">"RUIM をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_PUK_SUCCESS" msgid="7662200333621664621">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_SUCCESS" msgid="2861223407953766632">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_CORPORATE_PUK_SUCCESS" msgid="5345648571175243272">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_SUCCESS" msgid="3725278343103422466">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_SIM_PUK_SUCCESS" msgid="6998502547560297983">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK1_PUK_SUCCESS" msgid="8555433771162560361">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_NETWORK2_PUK_SUCCESS" msgid="3555767296933606232">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_HRPD_PUK_SUCCESS" msgid="6778051818199974237">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_CORPORATE_PUK_SUCCESS" msgid="4080108758498911429">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_SUCCESS" msgid="7873675303000794343">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_RUIM_RUIM_PUK_SUCCESS" msgid="1763198215069819523">"PUK によりロックを解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_SPN_SUCCESS" msgid="2053891977727320532">"SPN をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_SP_EHPLMN_SUCCESS" msgid="8146602361895007345">"SP Equivalent Home PLMN をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_ICCID_SUCCESS" msgid="8058678548991999545">"ICCID をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_IMPI_SUCCESS" msgid="2545608067978550571">"IMPI をロック解除しました。"</string>
    <string name="PERSOSUBSTATE_SIM_NS_SP_SUCCESS" msgid="4352382949744625007">"ネットワーク サブセットのサービス プロバイダをロック解除しました。"</string>
</resources>