Spaces:
Build error
Build error
File size: 140,508 Bytes
d46f4a3 |
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 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 |
achievement.acquireIron=金属を手に入れる
achievement.acquireIron.desc=鉄鉱石を精錬し、鉄を手に入れる
achievement.bakeCake=the cake is a lie
achievement.bakeCake.desc=小麦に砂糖、牛乳、それから卵!
achievement.blazeRod=炎の中へ
achievement.blazeRod.desc=ブレイズロッドを手に入れる
achievement.bookcase=司書
achievement.bookcase.desc=本棚を置いてエンチャントテーブルを強化する
achievement.breedCow=種の繁栄
achievement.breedCow.desc=小麦を使い2頭のウシを繁殖させる
achievement.buildBetterPickaxe=アップグレード
achievement.buildBetterPickaxe.desc=よりよいツルハシをつくる
achievement.buildFurnace=ホットトピック
achievement.buildFurnace.desc=丸石を8つ使い、かまどを作る
achievement.buildHoe=いざ農業!
achievement.buildHoe.desc=木材と棒を使い、木のクワを作る
achievement.buildPickaxe=いざ採掘!
achievement.buildPickaxe.desc=木材と棒を使い、木のツルハシを作る
achievement.buildSword=いざ突撃!
achievement.buildSword.desc=木材と棒を使い、剣を作る
achievement.buildWorkBench=土台作り
achievement.buildWorkBench.desc=木材を4つ使い、作業台を作る
achievement.cookFish=美味しい魚
achievement.cookFish.desc=魚を釣って焼く
achievement.diamonds=ダイヤモンド!
achievement.diamonds.desc=鉄の道具を使ってダイヤモンドを手に入れる
achievement.diamondsToYou=ダイヤモンドをあなたに!
achievement.diamondsToYou.desc=他のプレイヤーにダイヤモンドを投げる
achievement.enchantments=エンチャントの使い手
achievement.enchantments.desc=本、黒曜石、ダイヤモンドを使ってエンチャントテーブルを作る
achievement.exploreAllBiomes=冒険の時間
achievement.exploreAllBiomes.desc=全てのバイオームを発見する
achievement.flyPig=ブタさんの飛ぶ頃に
achievement.flyPig.desc=ブタに乗って崖から落ちる
achievement.fullBeacon=ビーコン使い
achievement.fullBeacon.desc=最大状態のビーコンを組み立てる
achievement.get=実績解除!
achievement.ghast=宛先不明
achievement.ghast.desc=火の玉をガストに打ち返す
achievement.killCow=牛転がし
achievement.killCow.desc=革を手に入れる
achievement.killEnemy=モンスターハンター
achievement.killEnemy.desc=モンスターを攻撃して倒す
achievement.killWither=はじまり。
achievement.killWither.desc=ウィザーを倒す
achievement.makeBread=パンを焼く
achievement.makeBread.desc=小麦をパンにする
achievement.mineWood=木を手に入れる
achievement.mineWood.desc=ブロックになるまで木を叩く
achievement.onARail=世界のトロッコから
achievement.onARail.desc=トロッコに乗って 出発地点から 1km以上 走行する
achievement.openInventory=所持品の確認
achievement.openInventory.desc=「%1$s」キーを押して持ち物をみる
achievement.overkill=やり過ぎ
achievement.overkill.desc=一撃でハート8個分のダメージを与える
achievement.overpowered=圧倒的な力
achievement.overpowered.desc=強い効果を持つリンゴを作成する
achievement.portal=さらなる深みへ
achievement.portal.desc=ネザーへのポータルを作る
achievement.potion=町の薬屋さん
achievement.potion.desc=ポーションを醸造する
achievement.requires=%1$s'が必要です
achievement.snipeSkeleton=スナイパー対決
achievement.snipeSkeleton.desc=50m以上離れたスケルトンを矢で倒す
achievement.spawnWither=はじまり?
achievement.spawnWither.desc=ウィザーを出現させる
achievement.taken=獲得済!
achievement.theEnd=おしまい?
achievement.theEnd.desc=ジ・エンドを見つける
achievement.theEnd2=おしまい。
achievement.theEnd2.desc=エンダードラゴンを倒す
achievement.unknown=???
addServer.add=完了
addServer.enterIp=サーバーアドレス
addServer.enterName=サーバー名
addServer.hideAddress=アドレスを隠す
addServer.resourcePack=サーバーリソースパック
addServer.resourcePack.disabled=無効
addServer.resourcePack.enabled=有効
addServer.resourcePack.prompt=プロンプト
addServer.title=サーバー情報の編集
advMode.allEntities="@e" を使用すると全てのエンティティを対象
advMode.allPlayers="@a"で全プレイヤーを対象
advMode.command=コンソールコマンド
advMode.nearestPlayer="@p"で最寄りのプレイヤーを指定
advMode.notAllowed=オペレーター権限のあるプレイヤーが、クリエイティブモードの場合のみ可能です
advMode.notEnabled=コマンドブロックは、このサーバー上では有効になっていません
advMode.previousOutput=前回の実行結果
advMode.randomPlayer="@r"でランダムなプレイヤーを指定
advMode.setCommand=コマンドブロックが実行するコンソールコマンド
advMode.setCommand.success=コマンドを設定しました: %s
attribute.modifier.plus.0=%2$s +%1$s
attribute.modifier.plus.1=%2$s +%1$s%%
attribute.modifier.plus.2=%2$s +%1$s%%
attribute.modifier.take.0=%2$s -%1$s
attribute.modifier.take.1=%2$s -%1$s%%
attribute.modifier.take.2=%2$s -%1$s%%
attribute.name.generic.attackDamage=攻撃力
attribute.name.generic.followRange=Mobの追跡範囲
attribute.name.generic.knockbackResistance=ノックバック耐性
attribute.name.generic.maxHealth=最大体力
attribute.name.generic.movementSpeed=移動速度
attribute.name.horse.jumpStrength=ウマの跳躍力
attribute.name.zombie.spawnReinforcements=ゾンビの増援
book.byAuthor=著者 %1$s
book.editTitle=本のタイトルを入力してください:
book.finalizeButton=署名して閉じる
book.finalizeWarning=注意!署名をすると、二度と編集できなくなります!
book.generation.0=オリジナル
book.generation.1=オリジナルのコピー
book.generation.2=コピーのコピー
book.generation.3=すり減った
book.pageIndicator=%1$s/%2$s ページ
book.signButton=署名
build.tooHigh=建築高度限界は %s ブロックです
chat.cannotSend=チャットメッセージを送信できません
chat.copy=クリップボードにコピー
chat.link.confirm=本当にこのウェブサイトを開きますか?
chat.link.confirmTrusted=このリンクをブラウザで開きますか? クリップボードにコピーしますか?
chat.link.open=ブラウザで開く
chat.link.warning=あなたが信頼していない人からのリンクは絶対に開かないで下さい!
chat.stream.emote=(%s) * %s %s
chat.stream.text=(%s) <%s> %s
chat.type.achievement=%s は %s の実績を取得した
chat.type.achievement.taken=%s は %s の実績を失った
chat.type.admin=[%s: %s]
chat.type.announcement=[%s] %s
chat.type.emote=* %s %s
chat.type.text=<%s> %s
commands.achievement.alreadyHave=プレイヤー %s は既に %s の実績を達成しています
commands.achievement.dontHave=プレイヤー %s は、%s の実績を達成していません
commands.achievement.give.success.all=%sに全ての実績を与えました
commands.achievement.give.success.one=%s に実績%sを与えました
commands.achievement.statTooLow=プレイヤー %s に %s の実績はありません
commands.achievement.take.success.all=%s は全ての実績を獲得しました
commands.achievement.take.success.one=%s の実績を %s が獲得しました
commands.achievement.unknownAchievement= '%s' は不明な実績または統計です
commands.achievement.usage=/achievement <give|take> <実績名|*> [プレイヤー]
commands.ban.failed=プレイヤー %s をBANできませんでした。
commands.ban.success=%s をBANしました
commands.ban.usage=/ban <プレイヤー名> [理由…]
commands.banip.invalid=無効なIPアドレスが入力されたか、プレイヤーがオンラインになっていません
commands.banip.success=IPアドレス "%s" をBANしました。
commands.banip.success.players=%s のIPアドレス %s をBANしました
commands.banip.usage=/ban-ip <IPアドレス|プレイヤー名> [理由...]
commands.banlist.ips=%s 個のIPアドレスがBANされています:
commands.banlist.players=%s 人のプレイヤーがBANされています:
commands.banlist.usage=/banlist [ips|プレイヤー名]
commands.blockdata.failed=データ タグは変更されませんでした: %s
commands.blockdata.notValid=対象のブロックはデータを持たないブロックです
commands.blockdata.outOfWorld=ワールドの範囲外のブロックは変更できません
commands.blockdata.success=ブロックの情報を更新しました: %s
commands.blockdata.tagError=データタグの解析に失敗しました: %s
commands.blockdata.usage=/blockdata <x> <y> <z> <データタグ>
commands.chunkinfo.compiled=チャンクが変更されました
commands.chunkinfo.data=最初の 64 の頂点: %s
commands.chunkinfo.empty=チャンクは空です
commands.chunkinfo.hasLayers=チャンクに層があります: %s
commands.chunkinfo.hasNoRenderableLayers=チャンクに描画可能なレイヤーがありません
commands.chunkinfo.isEmpty=チャンクに空の層があります: %s
commands.chunkinfo.location=チャンクの座標: (%s, %s, %s)
commands.chunkinfo.noChunk=チャンクが %s, %s, %s の位置に存在しません
commands.chunkinfo.notCompiled=チャンクは変更されませんでした
commands.chunkinfo.notEmpty=チャンクが空ではありません
commands.chunkinfo.usage=/chunkinfo [<x> <y> <z>]
commands.chunkinfo.vertices=%s 層のバッファーには %s 個の頂点が含まれています
commands.clear.failure=%s の持ち物欄にはアイテムがないので消去できません
commands.clear.success=%s の持ち物欄から、%s 個のアイテムを削除しました
commands.clear.tagError=データタグの解析に失敗しました: %s
commands.clear.testing=%s は %s 個の条件に一致するアイテムがあります
commands.clear.usage=/clear [プレイヤー] [アイテム] [データ値] [最大個数] [データタグ]
commands.clone.failed=複製したブロックはありません
commands.clone.noOverlap=コピー元とコピー先を重ねることができません
commands.clone.outOfWorld=ワールドの外にあるブロックにはアクセスできません
commands.clone.success=%s 個のブロックを複製しました
commands.clone.tooManyBlocks=指定した領域にあるブロックが多過ぎます (%s > %s)
commands.clone.usage=/clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [モード]
commands.compare.failed=比較元と比較先が同一です
commands.compare.outOfWorld=ワールドの外にあるブロックにはアクセスできません
commands.compare.success=%s 個のブロックを比較しました
commands.compare.tooManyBlocks=指定した領域にあるブロックが多過ぎます (%s > %s)
commands.compare.usage=/testforblocks <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [モード]
commands.debug.notStarted=開始されていないプロファイリングを停止することは出来ません!
commands.debug.start=デバッグ・プロファイリングを開始しました
commands.debug.stop=デバッグ・プロファイリングを %s 秒(%s ティック)後に停止します
commands.defaultgamemode.success=ワールドのデフォルトのゲームモードを %s にしました。
commands.defaultgamemode.usage=/defaultgamemode <モード>
commands.deop.failed=%sのOP権限を剥奪できませんでした
commands.deop.success=%s からオペレーター権を剥奪しました
commands.deop.usage=/deop <プレイヤー名>
commands.difficulty.success=ゲームの難易度を %s にしました
commands.difficulty.usage=/difficulty <新しい難易度>
commands.downfall.success=切り替えに成功しました
commands.downfall.usage=/toggledownfall
commands.effect.failure.notActive=%2$s は %1$s という効果を受けていないので除去することができませんでした
commands.effect.failure.notActive.all=%s はステータス効果を受けていないので除去することはできませんでした
commands.effect.notFound=ID %sというエフェクトはありません
commands.effect.success=%1$s (ID %2$s) レベル %3$s を %4$s へと %5$s 秒間与えました
commands.effect.success.removed=%1$s を %2$s から除去しました
commands.effect.success.removed.all=%s から全てのステータス効果を除去しました
commands.effect.usage=/effect <プレイヤー> <効果> [秒数] [強さ] [パーティクル表示]
commands.enchant.cantCombine=%1$s は %2$s と組み合わせることはできません
commands.enchant.cantEnchant=選択したエンチャントは対象のアイテムに付加できません
commands.enchant.noItem=その目標はアイテムを持っていません。
commands.enchant.notFound=ID %sに該当するエンチャントはありません
commands.enchant.success=エンチャントに成功しました
commands.enchant.usage=/enchant <プレーヤー> <エンチャントID> [レベル]
commands.entitydata.failed=データ タグは変更されませんでした: %s
commands.entitydata.noPlayers=%s はプレーヤーであるため変更できません
commands.entitydata.success=エンティティのデータを更新しました: %s
commands.entitydata.tagError=データタグの解析に失敗しました: %s
commands.entitydata.usage=/entitydata <エンティティ> <データタグ>
commands.execute.allInvocationsFailed=すべての呼び出しに失敗しました: '%s'
commands.execute.failed='%s' を %s に実行することに失敗しました
commands.execute.usage=/execute <エンティティ> <x> <y> <z> <コマンド> または /execute <エンティティ> <x> <y> <z> detect <x> <y> <z> <ブロック> <データ> <コマンド>
commands.fill.failed=ブロックを設置できません
commands.fill.outOfWorld=ワールドの範囲外にブロックを設置することはできません
commands.fill.success=%s 個のブロックで満たしました
commands.fill.tagError=データタグの解析に失敗しました: %s
commands.fill.tooManyBlocks=指定した領域にあるブロックが多過ぎます (%s > %s)
commands.fill.usage=/fill <x1> <y1> <z1> <x2> <y2> <z2> <ブロックID> [データ値] [元のブロックの処理] [データタグ]
commands.gamemode.success.other=%sのゲームモードを%sに変更しました
commands.gamemode.success.self=あなたのゲームモードを%sに変更しました
commands.gamemode.usage=/gamemode <モード> [プレイヤー名]
commands.gamerule.nopermission=サーバーの管理者のみが '%s' を変更できます
commands.gamerule.norule=ゲームルールに'%s'は指定できません
commands.gamerule.success=ゲームルールが更新されました
commands.gamerule.usage=/gamerule <ルール名> [値]
commands.generic.boolean.invalid='%s' は true/false のいずれでもありません
commands.generic.double.tooBig=入力した数値 (%s) は大きすぎます。%s 以下にしてください
commands.generic.double.tooSmall=入力した数値 (%s) は小さすぎます。%s 以上にしてください
commands.generic.entity.invalidType=エンティティの種類 '%s' は無効です
commands.generic.entity.invalidUuid=エンティティの提供するUUIDが無効な形式です
commands.generic.entity.notFound=エンティティが見つかりません
commands.generic.exception=コマンドを実行中に不明なエラーが発生しました
commands.generic.notFound=未知のコマンドです。/help でコマンドの一覧を確認してください
commands.generic.num.invalid='%s' は有効な数値ではありません
commands.generic.num.tooBig=入力した数値 (%s) では大きすぎます。%s 以下にしてください
commands.generic.num.tooSmall=入力した数値 (%s) では小さすぎます。%s 以上にしてください
commands.generic.parameter.invalid='%s' は無効なパラメータです
commands.generic.permission=このコマンドを実行する権限がありません
commands.generic.player.notFound=指定されたプレイヤーが見つかりません
commands.generic.syntax=無効なコマンドの構文
commands.generic.usage=使用法: %s
commands.give.notFound=ID %sに該当するアイテムはありません
commands.give.success=%s を %s 個 %s に与えました
commands.give.tagError=データタグの解析に失敗しました: %s
commands.give.usage=/give <プレイヤー> <アイテム> [量] [データ値] [データタグ]
commands.help.footer=ヒント:タブキーを押すとコマンドやオプションが自動補完されます
commands.help.header=--- ヘルプページの %s / %s ページを表示(/help <ページ番号>) ---
commands.help.usage=/help [ページ|コマンド名]
commands.kick.success=ゲームから %s をキックした
commands.kick.success.reason=ゲームから %s をキック: '%s'
commands.kick.usage=/kick <プレイヤー名> [理由...]
commands.kill.successful=%s をキルしました
commands.kill.usage=/kill [player|entity]
commands.me.usage=/me <アクション ...>
commands.message.display.incoming=%s にささやかれました: %s
commands.message.display.outgoing=%s にささやきました: %s
commands.message.sameTarget=自分自身にプライベートメッセージを送信することはできません!
commands.message.usage=/tell <プレイヤー> <プライベートメッセージ ...>
commands.op.failed=%sにOP権限を与えられませんでした
commands.op.success=%s にオペレーター権を付与しました
commands.op.usage=/op <プレイヤー名>
commands.particle.notFound=不明な効果です (%s)
commands.particle.success=効果 %s を %s 回発生させます
commands.particle.usage=/particle <名前> <x> <y> <z> <xd> <yd> <zd> <速さ> [回数] [モード]
commands.players.list=%s/%s のプレイヤーがオンラインです:
commands.players.usage=/list
commands.playsound.playerTooFar=プレイヤー %s は音の再生される場所から離れすぎています
commands.playsound.success= '%s' の音を %s の付近で再生しました
commands.playsound.usage=/playsound <音> <プレイヤー> [x] [y] [z] [音量] [ピッチ] [最小音量]
commands.publish.failed=ローカルゲームをホストできません
commands.publish.started=ポート %s でローカルゲームをホストしました
commands.publish.usage=/publish
commands.replaceitem.block.usage=/replaceitem block <x> <y> <z> <スロット> <アイテム> [量] [データ値] [データタグ]
commands.replaceitem.entity.usage=/replaceitem entity <対象> <スロット> <アイテム> [量] [データ値] [データタグ]
commands.replaceitem.failed=スロット%s を %s * %s に置き換えることができません
commands.replaceitem.noContainer=%s, %s, %s にあるブロックはコンテナではありません
commands.replaceitem.success=スロット %s を %s * %s と交換しました
commands.replaceitem.tagError=データタグの解析に失敗しました: %s
commands.replaceitem.usage=/replaceitem <entity|block> ...
commands.save-off.alreadyOff=保存は既に無効になっています。
commands.save-off.usage=/save-off
commands.save-on.alreadyOn=保存は既に有効になっています。
commands.save-on.usage=/save-on
commands.save.disabled=ワールドの自動保存を無効にしました
commands.save.enabled=ワールドの自動保存を有効にしました
commands.save.failed=保存に失敗しました: %s
commands.save.start=保存中…
commands.save.success=ワールドを保存しました
commands.save.usage=/save-all
commands.say.usage=/say <メッセージ>
commands.scoreboard.allMatchesFailed=全て一致しませんでした
commands.scoreboard.noMultiWildcard=1 ユーザーのみワイルドカードを使用できます
commands.scoreboard.objectiveNotFound='%s'ではオブジェクトは見つかりませんでした。
commands.scoreboard.objectiveReadOnly=オブジェクト'%s'は読み取り専用であり、設定することはできません。
commands.scoreboard.objectives.add.alreadyExists='%s'というオブジェクトは既に存在します
commands.scoreboard.objectives.add.displayTooLong='%s'という表示名はオブジェクトには長過ぎます。 オブジェクト名は最大で%s文字までです
commands.scoreboard.objectives.add.success=新しいオブジェクト'%s'を追加しました
commands.scoreboard.objectives.add.tooLong='%s'というオブジェクト名は長過ぎます。オブジェクト名の長さは最大で%s文字までです
commands.scoreboard.objectives.add.usage=/scoreboard objectives add <名前> <標準型> [表示名 ...]
commands.scoreboard.objectives.add.wrongType='%s'は無効なオブジェクト標準型です
commands.scoreboard.objectives.list.count=スコアボードの %s 個のオブジェクトを表示:
commands.scoreboard.objectives.list.empty=スコアボードにオブジェクトがありません
commands.scoreboard.objectives.list.entry=- %s: '%s'と表示され、型は'%s'です
commands.scoreboard.objectives.remove.success=オブジェクト'%s'を削除しました
commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <名前>
commands.scoreboard.objectives.setdisplay.invalidSlot='%s'というディスプレイスロットはありません
commands.scoreboard.objectives.setdisplay.successCleared=オブジェクトディスプレイスロット'%s'をクリアしました
commands.scoreboard.objectives.setdisplay.successSet=スロット'%s'のディスプレイオブジェクトは、'%s'にセットされました
commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <スロット> [オブジェクト]
commands.scoreboard.objectives.usage=/scoreboard objectives <list|add|remove|setdisplay> ...
commands.scoreboard.players.add.usage=/scoreboard players add <プレイヤー> <objective> <数値> [データタグ]
commands.scoreboard.players.enable.noTrigger=目標 %s はトリガーではありません
commands.scoreboard.players.enable.success=トリガー %s が %s に対して有効になりました
commands.scoreboard.players.enable.usage=/scoreboard players enable <プレイヤー> <trigger>
commands.scoreboard.players.list.count=選択された %s 人のプレイヤーをスコアボードに表示:
commands.scoreboard.players.list.empty=スコアボードには選択されたプレイヤーがいません
commands.scoreboard.players.list.player.count=選択された %s のオブジェクトを %s に表示:
commands.scoreboard.players.list.player.empty=プレイヤー%sのスコアの記録はありません
commands.scoreboard.players.list.usage=/scoreboard players list [名前]
commands.scoreboard.players.operation.invalidOperation=%s は無効な操作です
commands.scoreboard.players.operation.notFound=%s の %s を見つけたスコアがありません
commands.scoreboard.players.operation.success=操作は正常に適用されました
commands.scoreboard.players.operation.usage=/scoreboard players operation <targetName> <targetObjective> <operation> <selector> <objective>
commands.scoreboard.players.remove.usage=/scoreboard players add <プレイヤー> <objective> <数値> [データタグ]
commands.scoreboard.players.reset.success=プレイヤー%sのスコアを全てリセット
commands.scoreboard.players.reset.usage=/scoreboard players reset <プレイヤー> [objective]
commands.scoreboard.players.resetscore.success=スコア %s をプレイヤー %s からリセットしました
commands.scoreboard.players.set.success=プレイヤー%sの%sのための%sのスコアをセット
commands.scoreboard.players.set.tagError=データタグを解析できませんでした: %s
commands.scoreboard.players.set.tagMismatch=データタグが %s と一致しません
commands.scoreboard.players.set.usage=/scoreboard players set <プレイヤー> <objective> <score> [データタグ]
commands.scoreboard.players.test.failed=スコア %s は %s ~ %s の範囲にありません
commands.scoreboard.players.test.notFound=%s の %s を見つけたスコアがありません
commands.scoreboard.players.test.success=スコア %s は %s ~ %s の範囲内です
commands.scoreboard.players.test.usage=/scoreboard players test <プレイヤー> <目標> <min> <max>
commands.scoreboard.players.usage=/scoreboard players <set|add|remove|reset|list|enable|test|operation> ...
commands.scoreboard.teamNotFound='%s'ではチームが見つかりませんでした
commands.scoreboard.teams.add.alreadyExists='%s'というチーム名は既に存在します
commands.scoreboard.teams.add.displayTooLong='%s'というチーム名は長過ぎます。チーム名は最大で%s文字までです。
commands.scoreboard.teams.add.success=チーム'%s'を追加しました
commands.scoreboard.teams.add.tooLong='%s'というチーム名は長過ぎます。チーム名は最大で%s文字までです。
commands.scoreboard.teams.add.usage=/scoreboard teams add <名前> [表示名 ...]
commands.scoreboard.teams.empty.alreadyEmpty=チーム%sは既に空であり、存在しないプレイヤーは削除できません
commands.scoreboard.teams.empty.success=チーム%sから%sプレイヤーを全て削除しました
commands.scoreboard.teams.empty.usage=/scoreboard teams empty <チーム>
commands.scoreboard.teams.join.failure=%s人のプレイヤーをチーム %s に追加できませんでした: %s
commands.scoreboard.teams.join.success=%s人のプレイヤーをチーム %s に追加しました: %s
commands.scoreboard.teams.join.usage=/scoreboard teams join <チーム名> [プレイヤー]
commands.scoreboard.teams.leave.failure=%s人のプレイヤーを所属チーム%sから削除できませんでした
commands.scoreboard.teams.leave.noTeam=あなたはどのチームにも参加していません
commands.scoreboard.teams.leave.success=%s人のプレイヤーを所属チーム%sから削除しました
commands.scoreboard.teams.leave.usage=/scoreboard teams leave [プレイヤー]
commands.scoreboard.teams.list.count=%s チームをスコアボードに表示:
commands.scoreboard.teams.list.empty=スコアボードにチームが登録されていません
commands.scoreboard.teams.list.entry=- %1$s: '%2$s'は%3$sのプレイヤーをもっています
commands.scoreboard.teams.list.player.count=チーム %s の %s 人のプレイヤーを表示:
commands.scoreboard.teams.list.player.empty=チーム%sにはプレイヤーがいません
commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s)
commands.scoreboard.teams.list.usage=/scoreboard teams list [名前]
commands.scoreboard.teams.option.noValue=オプション %s の有効な値は:%s
commands.scoreboard.teams.option.success=チーム%sの設定%sを%sに設定しました
commands.scoreboard.teams.option.usage=/scoreboard teams option <チーム> <friendlyfire|color|seeFriendlyInvisibles|nametagVisibility|deathMessageVisibility> <値>
commands.scoreboard.teams.remove.success=チーム%sを削除しました
commands.scoreboard.teams.remove.usage=/scoreboard teams remove <チーム名>
commands.scoreboard.teams.usage=/scoreboard teams <list|add|remove|empty|join|leave|option> ...
commands.scoreboard.usage=/scoreboard <objectives|players|teams> ...
commands.seed.success=シード値: %s
commands.seed.usage=/seed
commands.setblock.failed=ブロックを配置できません
commands.setblock.noChange=そのブロックは設置できません
commands.setblock.notFound=%s というID/名前のブロックはありません
commands.setblock.outOfWorld=ワールドの範囲外にブロックを設置することはできません
commands.setblock.success=ブロックを設置しました
commands.setblock.tagError=データタグの解析に失敗しました: %s
commands.setblock.usage=/setblock <x> <y> <z> <ブロック名> [データ値] [oldBlockHandling] [データタグ]
commands.setidletimeout.success=無操作時のタイムアウトを%s分後に設定しました。
commands.setidletimeout.usage=/setidletimeout <キックまでの時間(分)>
commands.setworldspawn.success=(%s,%s,%s) にワールドのスポーンポイントを設定します
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.spawnpoint.success=%s のスポーン地点を (%s, %s, %s) に変更しました
commands.spawnpoint.usage=/spawnpoint [プレイヤー] [<x> <y> <z>]
commands.spreadplayers.failure.players=%s 名のプレイヤーを %s,%s の周りに散開させることはできませんでした (人数が多すぎます。最低 %s で散開させてみてください)
commands.spreadplayers.failure.teams=%s チームを %s,%s の周りに散開させることはできませんでした (人数が多すぎます。 %s 以下で散開させてみてください)
commands.spreadplayers.info.players=(%s 回繰り返した後、プレイヤー間の平均距離は %s ブロックになります)
commands.spreadplayers.info.teams=(%s 回繰り返した後、チーム間の平均距離は %s ブロックになります)
commands.spreadplayers.spreading.players=%s 人のプレイヤーを %s ブロックの範囲、%s,%s を中心とした場所に散開させます (プレイヤー間距離は最低 %s ブロック)
commands.spreadplayers.spreading.teams=%s チームを %s ブロックの範囲、%s,%s を中心とした場所に散開させます (プレイヤー間距離は最低 %s ブロック)
commands.spreadplayers.success.players=%s 人のプレイヤーを %s,%s の周りに散開させました
commands.spreadplayers.success.teams=%s チームを %s,%s の周りに散開させました
commands.spreadplayers.usage=/spreadplayers <x> <z> <散開距離> <最大範囲> <チーム全体への適用 true|false> <プレイヤー ...>
commands.stats.block.clear.usage=/stats block <x> <y> <z> clear <stat>
commands.stats.block.set.usage=/stats block <x> <y> <z> set <stat> <対象> <objective>
commands.stats.block.usage=/stats block <x> <y> <z> <モード> ...
commands.stats.cleared=%s のスコア情報を消去しました
commands.stats.entity.clear.usage=/stats entity <対象> clear <stat>
commands.stats.entity.set.usage=/stats entity <対象> set <stat> <対象> <objective>
commands.stats.entity.usage=/stats entity <対象> <モード>
commands.stats.failed=無効なパラメーターです
commands.stats.noCompatibleBlock=%s, %s, %s にあるブロックの統計情報は調べられません
commands.stats.success=%s の %s の %s におけるスコア情報を保存しました
commands.stats.usage=/stats <entity|block> ...
commands.stop.start=サーバーを停止しました
commands.stop.usage=/stop
commands.summon.failed=対象を召喚することができません
commands.summon.outOfWorld=ワールドの範囲外から召喚することはできません
commands.summon.success=対象の召喚に成功しました
commands.summon.tagError=データタグの解析に失敗しました: %s
commands.summon.usage=/summon <エンティティ名> [x] [y] [z] [データタグ]
commands.tellraw.jsonException=無効なjson: %s
commands.tellraw.usage=/tellraw <プレイヤー名><メッセージ>
commands.testfor.failure=%s は必要なデータ構造と一致しませんでした。
commands.testfor.success=%s が見つかりました
commands.testfor.tagError=データタグの解析に失敗しました: %s
commands.testfor.usage=/testfor <プレイヤー> [データタグ]
commands.testforblock.failed.data=%s,%s,%sにあるブロックには%sのデータ値を持っています (予想では%s)。
commands.testforblock.failed.nbt=%s,%s,%s にあるブロックは要求されたNBTキーを保有していませんでした。
commands.testforblock.failed.tile=%s,%s,%sのブロックは%sです (予想では%s)。
commands.testforblock.failed.tileEntity=%s,%s,%s にあるブロックはタイルエンティティではないため、タグマッチングを利用できません。
commands.testforblock.outOfWorld=ワールド外ではブロックのテストはできません
commands.testforblock.success=ブロックは%s, %s, %sに見つかりました。
commands.testforblock.usage=/testforblock <x> <y> <z> <タイル名> [データ値] [データタグ]
commands.time.added=時間を %s 早めました
commands.time.query=現在の時間は %s です
commands.time.set=現在時刻を%sに設定
commands.time.usage=/time <set|add|query> <数値>
commands.title.success=titleコマンドは正常に実行されました
commands.title.usage=/title <プレイヤー> <title|subtitle|clear|reset|times> ...
commands.title.usage.clear=/title <プレイヤー> clear|reset
commands.title.usage.times=/title <プレイヤー> times <フェードイン> <待機時間> <フェードアウト>
commands.title.usage.title=/title <プレイヤー> title|subtitle <raw json title>
commands.tp.notSameDimension=プレイヤーが同じマップ内に居ないためテレポートすることができません
commands.tp.success=%s から %s へワープしました
commands.tp.success.coordinates=%s は %s,%s,%s にテレポートしました
commands.tp.usage=/tp [対象のプレイヤー] <移動先のプレイヤー> OR /tp [対象のプレイヤー] <x> <y> <z> [<y-rot> <x-rot>]
commands.trigger.disabled=トリガー %s は有効ではありません
commands.trigger.invalidMode=無効なトリガーモード %s です
commands.trigger.invalidObjective=無効なトリガー名 %s です
commands.trigger.invalidPlayer=一人のプレイヤーのみが /trigger コマンドを使用できます
commands.trigger.success=トリガー %s により %s を %s に変更しました
commands.trigger.usage=/trigger <objective> <add|set> <値>
commands.unban.failed=プレイヤー %s のBANを解除できませんでした。
commands.unban.success=プレイヤー %s のアクセス禁止を解除しました
commands.unban.usage=/pardon <ブラックリストから削除するユーザー名>
commands.unbanip.invalid=IPアドレスが無効です
commands.unbanip.success=IPアドレス %s のBANが解除されました。
commands.unbanip.usage=/pardon-ip <IPアドレス>
commands.weather.clear=天気を晴れに変更します
commands.weather.rain=天気を雨に変更します
commands.weather.thunder=天気を雷雨に変更します
commands.weather.usage=/weather <clear|rain|thunder> [持続時間(単位:秒)]
commands.whitelist.add.failed=ホワイトリストに %s を追加できませんでした
commands.whitelist.add.success=%s をホワイトリストに追加しました
commands.whitelist.add.usage=/whitelist add <ホワイトリストに追加するプレイヤー名>
commands.whitelist.disabled=ホワイトリストを無効にしました
commands.whitelist.enabled=ホワイトリストを有効にしました
commands.whitelist.list=ホワイトリストには %s 人 (サーバー全体では %s 人) のプレイヤーがいます
commands.whitelist.reloaded=ホワイトリストを再読み込みしました
commands.whitelist.remove.failed=ホワイトリストから %s を削除出来ませんできませんでした
commands.whitelist.remove.success=%s をホワイトリストから削除しました
commands.whitelist.remove.usage=/whitelist remove <ホワイトリストから削除するプレイヤー名>
commands.whitelist.usage=/whitelist <on|off|list|add|remove|reload>
commands.worldborder.add.usage=/worldborder add <ブロック数> [秒数]
commands.worldborder.center.success=ワールドの中心を %s,%s に設定しました
commands.worldborder.center.usage=/worldborder center <x> <z>
commands.worldborder.damage.amount.success=ワールド境界外のダメージを1ブロックあたり %s に設定しました (元の設定: %s)
commands.worldborder.damage.amount.usage=/worldborder damage amount <1ブロック毎のダメージ>
commands.worldborder.damage.buffer.success=ワールド境界外の安全圏を %s ブロックに設定しました (元の設定: %s ブロック)
commands.worldborder.damage.buffer.usage=/worldborder damage buffer <ブロック数>
commands.worldborder.damage.usage=/worldborder damage <buffer|amount>
commands.worldborder.get.success=ワールドの境界は %s ブロック幅です
commands.worldborder.set.success=ワールドの境界を %s ブロックの幅に設定しました (元のブロック数: %s)
commands.worldborder.set.usage=/worldborder set <ブロック数> [秒数]
commands.worldborder.setSlowly.grow.success=ワールドの境界を %s ブロックの幅に拡大します (元のブロック数: %s) %s 秒後
commands.worldborder.setSlowly.shrink.success=ワールドの境界を %s ブロックの幅に縮小します (元のブロック数: %s) %s 秒後
commands.worldborder.usage=/worldborder <set|center|damage|warning|get> ...
commands.worldborder.warning.distance.success=ワールド境界の警告表示を %s ブロックの距離に設定しました (元の設定: %s ブロック)
commands.worldborder.warning.distance.usage=/worldborder warning distance <ブロック数>
commands.worldborder.warning.time.success=ワールド境界の警告表示時間を %s 秒に設定しました (元の設定: %s 秒)
commands.worldborder.warning.time.usage=/worldborder warning time <秒数>
commands.worldborder.warning.usage=/worldborder warning <time|distance>
commands.xp.failure.widthdrawXp=プレイヤーに負の経験値を与えることはできません
commands.xp.success=%sに経験値を%s追加しました
commands.xp.success.levels=%s レベルを %s に付与しました
commands.xp.success.negative.levels=%s レベルを %s から剥奪しました
commands.xp.usage=/xp <量> [プレイヤー] もしくは /xp <量>L [プレイヤー]
connect.authorizing=ログイン中...
connect.connecting=サーバーに接続中...
connect.failed=サーバーへの接続に失敗しました
container.beacon=ビーコン
container.brewing=醸造台
container.chest=チェスト
container.chestDouble=ラージチェスト
container.crafting=クラフト
container.creative=アイテムの選択
container.dispenser=ディスペンサー
container.dropper=ドロッパー
container.enchant=エンチャント
container.enchant.clue=%s . . . ?
container.enchant.lapis.many=ラピスラズリ %s個
container.enchant.lapis.one=ラピスラズリ 1個
container.enchant.level.many=%s エンチャントレベル
container.enchant.level.one=1 エンチャントレベル
container.enderchest=エンダーチェスト
container.furnace=かまど
container.hopper=ホッパー
container.inventory=インベントリ
container.isLocked=%s はロックされている!
container.minecart=トロッコ
container.repair=修繕・名付け
container.repair.cost=エンチャントのコスト: %1$s
container.repair.expensive=コストが高すぎます!
controls.reset=リセット
controls.resetAll=キー設定のリセット
controls.title=キー設定
createWorld.customize.custom.baseSize=奥行きベースサイズ
createWorld.customize.custom.biomeDepthOffset=バイオームの奥行きの偏り
createWorld.customize.custom.biomeDepthWeight=バイオームの奥行きのウェイト
createWorld.customize.custom.biomeScaleOffset=バイオームスケールの偏り
createWorld.customize.custom.biomeScaleWeight=バイオームスケールのウェイト
createWorld.customize.custom.biomeSize=バイオームのサイズ
createWorld.customize.custom.center=中心の高さ
createWorld.customize.custom.confirm1=現在の設定を上書きしてます
createWorld.customize.custom.confirm2=設定の復元はできません
createWorld.customize.custom.confirmTitle=警告!
createWorld.customize.custom.coordinateScale=スケール位置
createWorld.customize.custom.count=スポーン度
createWorld.customize.custom.defaults=既定値に戻す
createWorld.customize.custom.depthNoiseScaleExponent=奥行きノイズ指数
createWorld.customize.custom.depthNoiseScaleX=奥行きノイズスケール X
createWorld.customize.custom.depthNoiseScaleZ=奥行きノイズスケール Z
createWorld.customize.custom.dungeonChance=ダンジョンの数
createWorld.customize.custom.fixedBiome=バイオーム
createWorld.customize.custom.heightScale=高さスケール
createWorld.customize.custom.lavaLakeChance=溶岩湖の出現率
createWorld.customize.custom.lowerLimitScale=スケール下限
createWorld.customize.custom.mainNoiseScaleX=メインノイズスケール X
createWorld.customize.custom.mainNoiseScaleY=メインノイズスケール Y
createWorld.customize.custom.mainNoiseScaleZ=メインノイズスケール Z
createWorld.customize.custom.maxHeight=高さ上限
createWorld.customize.custom.minHeight=高さ下限
createWorld.customize.custom.next=次のページへ
createWorld.customize.custom.page0=基本設定
createWorld.customize.custom.page1=鉱石の設定
createWorld.customize.custom.page2=高度な設定 (上級ユーザーのみ!)
createWorld.customize.custom.page3=余分な高度な設定 (上級ユーザーのみ!)
createWorld.customize.custom.preset.caveChaos=混沌の洞窟
createWorld.customize.custom.preset.caveDelight=洞窟探検家の喜び
createWorld.customize.custom.preset.drought=日照り
createWorld.customize.custom.preset.goodLuck=グッドラック
createWorld.customize.custom.preset.isleLand=島の世界
createWorld.customize.custom.preset.mountains=山狂い
createWorld.customize.custom.preset.waterWorld=水世界
createWorld.customize.custom.presets=プリセット
createWorld.customize.custom.presets.title=ワールドプリセットをカスタマイズする
createWorld.customize.custom.prev=前のページへ
createWorld.customize.custom.randomize=ランダマイズ
createWorld.customize.custom.riverSize=川のサイズ
createWorld.customize.custom.seaLevel=海面の高さ
createWorld.customize.custom.size=スポーンサイズ
createWorld.customize.custom.spread=広がる高さ
createWorld.customize.custom.stretchY=高さ伸び
createWorld.customize.custom.upperLimitScale=スケール上限
createWorld.customize.custom.useCaves=洞窟
createWorld.customize.custom.useDungeons=ダンジョン
createWorld.customize.custom.useLavaLakes=マグマ溜まり
createWorld.customize.custom.useLavaOceans=マグマの海
createWorld.customize.custom.useMineShafts=廃坑
createWorld.customize.custom.useMonuments=海底遺跡
createWorld.customize.custom.useRavines=渓谷
createWorld.customize.custom.useStrongholds=要塞
createWorld.customize.custom.useTemples=ジャングルの寺院
createWorld.customize.custom.useVillages=村
createWorld.customize.custom.useWaterLakes=池
createWorld.customize.custom.waterLakeChance=池の出現率
createWorld.customize.flat.addLayer=レイヤーの追加
createWorld.customize.flat.editLayer=レイヤーの編集
createWorld.customize.flat.height=高さ
createWorld.customize.flat.layer=%s
createWorld.customize.flat.layer.bottom=最下層 - %s
createWorld.customize.flat.layer.top=最上層 - %s
createWorld.customize.flat.removeLayer=レイヤーの削除
createWorld.customize.flat.tile=地層の構成物
createWorld.customize.flat.title=スーパーフラットのカスタマイズ
createWorld.customize.presets=プリセット
createWorld.customize.presets.list=もしくは、次のプリセットから選んでください!
createWorld.customize.presets.select=プリセットを使用する
createWorld.customize.presets.share=プリセットを誰かと共有したいですか? この入力欄を使ってください!
createWorld.customize.presets.title=プリセットの選択
death.attack.anvil=%1$sは落下してきた金床に押しつぶされた
death.attack.arrow=%1$sは%2$sに射抜かれた
death.attack.arrow.item=%1$sは%2$sの%3$sで射抜かれた
death.attack.cactus=%1$sはサボテンに刺されて死んでしまった
death.attack.cactus.player=%1$sは%2$sから逃げようとしてサボテンにぶつかってしまった
death.attack.drown=%1$sは溺れ死んでしまった
death.attack.drown.player=%1$sは%2$sから逃れようとして溺れ死んでしまった
death.attack.explosion=%1$sは爆発に巻き込まれてしまった
death.attack.explosion.player=%1$sは%2$sに爆破されてしまった
death.attack.fall=%1$sは地面と強く激突してしまった
death.attack.fallingBlock=%1$sは落下してきたブロックに押しつぶされた
death.attack.fireball=%1$sは%2$sに火だるまにされた
death.attack.fireball.item=%1$sは%2$sの%3$sで火だるまにされた
death.attack.generic=%1$sは死んでしまった
death.attack.inFire=%1$sは炎に巻かれてしまった
death.attack.inFire.player=%1$sは%2$sと戦いながら火の中へ踏み入れてしまった
death.attack.inWall=%1$sは壁の中で窒息してしまった
death.attack.indirectMagic=%1$sは%2$sの魔法で殺された
death.attack.indirectMagic.item=%1$sは%2$sの%3$sで殺された
death.attack.lava=%1$sは溶岩遊泳を試みた
death.attack.lava.player=%1$sは%2$sから逃れようと溶岩遊泳を試みた
death.attack.lightningBolt=%1$s は雷に打たれた
death.attack.magic=%1$sは魔法で殺された
death.attack.mob=%1$sは%2$sに殺害された
death.attack.onFire=%1$sはこんがりと焼けてしまった
death.attack.onFire.player=%1$sは%2$sと戦いながらカリカリに焼けてしまった
death.attack.outOfWorld=%1$sは奈落の底へ落ちてしまった
death.attack.player=%1$sは%2$sに倒された
death.attack.player.item=%1$sは%2$sの%3$sで殺害された
death.attack.starve=%1$sは飢え死にしてしまった
death.attack.thorns=%1$sは%2$sを傷つけようとして殺された
death.attack.thrown=%1$sは%2$sによってぺしゃんこにされた
death.attack.thrown.item=%1$sは%2$sの%3$sでぺしゃんこにされた
death.attack.wither=%1$sは干からびてしまった
death.fell.accident.generic=%1$sは高い所から落ちた
death.fell.accident.ladder=%1&sは はしごから落ちた
death.fell.accident.vines=%1$sはツタから滑り落ちた
death.fell.accident.water=%1$sは水から落ちた
death.fell.assist=%1$sは%2$sに落とされる運命だった
death.fell.assist.item=%1$sは%2$sの%3$sで落とされる運命だった
death.fell.finish=%1$s は高いところから落下し、%2$s によってとどめを刺された
death.fell.finish.item=%1$s は高いところから落下し、%2$s の %3$s によってとどめを刺された
death.fell.killer=%1$sは落ちる運命だった
deathScreen.deleteWorld=ワールドを削除
deathScreen.hardcoreInfo=ハードコアモードではリスポーンできません!
deathScreen.leaveServer=サーバーから切断する
deathScreen.quit.confirm=終了してもよろしいですか?
deathScreen.respawn=リスポーン
deathScreen.score=スコア
deathScreen.title=死んでしまった!
deathScreen.title.hardcore=ゲームオーバー!
deathScreen.titleScreen=タイトル画面へ戻る
demo.day.1=トライアルバージョンでは5日間ご利用いただけます。頑張ってください!
demo.day.2=2日目
demo.day.3=3日目
demo.day.4=4日目
demo.day.5=今日が最終日です!
demo.day.6=5日目が終了しました。F2ボタンであなたの作品のスクリーンショットが撮れます。
demo.day.warning=もうすぐ時間切れです!
demo.demoExpired=時間切れです!
demo.help.buy=今すぐ購入!
demo.help.fullWrapped=このデモは、ゲーム内日数で5日(実時間で約1時間と40分)続きます。ヒントについては実績をチェック!楽しんでください!
demo.help.inventory=%1$sで所持品を確認できます
demo.help.jump=%1$sでジャンプします
demo.help.later=プレイを続行!
demo.help.movement=%1$s, %2$s, %3$s, %4$s とマウスで移動します
demo.help.movementMouse=マウスを使って見渡してください
demo.help.movementShort=%1$s、%2$s、%3$s、%4$sを押すと移動します
demo.help.title=Mnecraftデモ版
demo.remainingTime=残り時間:%s
demo.reminder=デモ版の期限が終了しました。ゲームを購入するか、新しくワールドを作成して下さい!
difficulty.lock.question=このワールドの難易度を固定しますか?設定後、このワールドの難易度は常に %1$s になり、以後再び変更する事は出来なくなります。
difficulty.lock.title=ワールドの難易度の固定
disconnect.closed=接続が終了しました
disconnect.disconnected=サーバーから切断されました
disconnect.endOfStream=接続が終了されました
disconnect.genericReason=%s
disconnect.kicked=ゲームからキックされました
disconnect.loginFailed=ログイン失敗
disconnect.loginFailedInfo=ログイン失敗: %s
disconnect.loginFailedInfo.invalidSession=無効なセッションです(マインクラフトを再起動してください)
disconnect.loginFailedInfo.serversUnavailable=現在、認証サーバがメンテナンス中です。
disconnect.lost=接続を維持できません
disconnect.overflow=バッファオーバーフローが発生しました
disconnect.quitting=終了しています
disconnect.spam=スパム行為のためにキックされました
disconnect.timeout=タイムアウトしました
enchantment.arrowDamage=射撃ダメージ増加
enchantment.arrowFire=フレイム
enchantment.arrowInfinite=無限
enchantment.arrowKnockback=パンチ
enchantment.damage.all=ダメージ増加
enchantment.damage.arthropods=虫特効
enchantment.damage.undead=アンデッド特効
enchantment.digging=効率強化
enchantment.durability=耐久力
enchantment.fire=火属性
enchantment.fishingSpeed=入れ食い
enchantment.knockback=ノックバック
enchantment.level.1=Ⅰ
enchantment.level.10=Ⅹ
enchantment.level.2=Ⅱ
enchantment.level.3=Ⅲ
enchantment.level.4=Ⅳ
enchantment.level.5=Ⅴ
enchantment.level.6=Ⅵ
enchantment.level.7=Ⅶ
enchantment.level.8=Ⅷ
enchantment.level.9=Ⅸ
enchantment.lootBonus=ドロップ増加
enchantment.lootBonusDigger=幸運
enchantment.lootBonusFishing=宝釣り
enchantment.oxygen=水中呼吸
enchantment.protect.all=ダメージ軽減
enchantment.protect.explosion=爆発耐性
enchantment.protect.fall=落下耐性
enchantment.protect.fire=火炎耐性
enchantment.protect.projectile=飛び道具耐性
enchantment.thorns=棘の鎧
enchantment.untouching=シルクタッチ
enchantment.waterWalker=水中歩行
enchantment.waterWorker=水中採掘
entity.ArmorStand.name=防具立て
entity.Arrow.name=矢
entity.Bat.name=コウモリ
entity.Blaze.name=ブレイズ
entity.Boat.name=ボート
entity.Cat.name=ネコ
entity.CaveSpider.name=洞窟グモ
entity.Chicken.name=ニワトリ
entity.Cow.name=ウシ
entity.Creeper.name=クリーパー
entity.EnderDragon.name=エンダードラゴン
entity.Enderman.name=エンダーマン
entity.Endermite.name=エンダーマイト
entity.EntityHorse.name=馬
entity.FallingSand.name=落下中のブロック
entity.Fireball.name=火の玉
entity.Ghast.name=ガスト
entity.Giant.name=ジャイアント
entity.Guardian.name=ガーディアン
entity.Item.name=アイテム
entity.KillerBunny.name=殺人ウサギ
entity.LavaSlime.name=マグマキューブ
entity.Minecart.name=トロッコ
entity.Mob.name=Mob
entity.Monster.name=モンスター
entity.MushroomCow.name=ムーシュルーム
entity.Ozelot.name=ヤマネコ
entity.Painting.name=絵画
entity.Pig.name=ブタ
entity.PigZombie.name=ゾンビピッグマン
entity.PrimedTnt.name=TNTブロック
entity.Rabbit.name=ウサギ
entity.Sheep.name=ヒツジ
entity.Silverfish.name=シルバーフィッシュ
entity.Skeleton.name=スケルトン
entity.Slime.name=スライム
entity.SmallFireball.name=小さな火の玉
entity.SnowMan.name=スノウゴーレム
entity.Snowball.name=雪玉
entity.Spider.name=クモ
entity.Squid.name=イカ
entity.Villager.armor=防具鍛冶
entity.Villager.butcher=肉屋
entity.Villager.cleric=牧師
entity.Villager.farmer=農民
entity.Villager.fisherman=釣り人
entity.Villager.fletcher=矢師
entity.Villager.leather=革細工師
entity.Villager.librarian=司書
entity.Villager.name=村人
entity.Villager.shepherd=羊飼い
entity.Villager.tool=道具鍛冶
entity.Villager.weapon=武器鍛冶
entity.VillagerGolem.name=アイアンゴーレム
entity.Witch.name=ウィッチ
entity.WitherBoss.name=ウィザー
entity.Wolf.name=オオカミ
entity.XPOrb.name=経験値オーブ
entity.Zombie.name=ゾンビ
entity.donkey.name=ロバ
entity.generic.name=不明
entity.horse.name=ウマ
entity.mule.name=ラバ
entity.skeletonhorse.name=骸骨ウマ
entity.zombiehorse.name=ゾンビホース
gameMode.adventure=アドベンチャーモード
gameMode.changed=ゲームモードが変更されました
gameMode.creative=クリエイティブモード
gameMode.hardcore=ハードコアモード!
gameMode.spectator=スペクテイターモード
gameMode.survival=サバイバルモード
generator.amplified=アンプリファイド
generator.amplified.info=注意:このオプションを楽しむためには、高性能のコンピュータ-が必要です
generator.customized=カスタマイズ
generator.debug_all_block_states=デバッグモード
generator.default=デフォルト
generator.flat=スーパーフラット
generator.largeBiomes=大きなバイオーム
gui.achievements=実績
gui.all=すべて
gui.back=戻る
gui.cancel=キャンセル
gui.done=完了
gui.down=下
gui.no=いいえ
gui.none=なし
gui.stats=統計
gui.toMenu=タイトル画面へ戻る
gui.up=上
gui.yes=はい
inventory.binSlot=アイテム削除
item.apple.name=リンゴ
item.appleGold.name=金のリンゴ
item.armorStand.name=防具立て
item.arrow.name=矢
item.banner.black.name=黒色の旗
item.banner.blue.name=青色の旗
item.banner.border.black=黒色の縁
item.banner.border.blue=青色の縁
item.banner.border.brown=茶色の縁
item.banner.border.cyan=水色の縁
item.banner.border.gray=灰色の縁
item.banner.border.green=緑色の縁
item.banner.border.lightBlue=空色の縁
item.banner.border.lime=黄緑色の縁
item.banner.border.magenta=赤紫色の縁
item.banner.border.orange=橙色の縁
item.banner.border.pink=桃色の縁
item.banner.border.purple=紫色の縁
item.banner.border.red=赤色の縁
item.banner.border.silver=薄灰色の縁
item.banner.border.white=白色の縁
item.banner.border.yellow=黄色の縁
item.banner.bricks.black=黒色のレンガ模様
item.banner.bricks.blue=青色のレンガ模様
item.banner.bricks.brown=茶色のレンガ模様
item.banner.bricks.cyan=水色のレンガ模様
item.banner.bricks.gray=灰色のレンガ模様
item.banner.bricks.green=緑色のレンガ模様
item.banner.bricks.lightBlue=空色のレンガ模様
item.banner.bricks.lime=黄緑色のレンガ模様
item.banner.bricks.magenta=赤紫色のレンガ模様
item.banner.bricks.orange=橙色のレンガ模様
item.banner.bricks.pink=桃色のレンガ模様
item.banner.bricks.purple=紫色のレンガ模様
item.banner.bricks.red=赤色のレンガ模様
item.banner.bricks.silver=薄灰色のレンガ模様
item.banner.bricks.white=白色のレンガ模様
item.banner.bricks.yellow=黄色のレンガ模様
item.banner.brown.name=茶色の旗
item.banner.circle.black=黒色の円
item.banner.circle.blue=青色の円
item.banner.circle.brown=茶色の円
item.banner.circle.cyan=水色の円
item.banner.circle.gray=灰色の円
item.banner.circle.green=緑色の円
item.banner.circle.lightBlue=空色の円
item.banner.circle.lime=黄緑色の円
item.banner.circle.magenta=赤紫色の円
item.banner.circle.orange=橙色の円
item.banner.circle.pink=桃色の円
item.banner.circle.purple=紫色の円
item.banner.circle.red=赤色の円
item.banner.circle.silver=薄灰色の円
item.banner.circle.white=白色の円
item.banner.circle.yellow=黄色の円
item.banner.creeper.black=黒色のクリーパー模様
item.banner.creeper.blue=青色のクリーパー模様
item.banner.creeper.brown=茶色のクリーパー模様
item.banner.creeper.cyan=水色のクリーパー模様
item.banner.creeper.gray=灰色のクリーパー模様
item.banner.creeper.green=緑色のクリーパー模様
item.banner.creeper.lightBlue=空色のクリーパー模様
item.banner.creeper.lime=黄緑色のクリーパー模様
item.banner.creeper.magenta=赤紫色のクリーパー模様
item.banner.creeper.orange=橙色のクリーパー模様
item.banner.creeper.pink=桃色のクリーパー模様
item.banner.creeper.purple=紫色のクリーパー模様
item.banner.creeper.red=赤色のクリーパー模様
item.banner.creeper.silver=薄灰色のクリーパー模様
item.banner.creeper.white=白色のクリーパー模様
item.banner.creeper.yellow=黄色のクリーパー模様
item.banner.cross.black=黒色の斜め十字
item.banner.cross.blue=青色の斜め十字
item.banner.cross.brown=茶色の斜め十字
item.banner.cross.cyan=水色の斜め十字
item.banner.cross.gray=灰色の斜め十字
item.banner.cross.green=緑色の斜め十字
item.banner.cross.lightBlue=空色の斜め十字
item.banner.cross.lime=黄緑色の斜め十字
item.banner.cross.magenta=赤紫色の斜め十字
item.banner.cross.orange=橙色の斜め十字
item.banner.cross.pink=桃色の斜め十字
item.banner.cross.purple=紫色の斜め十字
item.banner.cross.red=赤色の斜め十字
item.banner.cross.silver=薄灰色の斜め十字
item.banner.cross.white=白色の斜め十字
item.banner.cross.yellow=黄色の斜め十字
item.banner.curly_border.black=黒色のギザギザな縁
item.banner.curly_border.blue=青色のギザギザな縁
item.banner.curly_border.brown=茶色のギザギザな縁
item.banner.curly_border.cyan=水色のギザギザな縁
item.banner.curly_border.gray=灰色のギザギザな縁
item.banner.curly_border.green=緑色のギザギザな縁
item.banner.curly_border.lightBlue=空色のギザギザな縁
item.banner.curly_border.lime=黄緑色のギザギザな縁
item.banner.curly_border.magenta=赤紫色のギザギザな縁
item.banner.curly_border.orange=橙色のギザギザな縁
item.banner.curly_border.pink=桃色のギザギザな縁
item.banner.curly_border.purple=紫色のギザギザな縁
item.banner.curly_border.red=赤色のギザギザな縁
item.banner.curly_border.silver=薄灰色のギザギザな縁
item.banner.curly_border.white=白色のギザギザな縁
item.banner.curly_border.yellow=黄色のギザギザな縁
item.banner.cyan.name=水色の旗
item.banner.diagonal_left.black=黒色の左上塗りつぶし
item.banner.diagonal_left.blue=青色の左上塗りつぶし
item.banner.diagonal_left.brown=茶色の左上塗りつぶし
item.banner.diagonal_left.cyan=水色の左上塗りつぶし
item.banner.diagonal_left.gray=灰色の左上塗りつぶし
item.banner.diagonal_left.green=緑色の左上塗りつぶし
item.banner.diagonal_left.lightBlue=空色の左上塗りつぶし
item.banner.diagonal_left.lime=黄緑色の左上塗りつぶし
item.banner.diagonal_left.magenta=赤紫色の左上塗りつぶし
item.banner.diagonal_left.orange=橙色の左上塗りつぶし
item.banner.diagonal_left.pink=桃色の左上塗りつぶし
item.banner.diagonal_left.purple=紫色の左上塗りつぶし
item.banner.diagonal_left.red=赤色の左上塗りつぶし
item.banner.diagonal_left.silver=薄灰色の左上塗りつぶし
item.banner.diagonal_left.white=白色の左上塗りつぶし
item.banner.diagonal_left.yellow=黄色の左上塗りつぶし
item.banner.diagonal_right.black=黒色の右上塗りつぶし
item.banner.diagonal_right.blue=青色の右上塗りつぶし
item.banner.diagonal_right.brown=茶色の右上塗りつぶし
item.banner.diagonal_right.cyan=水色の右上塗りつぶし
item.banner.diagonal_right.gray=灰色の右上塗りつぶし
item.banner.diagonal_right.green=緑色の右上塗りつぶし
item.banner.diagonal_right.lightBlue=空色の右上塗りつぶし
item.banner.diagonal_right.lime=黄緑色の右上塗りつぶし
item.banner.diagonal_right.magenta=赤紫色の右上塗りつぶし
item.banner.diagonal_right.orange=橙色の右上塗りつぶし
item.banner.diagonal_right.pink=桃色の右上塗りつぶし
item.banner.diagonal_right.purple=紫色の右上塗りつぶし
item.banner.diagonal_right.red=赤色の右上塗りつぶし
item.banner.diagonal_right.silver=薄灰色の右上塗りつぶし
item.banner.diagonal_right.white=白色の右上塗りつぶし
item.banner.diagonal_right.yellow=黄色の右上塗りつぶし
item.banner.diagonal_up_left.black=黒色の左下塗りつぶし
item.banner.diagonal_up_left.blue=青色の左下塗りつぶし
item.banner.diagonal_up_left.brown=茶色の左下塗りつぶし
item.banner.diagonal_up_left.cyan=水色の左下塗りつぶし
item.banner.diagonal_up_left.gray=灰色の左下塗りつぶし
item.banner.diagonal_up_left.green=緑色の左下塗りつぶし
item.banner.diagonal_up_left.lightBlue=空色の左下塗りつぶし
item.banner.diagonal_up_left.lime=黄緑色の左下塗りつぶし
item.banner.diagonal_up_left.magenta=赤紫色の左下塗りつぶし
item.banner.diagonal_up_left.orange=橙色の左下塗りつぶし
item.banner.diagonal_up_left.pink=桃色の左下塗りつぶし
item.banner.diagonal_up_left.purple=紫色の左下塗りつぶし
item.banner.diagonal_up_left.red=赤色の左下塗りつぶし
item.banner.diagonal_up_left.silver=薄灰色の左下塗りつぶし
item.banner.diagonal_up_left.white=白色の左下塗りつぶし
item.banner.diagonal_up_left.yellow=黄色の左下塗りつぶし
item.banner.diagonal_up_right.black=黒色の右下塗りつぶし
item.banner.diagonal_up_right.blue=青色の右下塗りつぶし
item.banner.diagonal_up_right.brown=茶色の右下塗りつぶし
item.banner.diagonal_up_right.cyan=水色の右下塗りつぶし
item.banner.diagonal_up_right.gray=灰色の右下塗りつぶし
item.banner.diagonal_up_right.green=緑色の右下塗りつぶし
item.banner.diagonal_up_right.lightBlue=空色の右下塗りつぶし
item.banner.diagonal_up_right.lime=黄緑色の右下塗りつぶし
item.banner.diagonal_up_right.magenta=赤紫色の右下塗りつぶし
item.banner.diagonal_up_right.orange=橙色の右下塗りつぶし
item.banner.diagonal_up_right.pink=桃色の右下塗りつぶし
item.banner.diagonal_up_right.purple=紫色の右下塗りつぶし
item.banner.diagonal_up_right.red=赤色の右下塗りつぶし
item.banner.diagonal_up_right.silver=薄灰色の右下塗りつぶし
item.banner.diagonal_up_right.white=白色の右下塗りつぶし
item.banner.diagonal_up_right.yellow=黄色の右下塗りつぶし
item.banner.flower.black=黒色の花模様
item.banner.flower.blue=青色の花模様
item.banner.flower.brown=茶色の花模様
item.banner.flower.cyan=水色の花模様
item.banner.flower.gray=灰色の花模様
item.banner.flower.green=緑色の花模様
item.banner.flower.lightBlue=空色の花模様
item.banner.flower.lime=黄緑色の花模様
item.banner.flower.magenta=赤紫色の花模様
item.banner.flower.orange=橙色の花模様
item.banner.flower.pink=桃色の花模様
item.banner.flower.purple=紫色の花模様
item.banner.flower.red=赤色の花模様
item.banner.flower.silver=薄灰色の花模様
item.banner.flower.white=白色の花模様
item.banner.flower.yellow=黄色の花模様
item.banner.gradient.black=黒色の上方向グラデーション
item.banner.gradient.blue=青色の上方向グラデーション
item.banner.gradient.brown=茶色の上方向グラデーション
item.banner.gradient.cyan=水色の上方向グラデーション
item.banner.gradient.gray=灰色の上方向グラデーション
item.banner.gradient.green=緑色の上方向グラデーション
item.banner.gradient.lightBlue=空色の上方向グラデーション
item.banner.gradient.lime=黄緑色の上方向グラデーション
item.banner.gradient.magenta=赤紫色の上方向グラデーション
item.banner.gradient.orange=橙色の上方向グラデーション
item.banner.gradient.pink=桃色の上方向グラデーション
item.banner.gradient.purple=紫色の上方向グラデーション
item.banner.gradient.red=赤色の上方向グラデーション
item.banner.gradient.silver=薄灰色の上方向グラデーション
item.banner.gradient.white=白色の上方向グラデーション
item.banner.gradient.yellow=黄色の上方向グラデーション
item.banner.gradient_up.black=黒色の下方向グラデーション
item.banner.gradient_up.blue=青色の下方向グラデーション
item.banner.gradient_up.brown=茶色の下方向グラデーション
item.banner.gradient_up.cyan=水色の下方向グラデーション
item.banner.gradient_up.gray=灰色の下方向グラデーション
item.banner.gradient_up.green=緑色の下方向グラデーション
item.banner.gradient_up.lightBlue=空色の下方向グラデーション
item.banner.gradient_up.lime=黄緑色の下方向グラデーション
item.banner.gradient_up.magenta=赤紫色の下方向グラデーション
item.banner.gradient_up.orange=橙色の下方向グラデーション
item.banner.gradient_up.pink=桃色の下方向グラデーション
item.banner.gradient_up.purple=紫色の下方向グラデーション
item.banner.gradient_up.red=赤色の下方向グラデーション
item.banner.gradient_up.silver=薄灰色の下方向グラデーション
item.banner.gradient_up.white=白色の下方向グラデーション
item.banner.gradient_up.yellow=黄色の下方向グラデーション
item.banner.gray.name=灰色の旗
item.banner.green.name=緑色の旗
item.banner.half_horizontal.black=黒色の上半分塗りつぶし
item.banner.half_horizontal.blue=青色の上半分塗りつぶし
item.banner.half_horizontal.brown=茶色の上半分塗りつぶし
item.banner.half_horizontal.cyan=水色の上半分塗りつぶし
item.banner.half_horizontal.gray=灰色の上半分塗りつぶし
item.banner.half_horizontal.green=緑色の上半分塗りつぶし
item.banner.half_horizontal.lightBlue=空色の上半分塗りつぶし
item.banner.half_horizontal.lime=黄緑色の上半分塗りつぶし
item.banner.half_horizontal.magenta=赤紫色の上半分塗りつぶし
item.banner.half_horizontal.orange=橙色の上半分塗りつぶし
item.banner.half_horizontal.pink=桃色の上半分塗りつぶし
item.banner.half_horizontal.purple=紫色の上半分塗りつぶし
item.banner.half_horizontal.red=赤色の上半分塗りつぶし
item.banner.half_horizontal.silver=薄灰色の上半分塗りつぶし
item.banner.half_horizontal.white=白色の上半分塗りつぶし
item.banner.half_horizontal.yellow=黄色の上半分塗りつぶし
item.banner.half_horizontal_bottom.black=黒色の下半分塗りつぶし
item.banner.half_horizontal_bottom.blue=青色の下半分塗りつぶし
item.banner.half_horizontal_bottom.brown=茶色の下半分塗りつぶし
item.banner.half_horizontal_bottom.cyan=水色の下半分塗りつぶし
item.banner.half_horizontal_bottom.gray=灰色の下半分塗りつぶし
item.banner.half_horizontal_bottom.green=緑色の下半分塗りつぶし
item.banner.half_horizontal_bottom.lightBlue=空色の下半分塗りつぶし
item.banner.half_horizontal_bottom.lime=黄緑色の下半分塗りつぶし
item.banner.half_horizontal_bottom.magenta=赤紫色の下半分塗りつぶし
item.banner.half_horizontal_bottom.orange=橙色の下半分塗りつぶし
item.banner.half_horizontal_bottom.pink=桃色の下半分塗りつぶし
item.banner.half_horizontal_bottom.purple=紫色の下半分塗りつぶし
item.banner.half_horizontal_bottom.red=赤色の下半分塗りつぶし
item.banner.half_horizontal_bottom.silver=薄灰色の下半分塗りつぶし
item.banner.half_horizontal_bottom.white=白色の下半分塗りつぶし
item.banner.half_horizontal_bottom.yellow=黄色の下半分塗りつぶし
item.banner.half_vertical.black=黒色の左半分塗りつぶし
item.banner.half_vertical.blue=青色の左半分塗りつぶし
item.banner.half_vertical.brown=茶色の左半分塗りつぶし
item.banner.half_vertical.cyan=水色の左半分塗りつぶし
item.banner.half_vertical.gray=灰色の左半分塗りつぶし
item.banner.half_vertical.green=緑色の左半分塗りつぶし
item.banner.half_vertical.lightBlue=水色の左半分塗りつぶし
item.banner.half_vertical.lime=黄緑色の左半分塗りつぶし
item.banner.half_vertical.magenta=赤紫色の左半分塗りつぶし
item.banner.half_vertical.orange=橙色の左半分塗りつぶし
item.banner.half_vertical.pink=桃色の左半分塗りつぶし
item.banner.half_vertical.purple=紫色の左半分塗りつぶし
item.banner.half_vertical.red=赤色の左半分塗りつぶし
item.banner.half_vertical.silver=薄灰色の左半分塗りつぶし
item.banner.half_vertical.white=白色の左半分塗りつぶし
item.banner.half_vertical.yellow=黄色の左半分塗りつぶし
item.banner.half_vertical_right.black=黒色の右半分塗りつぶし
item.banner.half_vertical_right.blue=青色の右半分塗りつぶし
item.banner.half_vertical_right.brown=茶色の右半分塗りつぶし
item.banner.half_vertical_right.cyan=水色の右半分塗りつぶし
item.banner.half_vertical_right.gray=灰色の右半分塗りつぶし
item.banner.half_vertical_right.green=緑色の右半分塗りつぶし
item.banner.half_vertical_right.lightBlue=空色の右半分塗りつぶし
item.banner.half_vertical_right.lime=黄緑色の右半分塗りつぶし
item.banner.half_vertical_right.magenta=赤紫色の右半分塗りつぶし
item.banner.half_vertical_right.orange=橙色の右半分塗りつぶし
item.banner.half_vertical_right.pink=桃色の右半分塗りつぶし
item.banner.half_vertical_right.purple=紫色の右半分塗りつぶし
item.banner.half_vertical_right.red=赤色の右半分塗りつぶし
item.banner.half_vertical_right.silver=薄灰色の右半分塗りつぶし
item.banner.half_vertical_right.white=白色の右半分塗りつぶし
item.banner.half_vertical_right.yellow=黄色の右半分塗りつぶし
item.banner.lightBlue.name=空色の旗
item.banner.lime.name=黄緑色の旗
item.banner.magenta.name=赤紫色の旗
item.banner.mojang.black=黒色の何かの模様
item.banner.mojang.blue=青色の何かの模様
item.banner.mojang.brown=茶色の何かの模様
item.banner.mojang.cyan=水色の何かの模様
item.banner.mojang.gray=灰色の何かの模様
item.banner.mojang.green=緑色の何かの模様
item.banner.mojang.lightBlue=空色の何かの模様
item.banner.mojang.lime=黄緑色の何かの模様
item.banner.mojang.magenta=赤紫色の何かの模様
item.banner.mojang.orange=橙色の何かの模様
item.banner.mojang.pink=桃色の何かの模様
item.banner.mojang.purple=紫色の何かの模様
item.banner.mojang.red=赤色の何かの模様
item.banner.mojang.silver=薄灰色の何かの模様
item.banner.mojang.white=白色の何かの模様
item.banner.mojang.yellow=黄色の何かの模様
item.banner.orange.name=橙色の旗
item.banner.pink.name=桃色の旗
item.banner.purple.name=紫色の旗
item.banner.red.name=赤色の旗
item.banner.rhombus.black=黒色の菱形
item.banner.rhombus.blue=青色の菱形
item.banner.rhombus.brown=茶色の菱形
item.banner.rhombus.cyan=水色の菱形
item.banner.rhombus.gray=灰色の菱形
item.banner.rhombus.green=緑色の菱形
item.banner.rhombus.lightBlue=空色の菱形
item.banner.rhombus.lime=黄緑色の菱形
item.banner.rhombus.magenta=赤紫色の菱形
item.banner.rhombus.orange=橙色の菱形
item.banner.rhombus.pink=桃色の菱形
item.banner.rhombus.purple=紫色の菱形
item.banner.rhombus.red=赤色の菱形
item.banner.rhombus.silver=薄灰色の菱形
item.banner.rhombus.white=白色の菱形
item.banner.rhombus.yellow=黄色の菱形
item.banner.silver.name=薄灰色の旗
item.banner.skull.black=黒色の骸骨模様
item.banner.skull.blue=青色の骸骨模様
item.banner.skull.brown=茶色の骸骨模様
item.banner.skull.cyan=水色の骸骨模様
item.banner.skull.gray=灰色の骸骨模様
item.banner.skull.green=緑色の骸骨模様
item.banner.skull.lightBlue=空色の骸骨模様
item.banner.skull.lime=黄緑色の骸骨模様
item.banner.skull.magenta=赤紫色の骸骨模様
item.banner.skull.orange=橙色の骸骨模様
item.banner.skull.pink=桃色の骸骨模様
item.banner.skull.purple=紫色の骸骨模様
item.banner.skull.red=赤色の骸骨模様
item.banner.skull.silver=薄灰色の骸骨模様
item.banner.skull.white=白色の骸骨模様
item.banner.skull.yellow=黄色の骸骨模様
item.banner.small_stripes.black=黒色の縦縞
item.banner.small_stripes.blue=青色の縦縞
item.banner.small_stripes.brown=茶色の縦縞
item.banner.small_stripes.cyan=水色の縦縞
item.banner.small_stripes.gray=灰色の縦縞
item.banner.small_stripes.green=緑色の縦縞
item.banner.small_stripes.lightBlue=空色の縦縞
item.banner.small_stripes.lime=黄緑色の縦縞
item.banner.small_stripes.magenta=赤紫色の縦縞
item.banner.small_stripes.orange=橙色の縦縞
item.banner.small_stripes.pink=桃色の縦縞
item.banner.small_stripes.purple=紫色の縦縞
item.banner.small_stripes.red=赤色の縦縞
item.banner.small_stripes.silver=薄灰色の縦縞
item.banner.small_stripes.white=白色の縦縞
item.banner.small_stripes.yellow=黄色の縦縞
item.banner.square_bottom_left.black=左下に黒色の模様入り
item.banner.square_bottom_left.blue=左下に青色の模様入り
item.banner.square_bottom_left.brown=左下に茶色の模様入り
item.banner.square_bottom_left.cyan=左下に水色の模様入り
item.banner.square_bottom_left.gray=左下に灰色の模様入り
item.banner.square_bottom_left.green=左下に緑色の模様入り
item.banner.square_bottom_left.lightBlue=左下に空色の模様入り
item.banner.square_bottom_left.lime=左下に黄緑色の模様入り
item.banner.square_bottom_left.magenta=左下に赤紫色の模様入り
item.banner.square_bottom_left.orange=左下に橙色の模様入り
item.banner.square_bottom_left.pink=左下に桃色の模様入り
item.banner.square_bottom_left.purple=左下に紫色の模様入り
item.banner.square_bottom_left.red=左下に赤色の模様入り
item.banner.square_bottom_left.silver=左下に薄灰色の模様入り
item.banner.square_bottom_left.white=左下に白色の模様入り
item.banner.square_bottom_left.yellow=左下に黄色の模様入り
item.banner.square_bottom_right.black=右下に黒色の模様入り
item.banner.square_bottom_right.blue=右下に青色の模様入り
item.banner.square_bottom_right.brown=右下に茶色の模様入り
item.banner.square_bottom_right.cyan=右下に水色の模様入り
item.banner.square_bottom_right.gray=右下に灰色の模様入り
item.banner.square_bottom_right.green=右下に緑色の模様入り
item.banner.square_bottom_right.lightBlue=右下に空色の模様入り
item.banner.square_bottom_right.lime=右下に黄緑色の模様入り
item.banner.square_bottom_right.magenta=右下に赤紫色の模様入り
item.banner.square_bottom_right.orange=右下に橙色の模様入り
item.banner.square_bottom_right.pink=右下に桃色の模様入り
item.banner.square_bottom_right.purple=右下に紫色の模様入り
item.banner.square_bottom_right.red=右下に赤色の模様入り
item.banner.square_bottom_right.silver=右下に薄灰色の模様入り
item.banner.square_bottom_right.white=右下に白色の模様入り
item.banner.square_bottom_right.yellow=右下に黄色の模様入り
item.banner.square_top_left.black=左上に黒色の模様入り
item.banner.square_top_left.blue=左上に青色の模様入り
item.banner.square_top_left.brown=左上に茶色の模様入り
item.banner.square_top_left.cyan=左上に水色の模様入り
item.banner.square_top_left.gray=左上に灰色の模様入り
item.banner.square_top_left.green=左上に緑色の模様入り
item.banner.square_top_left.lightBlue=左上に空色の模様入り
item.banner.square_top_left.lime=左上に黄緑色の模様入り
item.banner.square_top_left.magenta=左上に赤紫色の模様入り
item.banner.square_top_left.orange=左上に橙色の模様入り
item.banner.square_top_left.pink=左上に桃色の模様入り
item.banner.square_top_left.purple=左上に紫色の模様入り
item.banner.square_top_left.red=左上に赤色の模様入り
item.banner.square_top_left.silver=左上に薄灰色の模様入り
item.banner.square_top_left.white=左上に白色の模様入り
item.banner.square_top_left.yellow=左上に黄色の模様入り
item.banner.square_top_right.black=右上に黒色の模様入り
item.banner.square_top_right.blue=右上に青色の模様入り
item.banner.square_top_right.brown=右上に茶色の模様入り
item.banner.square_top_right.cyan=右上に水色の模様入り
item.banner.square_top_right.gray=右上に灰色の模様入り
item.banner.square_top_right.green=右上に緑色の模様入り
item.banner.square_top_right.lightBlue=右上に空色の模様入り
item.banner.square_top_right.lime=右上に黄緑色の模様入り
item.banner.square_top_right.magenta=右上に赤紫色の模様入り
item.banner.square_top_right.orange=右上に橙色の模様入り
item.banner.square_top_right.pink=右上に桃色の模様入り
item.banner.square_top_right.purple=右上に紫色の模様入り
item.banner.square_top_right.red=右上に赤色の模様入り
item.banner.square_top_right.silver=右上に薄灰色の模様入り
item.banner.square_top_right.white=右上に白色の模様入り
item.banner.square_top_right.yellow=右上に黄色の模様入り
item.banner.straight_cross.black=黒色の十字
item.banner.straight_cross.blue=青色の十字
item.banner.straight_cross.brown=茶色の十字
item.banner.straight_cross.cyan=水色の十字
item.banner.straight_cross.gray=灰色の十字
item.banner.straight_cross.green=緑色の十字
item.banner.straight_cross.lightBlue=空色の十字
item.banner.straight_cross.lime=黄緑色の十字
item.banner.straight_cross.magenta=赤紫色の十字
item.banner.straight_cross.orange=橙色の十字
item.banner.straight_cross.pink=桃色の十字
item.banner.straight_cross.purple=紫色の十字
item.banner.straight_cross.red=赤色の十字
item.banner.straight_cross.silver=薄灰色の十字
item.banner.straight_cross.white=白色の十字
item.banner.straight_cross.yellow=黄色の十字
item.banner.stripe_bottom.black=下に黒色の横帯入り
item.banner.stripe_bottom.blue=下に青色の横帯入り
item.banner.stripe_bottom.brown=下に茶色の横帯入り
item.banner.stripe_bottom.cyan=下に水色の横帯入り
item.banner.stripe_bottom.gray=下に灰色の横帯入り
item.banner.stripe_bottom.green=下に緑色の横帯入り
item.banner.stripe_bottom.lightBlue=下に空色の横帯入り
item.banner.stripe_bottom.lime=下に黄緑色の横帯入り
item.banner.stripe_bottom.magenta=下に赤紫色の横帯入り
item.banner.stripe_bottom.orange=下に橙色の横帯入り
item.banner.stripe_bottom.pink=下に桃色の横帯入り
item.banner.stripe_bottom.purple=下に紫色の横帯入り
item.banner.stripe_bottom.red=下に赤色の横帯入り
item.banner.stripe_bottom.silver=下に薄灰色の横帯入り
item.banner.stripe_bottom.white=下に白色の横帯入り
item.banner.stripe_bottom.yellow=下に黄色の横帯入り
item.banner.stripe_center.black=中央に黒色の縦帯入り
item.banner.stripe_center.blue=中央に青色の縦帯入り
item.banner.stripe_center.brown=中央に茶色の縦帯入り
item.banner.stripe_center.cyan=中央に水色の縦帯入り
item.banner.stripe_center.gray=中央に灰色の縦帯入り
item.banner.stripe_center.green=中央に緑色の縦帯入り
item.banner.stripe_center.lightBlue=中央に空色の縦帯入り
item.banner.stripe_center.lime=中央に黄緑色の縦帯入り
item.banner.stripe_center.magenta=中央に赤紫色の縦帯入り
item.banner.stripe_center.orange=中央に橙色の縦帯入り
item.banner.stripe_center.pink=中央に桃色の縦帯入り
item.banner.stripe_center.purple=中央に紫色の縦帯入り
item.banner.stripe_center.red=中央に赤色の縦帯入り
item.banner.stripe_center.silver=中央に薄灰色の縦帯入り
item.banner.stripe_center.white=中央に白色の縦帯入り
item.banner.stripe_center.yellow=中央に黄色の縦帯入り
item.banner.stripe_downleft.black=黒色の左斜め下向き襷模様
item.banner.stripe_downleft.blue=青色の左斜め下向き襷模様
item.banner.stripe_downleft.brown=茶色の左斜め下向き襷模様
item.banner.stripe_downleft.cyan=水色の左斜め下向き襷模様
item.banner.stripe_downleft.gray=灰色の左斜め下向き襷模様
item.banner.stripe_downleft.green=緑色の左斜め下向き襷模様
item.banner.stripe_downleft.lightBlue=空色の左斜め下向き襷模様
item.banner.stripe_downleft.lime=黄緑色の左斜め下向き襷模様
item.banner.stripe_downleft.magenta=赤紫色の左斜め下向き襷模様
item.banner.stripe_downleft.orange=橙色の左斜め下向き襷模様
item.banner.stripe_downleft.pink=桃色の左斜め下向き襷模様
item.banner.stripe_downleft.purple=紫色の左斜め下向き襷模様
item.banner.stripe_downleft.red=赤色の左斜め下向き襷模様
item.banner.stripe_downleft.silver=薄灰色の左斜め下向き襷模様
item.banner.stripe_downleft.white=白色の左斜め下向き襷模様
item.banner.stripe_downleft.yellow=黄色の左斜め下向き襷模様
item.banner.stripe_downright.black=黒色の右斜め下向き襷模様
item.banner.stripe_downright.blue=青色の右斜め下向き襷模様
item.banner.stripe_downright.brown=茶色の右斜め下向き襷模様
item.banner.stripe_downright.cyan=水色の右斜め下向き襷模様
item.banner.stripe_downright.gray=灰色の右斜め下向き襷模様
item.banner.stripe_downright.green=緑色の右斜め下向き襷模様
item.banner.stripe_downright.lightBlue=空色の右斜め下向き襷模様
item.banner.stripe_downright.lime=黄緑色の右斜め下向き襷模様
item.banner.stripe_downright.magenta=赤紫色の右斜め下向き襷模様
item.banner.stripe_downright.orange=橙色の右斜め下向き襷模様
item.banner.stripe_downright.pink=桃色の右斜め下向き襷模様
item.banner.stripe_downright.purple=紫色の右斜め下向き襷模様
item.banner.stripe_downright.red=赤色の右斜め下向き襷模様
item.banner.stripe_downright.silver=薄灰色の右斜め下向き襷模様
item.banner.stripe_downright.white=白色の右斜め下向き襷模様
item.banner.stripe_downright.yellow=黄色の右斜め下向き襷模様
item.banner.stripe_left.black=左に黒色の縦帯入り
item.banner.stripe_left.blue=左に青色の縦帯入り
item.banner.stripe_left.brown=左に茶色の縦帯入り
item.banner.stripe_left.cyan=左に水色の縦帯入り
item.banner.stripe_left.gray=左に灰色の縦帯入り
item.banner.stripe_left.green=左に緑色の縦帯入り
item.banner.stripe_left.lightBlue=左に空色の縦帯入り
item.banner.stripe_left.lime=左に黄緑色の縦帯入り
item.banner.stripe_left.magenta=左に赤紫色の縦帯入り
item.banner.stripe_left.orange=左に橙色の縦帯入り
item.banner.stripe_left.pink=左に桃色の縦帯入り
item.banner.stripe_left.purple=左に紫色の縦帯入り
item.banner.stripe_left.red=左に赤色の縦帯入り
item.banner.stripe_left.silver=左に薄灰色の縦帯入り
item.banner.stripe_left.white=左に白色の縦帯入り
item.banner.stripe_left.yellow=左に黄色の縦帯入り
item.banner.stripe_middle.black=中央に黒色の横帯入り
item.banner.stripe_middle.blue=中央に青色の横帯入り
item.banner.stripe_middle.brown=中央に茶色の横帯入り
item.banner.stripe_middle.cyan=中央に水色の横帯入り
item.banner.stripe_middle.gray=中央に灰色の横帯入り
item.banner.stripe_middle.green=中央に緑色の横帯入り
item.banner.stripe_middle.lightBlue=中央に空色の横帯入り
item.banner.stripe_middle.lime=中央に黄緑色の横帯入り
item.banner.stripe_middle.magenta=中央に赤紫色の横帯入り
item.banner.stripe_middle.orange=中央に橙色の横帯入り
item.banner.stripe_middle.pink=中央に桃色の横帯入り
item.banner.stripe_middle.purple=中央に紫色の横帯入り
item.banner.stripe_middle.red=中央に赤色の横帯入り
item.banner.stripe_middle.silver=中央に薄灰色の横帯入り
item.banner.stripe_middle.white=中央に白色の横帯入り
item.banner.stripe_middle.yellow=中央に黄色の横帯入り
item.banner.stripe_right.black=右に黒色の縦帯入り
item.banner.stripe_right.blue=右に青色の縦帯入り
item.banner.stripe_right.brown=右に茶色の縦帯入り
item.banner.stripe_right.cyan=右に水色の縦帯入り
item.banner.stripe_right.gray=右に灰色の縦帯入り
item.banner.stripe_right.green=右に緑色の縦帯入り
item.banner.stripe_right.lightBlue=右に空色の縦帯入り
item.banner.stripe_right.lime=右に黄緑色の縦帯入り
item.banner.stripe_right.magenta=右に赤紫色の縦帯入り
item.banner.stripe_right.orange=右に橙色の縦帯入り
item.banner.stripe_right.pink=右に桃色の縦帯入り
item.banner.stripe_right.purple=右に紫色の縦帯入り
item.banner.stripe_right.red=右に赤色の縦帯入り
item.banner.stripe_right.silver=右に薄灰色の縦帯入り
item.banner.stripe_right.white=右に白色の縦帯入り
item.banner.stripe_right.yellow=右に黄色の縦帯入り
item.banner.stripe_top.black=上に黒色の横帯入り
item.banner.stripe_top.blue=上に青色の横帯入り
item.banner.stripe_top.brown=上に茶色の横帯入り
item.banner.stripe_top.cyan=上に水色の横帯入り
item.banner.stripe_top.gray=上に灰色の横帯入り
item.banner.stripe_top.green=上に緑色の横帯入り
item.banner.stripe_top.lightBlue=上に空色の横帯入り
item.banner.stripe_top.lime=上に黄緑色の横帯入り
item.banner.stripe_top.magenta=上に赤紫色の横帯入り
item.banner.stripe_top.orange=上に橙色の横帯入り
item.banner.stripe_top.pink=上に桃色の横帯入り
item.banner.stripe_top.purple=上に紫色の横帯入り
item.banner.stripe_top.red=上に赤色の横帯入り
item.banner.stripe_top.silver=上に薄灰色の横帯入り
item.banner.stripe_top.white=上に白色の横帯入り
item.banner.stripe_top.yellow=上に黄色の横帯入り
item.banner.triangle_bottom.black=黒色の上向き三角
item.banner.triangle_bottom.blue=青色の上向き三角
item.banner.triangle_bottom.brown=茶色の上向き三角
item.banner.triangle_bottom.cyan=水色の上向き三角
item.banner.triangle_bottom.gray=灰色の上向き三角
item.banner.triangle_bottom.green=緑色の上向き三角
item.banner.triangle_bottom.lightBlue=空色の上向き三角
item.banner.triangle_bottom.lime=黄緑色の上向き三角
item.banner.triangle_bottom.magenta=赤紫色の上向き三角
item.banner.triangle_bottom.orange=橙色の上向き三角
item.banner.triangle_bottom.pink=桃色の上向き三角
item.banner.triangle_bottom.purple=紫色の上向き三角
item.banner.triangle_bottom.red=赤色の上向き三角
item.banner.triangle_bottom.silver=薄灰色の上向き三角
item.banner.triangle_bottom.white=白色の上向き三角
item.banner.triangle_bottom.yellow=黄色の上向き三角
item.banner.triangle_top.black=黒色の下向き三角
item.banner.triangle_top.blue=青色の下向き三角
item.banner.triangle_top.brown=茶色の下向き三角
item.banner.triangle_top.cyan=水色の下向き三角
item.banner.triangle_top.gray=灰色の下向き三角
item.banner.triangle_top.green=緑色の下向き三角
item.banner.triangle_top.lightBlue=空色の下向き三角
item.banner.triangle_top.lime=黄緑色の下向き三角
item.banner.triangle_top.magenta=赤紫色の下向き三角
item.banner.triangle_top.orange=橙色の下向き三角
item.banner.triangle_top.pink=桃色の下向き三角
item.banner.triangle_top.purple=紫色の下向き三角
item.banner.triangle_top.red=赤色の下向き三角
item.banner.triangle_top.silver=薄灰色の下向き三角
item.banner.triangle_top.white=白色の下向き三角
item.banner.triangle_top.yellow=黄色の下向き三角
item.banner.triangles_bottom.black=黒色の上向き波形
item.banner.triangles_bottom.blue=青色の上向き波形
item.banner.triangles_bottom.brown=茶色の上向き波形
item.banner.triangles_bottom.cyan=水色の上向き波形
item.banner.triangles_bottom.gray=灰色の上向き波形
item.banner.triangles_bottom.green=緑色の上向き波形
item.banner.triangles_bottom.lightBlue=空色の上向き波形
item.banner.triangles_bottom.lime=黄緑色の上向き波形
item.banner.triangles_bottom.magenta=赤紫色の上向き波形
item.banner.triangles_bottom.orange=橙色の上向き波形
item.banner.triangles_bottom.pink=桃色の上向き波形
item.banner.triangles_bottom.purple=紫色の上向き波形
item.banner.triangles_bottom.red=赤色の上向き波形
item.banner.triangles_bottom.silver=薄灰色の上向き波形
item.banner.triangles_bottom.white=白色の上向き波形
item.banner.triangles_bottom.yellow=黄色の上向き波形
item.banner.triangles_top.black=黒色の下向き波形
item.banner.triangles_top.blue=青色の下向き波形
item.banner.triangles_top.brown=茶色の下向き波形
item.banner.triangles_top.cyan=水色の下向き波形
item.banner.triangles_top.gray=灰色の下向き波形
item.banner.triangles_top.green=緑色の下向き波形
item.banner.triangles_top.lightBlue=空色の下向き波形
item.banner.triangles_top.lime=黄緑色の下向き波形
item.banner.triangles_top.magenta=赤紫色の下向き波形
item.banner.triangles_top.orange=橙色の下向き波形
item.banner.triangles_top.pink=桃色の下向き波形
item.banner.triangles_top.purple=紫色の下向き波形
item.banner.triangles_top.red=赤色の下向き波形
item.banner.triangles_top.silver=薄灰色の下向き波形
item.banner.triangles_top.white=白色の下向き波形
item.banner.triangles_top.yellow=黄色の下向き波形
item.banner.white.name=白色の旗
item.banner.yellow.name=黄色の旗
item.bed.name=ベッド
item.beefCooked.name=ステーキ
item.beefRaw.name=生の牛肉
item.blazePowder.name=ブレイズパウダー
item.blazeRod.name=ブレイズロッド
item.boat.name=ボート
item.bone.name=骨
item.book.name=本
item.bootsChain.name=チェーンブーツ
item.bootsCloth.name=革のブーツ
item.bootsDiamond.name=ダイヤのブーツ
item.bootsGold.name=金のブーツ
item.bootsIron.name=鉄のブーツ
item.bow.name=弓
item.bowl.name=ボウル
item.bread.name=パン
item.brewingStand.name=醸造台
item.brick.name=レンガ
item.bucket.name=バケツ
item.bucketLava.name=溶岩入りバケツ
item.bucketWater.name=水入りバケツ
item.cake.name=ケーキ
item.canBreak=破壊可能なもの:
item.canPlace=配置可能なもの:
item.carrotGolden.name=金のニンジン
item.carrotOnAStick.name=ニンジン付きの棒
item.carrots.name=ニンジン
item.cauldron.name=大釜
item.charcoal.name=木炭
item.chestplateChain.name=チェーンのチェストプレート
item.chestplateCloth.name=革の上着
item.chestplateDiamond.name=ダイヤのチェストプレート
item.chestplateGold.name=金のチェストプレート
item.chestplateIron.name=鉄のチェストプレート
item.chickenCooked.name=焼き鳥
item.chickenRaw.name=生の鶏肉
item.clay.name=粘土
item.clock.name=時計
item.coal.name=石炭
item.comparator.name=レッドストーンコンパレーター
item.compass.name=コンパス
item.cookie.name=クッキー
item.diamond.name=ダイヤモンド
item.diode.name=レッドストーンリピーター
item.doorAcacia.name=アカシアのドア
item.doorBirch.name=シラカバのドア
item.doorDarkOak.name=ダークオークのドア
item.doorIron.name=鉄のドア
item.doorJungle.name=ジャングルのドア
item.doorOak.name=オークのドア
item.doorSpruce.name=マツのドア
item.dyePowder.black.name=イカスミ
item.dyePowder.blue.name=ラピスラズリ
item.dyePowder.brown.name=カカオ豆
item.dyePowder.cyan.name=水色の染料
item.dyePowder.gray.name=灰色の染料
item.dyePowder.green.name=緑色の染料
item.dyePowder.lightBlue.name=空色の染料
item.dyePowder.lime.name=黄緑色の染料
item.dyePowder.magenta.name=赤紫色の染料
item.dyePowder.orange.name=橙色の染料
item.dyePowder.pink.name=桃色の染料
item.dyePowder.purple.name=紫色の染料
item.dyePowder.red.name=赤色の染料
item.dyePowder.silver.name=薄灰色の染料
item.dyePowder.white.name=骨粉
item.dyePowder.yellow.name=黄色の染料
item.dyed=染色済み
item.egg.name=卵
item.emerald.name=エメラルド
item.emptyMap.name=白紙の地図
item.emptyPotion.name=水入り瓶
item.enchantedBook.name=エンチャントの本
item.enderPearl.name=エンダーパール
item.expBottle.name=エンチャントの瓶
item.eyeOfEnder.name=エンダーアイ
item.feather.name=羽
item.fermentedSpiderEye.name=発酵したクモの目
item.fireball.name=ファイヤーチャージ
item.fireworks.flight=飛翔時間:
item.fireworks.name=ロケット花火
item.fireworksCharge.black=黒色
item.fireworksCharge.blue=青色
item.fireworksCharge.brown=茶色
item.fireworksCharge.customColor=カスタム
item.fireworksCharge.cyan=水色
item.fireworksCharge.fadeTo=色変化:
item.fireworksCharge.flicker=きらめき
item.fireworksCharge.gray=灰色
item.fireworksCharge.green=緑色
item.fireworksCharge.lightBlue=空色
item.fireworksCharge.lime=黄緑色
item.fireworksCharge.magenta=赤紫色
item.fireworksCharge.name=花火の星
item.fireworksCharge.orange=橙色
item.fireworksCharge.pink=桃色
item.fireworksCharge.purple=紫色
item.fireworksCharge.red=赤色
item.fireworksCharge.silver=薄灰色
item.fireworksCharge.trail=流星
item.fireworksCharge.type=不明な形状
item.fireworksCharge.type.0=小球
item.fireworksCharge.type.1=大玉
item.fireworksCharge.type.2=星型
item.fireworksCharge.type.3=クリーパー型
item.fireworksCharge.type.4=破裂
item.fireworksCharge.white=白色
item.fireworksCharge.yellow=黄色
item.fish.clownfish.raw.name=クマノミ
item.fish.cod.cooked.name=焼き魚
item.fish.cod.raw.name=生魚
item.fish.pufferfish.raw.name=フグ
item.fish.salmon.cooked.name=焼き鮭
item.fish.salmon.raw.name=生鮭
item.fishingRod.name=釣竿
item.flint.name=火打石
item.flintAndSteel.name=火打石と打ち金
item.flowerPot.name=植木鉢
item.frame.name=額縁
item.ghastTear.name=ガストの涙
item.glassBottle.name=ガラス瓶
item.goldNugget.name=金塊
item.hatchetDiamond.name=ダイヤの斧
item.hatchetGold.name=金の斧
item.hatchetIron.name=鉄の斧
item.hatchetStone.name=石の斧
item.hatchetWood.name=木の斧
item.helmetChain.name=チェーンヘルメット
item.helmetCloth.name=革の帽子
item.helmetDiamond.name=ダイヤのヘルメット
item.helmetGold.name=金のヘルメット
item.helmetIron.name=鉄のヘルメット
item.hoeDiamond.name=ダイヤのクワ
item.hoeGold.name=金のクワ
item.hoeIron.name=鉄のクワ
item.hoeStone.name=石のクワ
item.hoeWood.name=木のクワ
item.horsearmordiamond.name=ダイヤの馬鎧
item.horsearmorgold.name=金の馬鎧
item.horsearmormetal.name=鉄の馬鎧
item.ingotGold.name=金インゴット
item.ingotIron.name=鉄インゴット
item.leash.name=リード
item.leather.name=革
item.leaves.name=木の葉
item.leggingsChain.name=チェーンレギンス
item.leggingsCloth.name=革のズボン
item.leggingsDiamond.name=ダイヤのレギンス
item.leggingsGold.name=金のレギンス
item.leggingsIron.name=鉄のレギンス
item.magmaCream.name=マグマクリーム
item.map.name=地図
item.melon.name=スイカ
item.milk.name=牛乳
item.minecart.name=トロッコ
item.minecartChest.name=チェスト付きトロッコ
item.minecartCommandBlock.name=コマンドブロック付きトロッコ
item.minecartFurnace.name=かまど付きトロッコ
item.minecartHopper.name=ホッパー付きトロッコ
item.minecartTnt.name=TNT付きトロッコ
item.monsterPlacer.name=スポーン
item.mushroomStew.name=キノコシチュー
item.muttonCooked.name=焼いた羊肉
item.muttonRaw.name=生の羊肉
item.nameTag.name=名札
item.netherStalkSeeds.name=ネザーウォート
item.netherStar.name=ネザースター
item.netherbrick.name=ネザーレンガ
item.netherquartz.name=ネザー水晶
item.painting.name=絵画
item.paper.name=紙
item.pickaxeDiamond.name=ダイヤのツルハシ
item.pickaxeGold.name=金のツルハシ
item.pickaxeIron.name=鉄のツルハシ
item.pickaxeStone.name=石のツルハシ
item.pickaxeWood.name=木のツルハシ
item.porkchopCooked.name=焼き豚
item.porkchopRaw.name=生の豚肉
item.potato.name=ジャガイモ
item.potatoBaked.name=ベークドポテト
item.potatoPoisonous.name=青くなったジャガイモ
item.potion.name=ポーション
item.prismarineCrystals.name=プリズマリンクリスタル
item.prismarineShard.name=プリズマリンの欠片
item.pumpkinPie.name=パンプキンパイ
item.rabbitCooked.name=焼き兎肉
item.rabbitFoot.name=ウサギの足
item.rabbitHide.name=ウサギの皮
item.rabbitRaw.name=生の兎肉
item.rabbitStew.name=ウサギシチュー
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.name=レコード
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=レッドストーン
item.reeds.name=サトウキビ
item.rottenFlesh.name=腐った肉
item.ruby.name=ルビー
item.saddle.name=サドル
item.seeds.name=種
item.seeds_melon.name=スイカの種
item.seeds_pumpkin.name=カボチャの種
item.shears.name=ハサミ
item.shovelDiamond.name=ダイヤのシャベル
item.shovelGold.name=金のシャベル
item.shovelIron.name=鉄のシャベル
item.shovelStone.name=石のシャベル
item.shovelWood.name=木のシャベル
item.sign.name=看板
item.skull.char.name=頭
item.skull.creeper.name=クリーパーの頭
item.skull.player.name=%s の頭
item.skull.skeleton.name=スケルトンの頭蓋骨
item.skull.wither.name=ウィザースケルトンの頭
item.skull.zombie.name=ゾンビの頭
item.slimeball.name=スライムボール
item.snowball.name=雪玉
item.speckledMelon.name=きらめくスイカ
item.spiderEye.name=クモの目
item.stick.name=棒
item.string.name=糸
item.sugar.name=砂糖
item.sulphur.name=火薬
item.swordDiamond.name=ダイヤの剣
item.swordGold.name=金の剣
item.swordIron.name=鉄の剣
item.swordStone.name=石の剣
item.swordWood.name=木の剣
item.unbreakable=耐久
item.wheat.name=小麦
item.writingBook.name=本と羽ペン
item.writtenBook.name=記入済みの本
item.yellowDust.name=グロウストーンダスト
itemGroup.brewing=醸造
itemGroup.buildingBlocks=建築ブロック
itemGroup.combat=戦闘
itemGroup.decorations=装飾ブロック
itemGroup.food=食料
itemGroup.inventory=サバイバルインベントリ
itemGroup.materials=材料
itemGroup.misc=その他
itemGroup.redstone=レッドストーン
itemGroup.search=アイテム検索
itemGroup.tools=道具
itemGroup.transportation=運送
key.attack=攻撃する/壊す
key.back=後退
key.categories.gameplay=ゲームプレイ
key.categories.inventory=持ち物欄
key.categories.misc=その他
key.categories.movement=移動
key.categories.multiplayer=マルチプレイ
key.categories.stream=配信
key.categories.ui=インターフェース
key.chat=チャットを開く
key.command=コマンドを開く
key.drop=アイテムを捨てる
key.forward=前進
key.fullscreen=全画面モードの切り替え
key.hotbar.1=ホットバースロット1
key.hotbar.2=ホットバースロット2
key.hotbar.3=ホットバースロット3
key.hotbar.4=ホットバースロット4
key.hotbar.5=ホットバースロット5
key.hotbar.6=ホットバースロット6
key.hotbar.7=ホットバースロット7
key.hotbar.8=ホットバースロット8
key.hotbar.9=ホットバースロット9
key.inventory=インベントリ
key.jump=ジャンプ
key.left=左
key.mouseButton=ボタン %1$s
key.pickItem=ブロック選択
key.playerlist=プレイヤーリスト
key.right=右
key.screenshot=スクリーンショット撮影
key.smoothCamera=カメラ動作の切り替え
key.sneak=スニーク
key.spectatorOutlines=ハイライトプレイヤー (スペクテイター)
key.sprint=ダッシュ
key.streamCommercial=配信コマーシャルを表示
key.streamPauseUnpause=配信 一時停止/再開
key.streamStartStop=配信 開始/停止
key.streamToggleMic=プッシュ トゥ トーク/ミュート
key.togglePerspective=視点の切り替え
key.use=アイテムの使用/ブロックの設置
lanServer.otherPlayers=他のプレイヤーのための設定
lanServer.scanning=LAN内のゲームを検索しています
lanServer.start=LANワールドの開始
lanServer.title=LANワールド
language.code=ja_JP
language.name=日本語
language.region=日本
mcoServer.title=オンラインのMinecraftワールド
menu.convertingLevel=ワールドを変換中
menu.disconnect=切断する
menu.game=ゲームメニュー
menu.generatingLevel=ワールドを生成中
menu.generatingTerrain=地形情報を生成中
menu.loadingLevel=ワールドを読み込み中
menu.multiplayer=マルチプレイ
menu.online=Minecraft Realms
menu.options=設定
menu.playdemo=デモワールドで遊ぶ
menu.quit=終了
menu.resetdemo=デモワールドのリセット
menu.respawning=リスポーン中
menu.returnToGame=ゲームに戻る
menu.returnToMenu=セーブしてタイトルへ戻る
menu.shareToLan=LANに公開
menu.simulating=ワールドを構成中
menu.singleplayer=シングルプレイ
menu.switchingLevel=ワールドの切り替え
merchant.deprecated=他の貿易をしてロックを解除してください
mount.onboard=%1$sで降りる
multiplayer.connect=接続
multiplayer.downloadingStats=統計と実績の情報をダウンロード中...
multiplayer.downloadingTerrain=地形情報をダウンロード中
multiplayer.info1=Minecraftのマルチプレイは未完成の状態ですが、
multiplayer.info2=初期段階のテストが実施されています。
multiplayer.ipinfo=接続先のサーバーIPアドレスを入力してください:
multiplayer.player.joined=%s がゲームに参加しました
multiplayer.player.joined.renamed=%s (旧称 %s) がゲームに参加しました
multiplayer.player.left=%s が退出しました
multiplayer.stopSleeping=ベッドから出る
multiplayer.texturePrompt.line1=このサーバーでは、カスタムリソースパックの利用をお勧めします。
multiplayer.texturePrompt.line2=自動的にダウンロードしてインストールしますか?
multiplayer.title=マルチプレイで遊ぶ
options.advancedButton=高度なビデオ設定...
options.advancedOpengl=Advanced OpenGL
options.advancedVideoTitle=高度なビデオ設定
options.anaglyph=3Dアナグリフ
options.ao=スムースライティング
options.ao.max=最大
options.ao.min=最小
options.ao.off=オフ
options.blockAlternatives=代替ブロック
options.chat.color=色
options.chat.height.focused=チャット時のログ表示エリア高さ
options.chat.height.unfocused=通常時のログ表示エリア高さ
options.chat.links=ウェブリンク
options.chat.links.prompt=リンク時のプロンプト
options.chat.opacity=不透明度
options.chat.scale=サイズ
options.chat.title=チャット設定...
options.chat.visibility=チャット
options.chat.visibility.full=表示
options.chat.visibility.hidden=非表示
options.chat.visibility.system=コマンドのみ
options.chat.width=幅
options.controls=キー設定...
options.customizeTitle=カスタマイズワールド設定
options.difficulty=難易度
options.difficulty.easy=イージー
options.difficulty.hard=ハード
options.difficulty.hardcore=ハードコア
options.difficulty.normal=ノーマル
options.difficulty.peaceful=ピースフル
options.farWarning1=描画距離を「遠い」に設定する場合
options.farWarning2=64ビット版Javaをお勧めします(現在は32ビット版)
options.fboEnable=FBOsを有効にする
options.forceUnicodeFont=Unicodeフォントの強制
options.fov=視野
options.fov.max=最大
options.fov.min=普通
options.framerateLimit=最大フレームレート
options.framerateLimit.max=無制限
options.fullscreen=フルスクリーン
options.gamma=明るさ
options.gamma.max=明るい
options.gamma.min=暗い
options.graphics=グラフィックス
options.graphics.fancy=描画優先
options.graphics.fast=処理優先
options.guiScale=GUIの大きさ
options.guiScale.auto=自動
options.guiScale.large=大きい
options.guiScale.normal=普通
options.guiScale.small=小さい
options.hidden=非表示
options.invertMouse=マウス反転
options.language=言語設定...
options.languageWarning=正確な翻訳が行われていない可能性があります
options.mipmapLevels=ミップマップレベル
options.modelPart.cape=マント
options.modelPart.hat=帽子
options.modelPart.jacket=ジャケット
options.modelPart.left_pants_leg=左のズボンの脚
options.modelPart.left_sleeve=左袖
options.modelPart.right_pants_leg=右のズボンの脚
options.modelPart.right_sleeve=右袖
options.multiplayer.title=マルチプレイ設定...
options.music=BGM
options.off=オフ
options.on=オン
options.particles=パーティクルの表示
options.particles.all=すべて
options.particles.decreased=少し
options.particles.minimal=最少
options.performanceButton=映像パフォーマンスの設定...
options.performanceVideoTitle=映像パフォーマンスの設定
options.postButton=ポスト処理の設定
options.postProcessEnable=送信処理を有効にする
options.postVideoTitle=ポスト処理の設定
options.qualityButton=ビデオの品質設定...
options.qualityVideoTitle=ビデオの品質設定
options.reducedDebugInfo=まとめたデバッグ情報
options.renderClouds=雲の表示
options.renderDistance=描画距離
options.renderDistance.far=遠い
options.renderDistance.normal=普通
options.renderDistance.short=短い
options.renderDistance.tiny=最短
options.resourcepack=リソースパック...
options.saturation=腹持ち
options.sensitivity=マウス感度
options.sensitivity.max=猛スピード!!!
options.sensitivity.min=*あくび*
options.skinCustomisation=スキンのカスタマイズ...
options.skinCustomisation.title=スキンのカスタマイズ
options.snooper=情報収集を許可
options.snooper.desc=問題の把握とMinecraftの改良のために、あなたのコンピューターに関する情報の収集を行いたいと思います。収集する情報は匿名化され、以下にその内容が表示されています。この情報を悪用しないことをお約束します。もし送信を拒否したいなら、オフにしていただいて結構です!
options.snooper.title=マシンスペックの収集
options.snooper.view=情報収集設定...
options.sound=サウンド
options.sounds=サウンド設定...
options.sounds.title=サウンド設定
options.stream=配信設定...
options.stream.bytesPerPixel=品質
options.stream.changes=これらの変更を適用する場合、配信をやり直す必要がある場合があります。
options.stream.chat.enabled=有効
options.stream.chat.enabled.always=有効
options.stream.chat.enabled.never=無効
options.stream.chat.enabled.streaming=放送中
options.stream.chat.title=Twitchチャット設定
options.stream.chat.userFilter=ユーザーフィルター
options.stream.chat.userFilter.all=すべての視聴者
options.stream.chat.userFilter.mods=モデレーター
options.stream.chat.userFilter.subs=購読者
options.stream.compression=圧縮
options.stream.compression.high=高
options.stream.compression.low=低
options.stream.compression.medium=中
options.stream.estimation=推定解像度: %sx%s
options.stream.fps=フレームレート
options.stream.ingest.reset=パフォーマンスリセット
options.stream.ingest.title=Twitch配信サーバ一覧
options.stream.ingestSelection=配信サーバーリスト
options.stream.kbps=帯域幅
options.stream.micToggleBehavior=プッシュ トゥ
options.stream.micVolumne=マイク音量
options.stream.mic_toggle.mute=ミュート
options.stream.mic_toggle.talk=トーク
options.stream.sendMetadata=メタデータ送信
options.stream.systemVolume=システム音量
options.stream.title=Twitch配信設定
options.title=設定
options.touchscreen=タッチスクリーンモード
options.vbo=VBOs使用
options.video=ビデオ設定...
options.videoTitle=ビデオ設定
options.viewBobbing=画面の揺れ
options.visible=表示
options.vsync=垂直同期の使用
potion.absorption=衝撃吸収
potion.absorption.postfix=衝撃吸収のポーション
potion.blindness=盲目
potion.blindness.postfix=盲目のポーション
potion.confusion=吐き気
potion.confusion.postfix=吐き気のポーション
potion.damageBoost=攻撃力上昇
potion.damageBoost.postfix=力のポーション
potion.digSlowDown=採掘速度低下
potion.digSlowDown.postfix=疲労のポーション
potion.digSpeed=採掘速度上昇
potion.digSpeed.postfix=加速のポーション
potion.effects.whenDrank=効果:
potion.empty=効能なし
potion.fireResistance=火炎耐性
potion.fireResistance.postfix=耐火のポーション
potion.harm=ダメージ
potion.harm.postfix=負傷のポーション
potion.heal=即時回復
potion.heal.postfix=治癒のポーション
potion.healthBoost=体力増強
potion.healthBoost.postfix=体力増強のポーション
potion.hunger=空腹
potion.hunger.postfix=空腹のポーション
potion.invisibility=透明化
potion.invisibility.postfix=透明化のポーション
potion.jump=跳躍力上昇
potion.jump.postfix=跳躍のポーション
potion.moveSlowdown=移動速度低下
potion.moveSlowdown.postfix=鈍化のポーション
potion.moveSpeed=移動速度上昇
potion.moveSpeed.postfix=俊敏のポーション
potion.nightVision=暗視
potion.nightVision.postfix=暗視のポーション
potion.poison=毒
potion.poison.postfix=毒のポーション
potion.potency.1=II
potion.potency.2=Ⅲ
potion.potency.3=Ⅳ
potion.prefix.acrid=刺激の強い
potion.prefix.artless=素朴な
potion.prefix.awkward=奇妙な
potion.prefix.bland=刺激のない
potion.prefix.bulky=扱いにくい
potion.prefix.bungling=不出来な
potion.prefix.buttered=バター風味の
potion.prefix.charming=素敵な
potion.prefix.clear=透明な
potion.prefix.cordial=強力な
potion.prefix.dashing=派手な
potion.prefix.debonair=爽やかな
potion.prefix.diffuse=ぼんやりした
potion.prefix.elegant=優雅な
potion.prefix.fancy=風変わりな
potion.prefix.flat=むらのない
potion.prefix.foul=不潔な
potion.prefix.grenade=スプラッシュ
potion.prefix.gross=気持ちの悪い
potion.prefix.harsh=不快な
potion.prefix.milky=乳白色の
potion.prefix.mundane=ありふれた
potion.prefix.odorless=無臭の
potion.prefix.potent=効き目の強い
potion.prefix.rank=不味い
potion.prefix.refined=純粋な
potion.prefix.smooth=なめらかな
potion.prefix.sparkling=きらめく
potion.prefix.stinky=臭い
potion.prefix.suave=口当たりのいい
potion.prefix.thick=濃厚な
potion.prefix.thin=希薄な
potion.prefix.uninteresting=何の変哲もない
potion.regeneration=再生能力
potion.regeneration.postfix=再生のポーション
potion.resistance=耐性
potion.resistance.postfix=防御のポーション
potion.saturation=満腹度回復
potion.saturation.postfix=満腹のポーション
potion.waterBreathing=水中呼吸
potion.waterBreathing.postfix=水中呼吸のポーション
potion.weakness=弱体化
potion.weakness.postfix=弱化のポーション
potion.wither=ウィザー
potion.wither.postfix=衰退のポーション
record.nowPlaying=再生中: %s
resourcePack.available.title=利用可能なリソースパック
resourcePack.folderInfo=(リソースパックファイルをここへ)
resourcePack.openFolder=フォルダーを開く
resourcePack.selected.title=使用中のリソースパック
resourcePack.title=リソースパックの選択
screenshot.failure=スクリーンショットを保存できませんでした: %s
screenshot.success=スクリーンショットをファイル名 %s として保存しました
selectServer.add=サーバー追加
selectServer.defaultName=Minecraft サーバー
selectServer.delete=削除
selectServer.deleteButton=削除
selectServer.deleteQuestion=このサーバーを削除してもよろしいですか?
selectServer.deleteWarning=は完全に削除され、二度と元に戻せません!
selectServer.direct=ダイレクト接続
selectServer.edit=編集
selectServer.empty=未選択
selectServer.hiddenAddress=(非表示)
selectServer.refresh=更新
selectServer.select=サーバーに接続
selectServer.title=サーバー選択
selectWorld.allowCommands=チートを許可する:
selectWorld.allowCommands.info=/gamemode、/xp 等のコマンド
selectWorld.bonusItems=ボーナスチェスト:
selectWorld.cheats=チート
selectWorld.conversion=ワールドデータを変換する必要があります
selectWorld.create=ワールド新規作成
selectWorld.createDemo=新しいデモワールドで遊ぶ
selectWorld.customizeType=カスタマイズ
selectWorld.delete=削除
selectWorld.deleteButton=削除
selectWorld.deleteQuestion=このワールドを削除してもよろしいですか?
selectWorld.deleteWarning=は完全に削除され、二度と元に戻せません!
selectWorld.empty=未選択
selectWorld.enterName=ワールド名
selectWorld.enterSeed=ワールド生成のシード値
selectWorld.gameMode=ゲームモード
selectWorld.gameMode.adventure=アドベンチャー
selectWorld.gameMode.adventure.line1=サバイバルモードと同じですが、ブロックを
selectWorld.gameMode.adventure.line2=置いたり破壊することはできません
selectWorld.gameMode.creative=クリエイティブ
selectWorld.gameMode.creative.line1=無制限のアイテム、飛行可能、そして
selectWorld.gameMode.creative.line2=ブロックを瞬時に破壊できる
selectWorld.gameMode.hardcore=ハードコア
selectWorld.gameMode.hardcore.line1=サバイバルモードと同じだが、最も困難な難易度設定
selectWorld.gameMode.hardcore.line2=そしてひとつきりの命
selectWorld.gameMode.spectator=スペクテイター
selectWorld.gameMode.spectator.line1=鑑賞可能、干渉不可
selectWorld.gameMode.survival=サバイバル
selectWorld.gameMode.survival.line1=資材を探し、道具を作り、
selectWorld.gameMode.survival.line2=レベル、HP、空腹の要素がある
selectWorld.hardcoreMode=ハードコア:
selectWorld.hardcoreMode.info=死亡するとワールドが削除されます
selectWorld.mapFeatures=構造物を生成する:
selectWorld.mapFeatures.info=村、ダンジョンなど
selectWorld.mapType=ワールドタイプ:
selectWorld.mapType.normal=ノーマル
selectWorld.moreWorldOptions=その他のワールド設定...
selectWorld.newWorld=新規ワールド
selectWorld.newWorld.copyOf=%s のコピー
selectWorld.recreate=再生成
selectWorld.rename=名前を変更
selectWorld.renameButton=名前を変更
selectWorld.renameTitle=ワールド名の変更
selectWorld.resultFolder=保存先:
selectWorld.seedInfo=空白でランダム生成
selectWorld.select=選択したワールドで遊ぶ
selectWorld.title=ワールドを選択
selectWorld.world=ワールド
sign.edit=看板の編集
soundCategory.ambient=環境音
soundCategory.block=ブロック
soundCategory.hostile=敵対的生物
soundCategory.master=主音量
soundCategory.music=BGM
soundCategory.neutral=友好的生物
soundCategory.player=プレイヤー
soundCategory.record=ジュークボックス/音符ブロック
soundCategory.weather=天候
stat.animalsBred=動物を繁殖させた回数
stat.blocksButton=ブロック
stat.boatOneCm=ボートで移動した距離
stat.breakItem=%1$sを消耗した回数
stat.climbOneCm=登った距離
stat.craftItem=%1$sを作った回数
stat.crafted=作った回数
stat.createWorld=生成ワールド数
stat.crouchOneCm=スニークした距離
stat.damageDealt=与えたダメージ
stat.damageTaken=受けたダメージ
stat.deaths=死亡回数
stat.depleted=消耗した回数
stat.diveOneCm=水中歩行した距離
stat.drop=落としたアイテムの数
stat.entityKilledBy=%s に %s 回倒されました
stat.entityKilledBy.none=まだ %s に倒されたことがない
stat.entityKills=%s 体 %s を倒しました
stat.entityKills.none=まだ %s を倒したことがない
stat.fallOneCm=落下した距離
stat.fishCaught=釣った魚の数
stat.flyOneCm=浮いた距離
stat.generalButton=一般
stat.horseOneCm=ウマに乗って移動した距離
stat.itemsButton=アイテム
stat.joinMultiplayer=マルチプレイで遊んだ回数
stat.jump=ジャンプした回数
stat.junkFished=ゴミを釣り上げた回数
stat.leaveGame=ゲームを終了した回数
stat.loadWorld=読み込まれたワールドの数
stat.mineBlock=%1$sを採取した回数
stat.minecartOneCm=トロッコで移動した距離
stat.mined=採取した回数
stat.mobKills=倒したMobの数
stat.mobsButton=Mob
stat.pigOneCm=ブタで移動した距離
stat.playOneMinute=ゲームプレイ時間 (分)
stat.playerKills=倒したプレイヤーの数
stat.sprintOneCm=ダッシュした距離
stat.startGame=ゲームを起動した回数
stat.swimOneCm=泳いだ距離
stat.talkedToVillager=村人と会話した回数
stat.timeSinceDeath=最後に死亡してからの経過時間
stat.tradedWithVillager=村人と貿易した回数
stat.treasureFished=宝物を釣り上げた回数
stat.useItem=%1$sを使った回数
stat.used=使った回数
stat.walkOneCm=歩いた距離
stats.tooltip.type.achievement=実績
stats.tooltip.type.statistic=統計値
stream.confirm_start=配信を開始してもよろしいでしょうか?
stream.unavailable.account_not_bound=MinecraftでTwitch配信を使用する前に、mojang.comでTwitchアカウントをリンクする必要があります。今すぐ設定しますか?
stream.unavailable.account_not_bound.okay=アカウントをリンク
stream.unavailable.account_not_migrated=TwitchでMinecraftの放送をするためには、MojangアカウントにMinecraftのアカウントを移行する必要があります。今すぐしますか?
stream.unavailable.account_not_migrated.okay=アカウントの移行
stream.unavailable.failed_auth=Twitch認証に失敗しました。mojang.comに移動してTwitchアカウントを再設定してください。
stream.unavailable.failed_auth.okay=アカウントの再設定
stream.unavailable.failed_auth_error=Twitchの認証に失敗しました。後でもう一度やり直してください。
stream.unavailable.initialization_failure=Twitch SDK を正しく初期化できませんでした。
stream.unavailable.initialization_failure.extra=(理由: %s)
stream.unavailable.library_arch_mismatch=Minecraftの起動に使われているカスタムバージョンのJavaは、ランチャーで使用されているものと異なるアーキテクチャを持っています。32-bitか64-bitの何れのバージョンにしても、ランチャーと本体の両者アーキテクチャが同じであるか確認してください。
stream.unavailable.library_failure=Twitch配信サービスを利用する為に必要なライブラリを読み込むことができません。
stream.unavailable.no_fbo=Twitchでの放送を行うにはOpenGL3.0以上のサポート、またはエクステンションによるフレームバッファをサポートするビデオカードが必要です。
stream.unavailable.no_fbo.arb=ARBによるフレームバッファオブジェクトサポート:%s
stream.unavailable.no_fbo.blend=EXTによるセパレートブレンディングサポート:%s
stream.unavailable.no_fbo.ext=EXTによるフレームバッファーオブジェクトサポート:%s
stream.unavailable.no_fbo.version=現在使用している: %s
stream.unavailable.not_supported.mac=Twitch配信を利用する場合、残念ながら現在使用しているOS Xより新しいバージョンを必要とします。このサービスを利用するには、10.7(Mac OS X Lion)以降を使用しなければなりません。アップグレードについて、apple.com へアクセスしますか?
stream.unavailable.not_supported.mac.okay=アップグレード
stream.unavailable.not_supported.other=残念ながらTwitch配信機能の利用にはWindows(Vistaまたはそれ以降)またはMac OS X(10.7/Lionまたはそれ以降)が必要です。
stream.unavailable.not_supported.windows=残念ながらTwitch配信を利用する場合現在使用しているWindowsより新しいバージョンを必要とします。Windows Vistaまたはそれ以降を使用している必要があります。
stream.unavailable.report_to_mojang=Mojangに報告
stream.unavailable.soundflower.chat=Macで配信するにはSoundflowerが必要です。 %s
stream.unavailable.soundflower.chat.link=インストールするには、ここをクリックしてください。
stream.unavailable.title=Twitch配信不可
stream.unavailable.unknown=残念ながら現在、Twitchへ放送できません。理由は不明です。
stream.unavailable.unknown.chat=配信を開始出来ませんでした: %s
stream.user.mode.administrator=Twitch管理者
stream.user.mode.banned=BANされている
stream.user.mode.banned.other=%sのチャンネルでBANされている
stream.user.mode.banned.self=あなたのチャンネルでBANされている
stream.user.mode.broadcaster=配信者
stream.user.mode.broadcaster.other=配信者
stream.user.mode.broadcaster.self=配信者 (あなた!)
stream.user.mode.moderator=モデレーター
stream.user.mode.moderator.other=%s チャンネルのモデレーター
stream.user.mode.moderator.self=あなたのチャンネルのモデレーター
stream.user.mode.staff=Twitchスタッフ
stream.user.subscription.subscriber=購読者
stream.user.subscription.subscriber.other=%s チャンネルの購読者
stream.user.subscription.subscriber.self=あなたのチャンネルの購読者
stream.user.subscription.turbo=Twitch Turbo
stream.userinfo.ban=BAN
stream.userinfo.chatTooltip=ユーザーを管理にするにはクリック
stream.userinfo.mod=モデレーターへ昇格
stream.userinfo.timeout=タイムアウト
stream.userinfo.unban=BAN解除
stream.userinfo.unmod=モデレーターから降格
tile.acaciaFence.name=アカシアのフェンス
tile.acaciaFenceGate.name=アカシアのフェンスゲート
tile.activatorRail.name=アクティベーターレール
tile.anvil.intact.name=金床
tile.anvil.name=金床
tile.anvil.slightlyDamaged.name=少し壊れた金床
tile.anvil.veryDamaged.name=かなり壊れた金床
tile.barrier.name=バリアブロック
tile.beacon.name=ビーコン
tile.beacon.primary=主効果
tile.beacon.secondary=副効果
tile.bed.name=ベッド
tile.bed.noSleep=夜になるまで眠れません
tile.bed.notSafe=モンスターが近くにいるため眠ることができません
tile.bed.notValid=ベッドが存在しないか、あるいは塞がれています
tile.bed.occupied=このベッドは既に使われています
tile.bedrock.name=岩盤
tile.birchFence.name=シラカバのフェンス
tile.birchFenceGate.name=シラカバのフェンスゲート
tile.blockCoal.name=石炭ブロック
tile.blockDiamond.name=ダイヤモンドブロック
tile.blockEmerald.name=エメラルドブロック
tile.blockGold.name=金ブロック
tile.blockIron.name=鉄ブロック
tile.blockLapis.name=ラピスラズリブロック
tile.blockRedstone.name=レッドストーンブロック
tile.bookshelf.name=本棚
tile.brick.name=レンガ
tile.button.name=ボタン
tile.cactus.name=サボテン
tile.cake.name=ケーキ
tile.carrots.name=ニンジン
tile.cauldron.name=大釜
tile.chest.name=チェスト
tile.chestTrap.name=トラップチェスト
tile.clay.name=粘土
tile.clayHardened.name=堅焼き粘土
tile.clayHardenedStained.black.name=黒色の色付き粘土
tile.clayHardenedStained.blue.name=青色の色付き粘土
tile.clayHardenedStained.brown.name=茶色の色付き粘土
tile.clayHardenedStained.cyan.name=水色の色付き粘土
tile.clayHardenedStained.gray.name=灰色の色付き粘土
tile.clayHardenedStained.green.name=緑色の色付き粘土
tile.clayHardenedStained.lightBlue.name=空色の色付き粘土
tile.clayHardenedStained.lime.name=黄緑色の色付き粘土
tile.clayHardenedStained.magenta.name=赤紫色の色付き粘土
tile.clayHardenedStained.name=色付き粘土
tile.clayHardenedStained.orange.name=橙色の色付き粘土
tile.clayHardenedStained.pink.name=桃色の色付き粘土
tile.clayHardenedStained.purple.name=紫色の色付き粘土
tile.clayHardenedStained.red.name=赤色の色付き粘土
tile.clayHardenedStained.silver.name=薄灰色の色付き粘土
tile.clayHardenedStained.white.name=白色の色付き粘土
tile.clayHardenedStained.yellow.name=黄色の色付き粘土
tile.cloth.black.name=黒色の羊毛
tile.cloth.blue.name=青色の羊毛
tile.cloth.brown.name=茶色の羊毛
tile.cloth.cyan.name=水色の羊毛
tile.cloth.gray.name=灰色の羊毛
tile.cloth.green.name=緑色の羊毛
tile.cloth.lightBlue.name=空色の羊毛
tile.cloth.lime.name=黄緑色の羊毛
tile.cloth.magenta.name=赤紫色の羊毛
tile.cloth.name=羊毛
tile.cloth.orange.name=橙色の羊毛
tile.cloth.pink.name=桃色の羊毛
tile.cloth.purple.name=紫色の羊毛
tile.cloth.red.name=赤色の羊毛
tile.cloth.silver.name=薄灰色の羊毛
tile.cloth.white.name=羊毛
tile.cloth.yellow.name=黄色の羊毛
tile.cobbleWall.mossy.name=苔石の壁
tile.cobbleWall.normal.name=丸石の壁
tile.cocoa.name=カカオの実
tile.commandBlock.name=コマンドブロック
tile.crops.name=作物
tile.darkOakFence.name=ダークオークのフェンス
tile.darkOakFenceGate.name=ダークオークのフェンスゲート
tile.daylightDetector.name=日照センサー
tile.deadbush.name=枯れ木
tile.detectorRail.name=ディテクターレール
tile.dirt.coarse.name=粗い土
tile.dirt.default.name=土
tile.dirt.name=土
tile.dirt.podzol.name=ポドゾル
tile.dispenser.name=ディスペンサー
tile.doorIron.name=鉄のドア
tile.doorWood.name=木のドア
tile.doublePlant.fern.name=大きなシダ
tile.doublePlant.grass.name=高い草
tile.doublePlant.name=草
tile.doublePlant.paeonia.name=ボタン
tile.doublePlant.rose.name=バラの低木
tile.doublePlant.sunflower.name=ヒマワリ
tile.doublePlant.syringa.name=ライラック
tile.dragonEgg.name=ドラゴンの卵
tile.dropper.name=ドロッパー
tile.enchantmentTable.name=エンチャントテーブル
tile.endPortalFrame.name=エンドポータル
tile.enderChest.name=エンダーチェスト
tile.farmland.name=耕地
tile.fence.name=オークのフェンス
tile.fenceGate.name=オークのフェンスゲート
tile.fenceIron.name=鉄格子
tile.fire.name=炎
tile.flower1.dandelion.name=タンポポ
tile.flower1.name=花
tile.flower2.allium.name=レンゲソウ
tile.flower2.blueOrchid.name=ヒスイラン
tile.flower2.houstonia.name=ヒナソウ
tile.flower2.name=花
tile.flower2.oxeyeDaisy.name=フランスギク
tile.flower2.poppy.name=ポピー
tile.flower2.tulipOrange.name=橙色のチューリップ
tile.flower2.tulipPink.name=桃色のチューリップ
tile.flower2.tulipRed.name=赤色のチューリップ
tile.flower2.tulipWhite.name=白色のチューリップ
tile.furnace.name=かまど
tile.glass.name=ガラス
tile.goldenRail.name=パワードレール
tile.grass.name=草ブロック
tile.gravel.name=砂利
tile.hayBlock.name=干草の俵
tile.hellrock.name=ネザーラック
tile.hellsand.name=ソウルサンド
tile.hopper.name=ホッパー
tile.ice.name=氷
tile.icePacked.name=氷塊
tile.ironTrapdoor.name=鉄のトラップドア
tile.jukebox.name=ジュークボックス
tile.jungleFence.name=ジャングルのフェンス
tile.jungleFenceGate.name=ジャングルのフェンスゲート
tile.ladder.name=はしご
tile.lava.name=溶岩
tile.leaves.acacia.name=アカシアの葉
tile.leaves.big_oak.name=ダークオークの葉
tile.leaves.birch.name=シラカバの葉
tile.leaves.jungle.name=ジャングルの葉
tile.leaves.name=木の葉
tile.leaves.oak.name=オークの葉
tile.leaves.spruce.name=マツの葉
tile.lever.name=レバー
tile.lightgem.name=グロウストーン
tile.litpumpkin.name=ジャック・オ・ランタン
tile.lockedchest.name=鍵のかかったチェスト
tile.log.acacia.name=アカシアの原木
tile.log.big_oak.name=ダークオークの原木
tile.log.birch.name=シラカバの原木
tile.log.jungle.name=ジャングルの原木
tile.log.name=原木
tile.log.oak.name=オークの原木
tile.log.spruce.name=マツの原木
tile.melon.name=スイカ
tile.mobSpawner.name=モンスタースポナー
tile.monsterStoneEgg.brick.name=シルバーフィッシュ入り石レンガ
tile.monsterStoneEgg.chiseledbrick.name=模様入り石レンガモンスターエッグ
tile.monsterStoneEgg.cobble.name=シルバーフィッシュ入りの丸石
tile.monsterStoneEgg.crackedbrick.name=ひびの入った石レンガモンスターエッグ
tile.monsterStoneEgg.mossybrick.name=苔石レンガモンスターエッグ
tile.monsterStoneEgg.name=シルバーフィッシュ入りの石
tile.monsterStoneEgg.stone.name=シルバーフィッシュ入りの石
tile.mushroom.name=キノコ
tile.musicBlock.name=音符ブロック
tile.mycel.name=菌糸
tile.netherBrick.name=ネザーレンガ
tile.netherFence.name=ネザーレンガフェンス
tile.netherStalk.name=ネザーウォート
tile.netherquartz.name=ネザー水晶鉱石
tile.notGate.name=レッドストーントーチ
tile.obsidian.name=黒曜石
tile.oreCoal.name=石炭鉱石
tile.oreDiamond.name=ダイヤモンド鉱石
tile.oreEmerald.name=エメラルド鉱石
tile.oreGold.name=金鉱石
tile.oreIron.name=鉄鉱石
tile.oreLapis.name=ラピスラズリ鉱石
tile.oreRedstone.name=レッドストーン鉱石
tile.oreRuby.name=ルビー鉱石
tile.pistonBase.name=ピストン
tile.pistonStickyBase.name=粘着ピストン
tile.portal.name=ポータル
tile.potatoes.name=ジャガイモ
tile.pressurePlateStone.name=石の感圧板
tile.pressurePlateWood.name=木製の感圧板
tile.prismarine.bricks.name=プリズマリンレンガ
tile.prismarine.dark.name=ダークプリズマリン
tile.prismarine.rough.name=プリズマリン
tile.pumpkin.name=カボチャ
tile.quartzBlock.chiseled.name=模様入りネザー水晶ブロック
tile.quartzBlock.default.name=ネザー水晶ブロック
tile.quartzBlock.lines.name=柱状ネザー水晶ブロック
tile.quartzBlock.name=ネザー水晶ブロック
tile.rail.name=レール
tile.redSandStone.chiseled.name=模様入りの赤い砂岩
tile.redSandStone.default.name=赤砂岩
tile.redSandStone.name=赤い砂岩
tile.redSandStone.smooth.name=滑らかな赤い砂岩
tile.redstoneDust.name=レッドストーンダスト
tile.redstoneLight.name=レッドストーンランプ
tile.reeds.name=サトウキビ
tile.sand.default.name=砂
tile.sand.name=砂
tile.sand.red.name=赤砂
tile.sandStone.chiseled.name=模様入り砂岩
tile.sandStone.default.name=砂岩
tile.sandStone.name=砂岩
tile.sandStone.smooth.name=滑らかな砂岩
tile.sapling.acacia.name=アカシアの苗木
tile.sapling.big_oak.name=ダークオークの苗木
tile.sapling.birch.name=シラカバの苗木
tile.sapling.jungle.name=ジャングルの苗木
tile.sapling.oak.name=オークの苗木
tile.sapling.spruce.name=マツの苗木
tile.seaLantern.name=シーランタン
tile.sign.name=看板
tile.slime.name=スライムブロック
tile.snow.name=雪
tile.sponge.dry.name=スポンジ
tile.sponge.wet.name=濡れたスポンジ
tile.spruceFence.name=マツのフェンス
tile.spruceFenceGate.name=マツのフェンスゲート
tile.stainedGlass.black.name=黒色の色付きガラス
tile.stainedGlass.blue.name=青色の色付きガラス
tile.stainedGlass.brown.name=茶色の色付きガラス
tile.stainedGlass.cyan.name=水色の色付きガラス
tile.stainedGlass.gray.name=灰色の色付きガラス
tile.stainedGlass.green.name=緑色の色付きガラス
tile.stainedGlass.lightBlue.name=空色の色付きガラス
tile.stainedGlass.lime.name=黄緑色の色付きガラス
tile.stainedGlass.magenta.name=赤紫色の色付きガラス
tile.stainedGlass.name=色付きガラス
tile.stainedGlass.orange.name=橙色の色付きガラス
tile.stainedGlass.pink.name=桃色の色付きガラス
tile.stainedGlass.purple.name=紫色の色付きガラス
tile.stainedGlass.red.name=赤色の色付きガラス
tile.stainedGlass.silver.name=薄灰色の色付きガラス
tile.stainedGlass.white.name=白色の色付きガラス
tile.stainedGlass.yellow.name=黄色の色付きガラス
tile.stairsBrick.name=レンガの階段
tile.stairsNetherBrick.name=ネザーレンガの階段
tile.stairsQuartz.name=ネザー水晶の階段
tile.stairsRedSandStone.name=赤い砂岩の階段
tile.stairsSandStone.name=砂岩の階段
tile.stairsStone.name=石の階段
tile.stairsStoneBrickSmooth.name=石レンガの階段
tile.stairsWood.name=オークの木の階段
tile.stairsWoodAcacia.name=アカシアの木の階段
tile.stairsWoodBirch.name=シラカバの木の階段
tile.stairsWoodDarkOak.name=ダークオークの木の階段
tile.stairsWoodJungle.name=ジャングルの木の階段
tile.stairsWoodSpruce.name=マツの木の階段
tile.stone.andesite.name=安山岩
tile.stone.andesiteSmooth.name=磨かれた安山岩
tile.stone.diorite.name=閃緑岩
tile.stone.dioriteSmooth.name=磨かれた閃緑岩
tile.stone.granite.name=花崗岩
tile.stone.graniteSmooth.name=磨かれた花崗岩
tile.stone.stone.name=石
tile.stoneMoss.name=苔石
tile.stoneSlab.brick.name=レンガハーフブロック
tile.stoneSlab.cobble.name=丸石ハーフブロック
tile.stoneSlab.name=石ハーフブロック
tile.stoneSlab.netherBrick.name=ネザーレンガハーフブロック
tile.stoneSlab.quartz.name=ネザー水晶ハーフブロック
tile.stoneSlab.sand.name=砂岩ハーフブロック
tile.stoneSlab.smoothStoneBrick.name=石レンガハーフブロック
tile.stoneSlab.stone.name=石ハーフブロック
tile.stoneSlab.wood.name=木材ハーフブロック
tile.stoneSlab2.red_sandstone.name=赤い砂岩ハーフブロック
tile.stonebrick.name=丸石
tile.stonebricksmooth.chiseled.name=模様入り石レンガ
tile.stonebricksmooth.cracked.name=ひびの入った石レンガ
tile.stonebricksmooth.default.name=石レンガ
tile.stonebricksmooth.mossy.name=苔石レンガ
tile.stonebricksmooth.name=石レンガ
tile.tallgrass.fern.name=シダ
tile.tallgrass.grass.name=草
tile.tallgrass.name=草
tile.tallgrass.shrub.name=雑草
tile.thinGlass.name=板ガラス
tile.thinStainedGlass.black.name=黒色の色付きガラス板
tile.thinStainedGlass.blue.name=青色の色付きガラス板
tile.thinStainedGlass.brown.name=茶色の色付きガラス板
tile.thinStainedGlass.cyan.name=水色の色付きガラス板
tile.thinStainedGlass.gray.name=灰色の色付きガラス板
tile.thinStainedGlass.green.name=緑色の色付きガラス板
tile.thinStainedGlass.lightBlue.name=空色の色付きガラス板
tile.thinStainedGlass.lime.name=黄緑色の色付きガラス板
tile.thinStainedGlass.magenta.name=赤紫色の色付きガラス板
tile.thinStainedGlass.name=色付きガラス板
tile.thinStainedGlass.orange.name=橙色の色付きガラス板
tile.thinStainedGlass.pink.name=桃色の色付きガラス板
tile.thinStainedGlass.purple.name=紫色の色付きガラス板
tile.thinStainedGlass.red.name=赤色の色付きガラス板
tile.thinStainedGlass.silver.name=薄灰色の色付きガラス板
tile.thinStainedGlass.white.name=白色の色付きガラス板
tile.thinStainedGlass.yellow.name=黄色の色付きガラス板
tile.tnt.name=TNT
tile.torch.name=松明
tile.trapdoor.name=トラップドア
tile.tripWire.name=トリップワイヤー
tile.tripWireSource.name=トリップワイヤーフック
tile.vine.name=つる
tile.water.name=水
tile.waterlily.name=スイレンの葉
tile.web.name=クモの巣
tile.weightedPlate_heavy.name=重量感圧板 (重)
tile.weightedPlate_light.name=重量感圧板 (軽)
tile.whiteStone.name=エンドストーン
tile.wood.acacia.name=アカシアの木材
tile.wood.big_oak.name=ダークオークの木材
tile.wood.birch.name=シラカバの木材
tile.wood.jungle.name=ジャングルの木材
tile.wood.name=木材
tile.wood.oak.name=オークの木材
tile.wood.spruce.name=マツの木材
tile.woodSlab.acacia.name=アカシアの木材ハーフブロック
tile.woodSlab.big_oak.name=ダークオークの木材ハーフブロック
tile.woodSlab.birch.name=シラカバの木材ハーフブロック
tile.woodSlab.jungle.name=ジャングルの木材ハーフブロック
tile.woodSlab.name=木材のハーフブロック
tile.woodSlab.oak.name=オークの木材ハーフブロック
tile.woodSlab.spruce.name=マツの木材ハーフブロック
tile.woolCarpet.black.name=黒色のカーペット
tile.woolCarpet.blue.name=青色のカーペット
tile.woolCarpet.brown.name=茶色のカーペット
tile.woolCarpet.cyan.name=水色のカーペット
tile.woolCarpet.gray.name=灰色のカーペット
tile.woolCarpet.green.name=緑色のカーペット
tile.woolCarpet.lightBlue.name=空色のカーペット
tile.woolCarpet.lime.name=黄緑色のカーペット
tile.woolCarpet.magenta.name=赤紫色のカーペット
tile.woolCarpet.name=絨毯
tile.woolCarpet.orange.name=橙色のカーペット
tile.woolCarpet.pink.name=桃色のカーペット
tile.woolCarpet.purple.name=紫色のカーペット
tile.woolCarpet.red.name=赤色のカーペット
tile.woolCarpet.silver.name=薄灰色のカーペット
tile.woolCarpet.white.name=カーペット
tile.woolCarpet.yellow.name=黄色のカーペット
tile.workbench.name=作業台
title.oldgl1=「古いビデオカードが検出されました。これにより拒否された可能性があります」
title.oldgl2=将来的に、遊ぶには OpenGL 2.0 が必要になる可能性があります。
translation.test.args=%s %s
translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!
translation.test.escape=%%s %%%s %%%%s %%%%%s
translation.test.invalid=hi %
translation.test.invalid2=hi %s
translation.test.none=Hello, world!
translation.test.world=world
|