Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Side by Side Diff: icu52/source/data/locales/zh.txt

Issue 247663002: Trim unit* sections in data/locales/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/locales/vi.txt ('k') | icu52/source/data/locales/zh_Hans_HK.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2013 International Business Machines 3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/zh.xml 6 // * Source File: <path>/common/main/zh.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/zh.xml 10 * ICU <specials> source: <path>/common/main/zh.xml
(...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 Tone{"音调"} 2206 Tone{"音调"}
2207 UNGEGN{"联合国地名专家组 (UNGEGN)"} 2207 UNGEGN{"联合国地名专家组 (UNGEGN)"}
2208 x-Accents{"重音符号"} 2208 x-Accents{"重音符号"}
2209 x-Fullwidth{"全角"} 2209 x-Fullwidth{"全角"}
2210 x-Halfwidth{"半角"} 2210 x-Halfwidth{"半角"}
2211 x-Jamo{"韩文字母"} 2211 x-Jamo{"韩文字母"}
2212 x-Pinyin{"拼音"} 2212 x-Pinyin{"拼音"}
2213 x-Publishing{"印刷体"} 2213 x-Publishing{"印刷体"}
2214 } 2214 }
2215 units{ 2215 units{
2216 acceleration{
2217 g-force{
2218 other{"{0}G力"}
2219 }
2220 }
2221 angle{
2222 arc-minute{
2223 other{"{0}分钟"}
2224 }
2225 arc-second{
2226 other{"{0}秒钟"}
2227 }
2228 degree{
2229 other{"{0}度"}
2230 }
2231 }
2232 area{
2233 acre{
2234 other{"{0}英亩"}
2235 }
2236 hectare{
2237 other{"{0}公顷"}
2238 }
2239 square-foot{
2240 other{"{0}平方英尺"}
2241 }
2242 square-kilometer{
2243 other{"{0}平方公里"}
2244 }
2245 square-meter{
2246 other{"{0}平方米"}
2247 }
2248 square-mile{
2249 other{"{0}平方英里"}
2250 }
2251 }
2252 compound{ 2216 compound{
2253 per{"{0}每{1}"} 2217 per{"{0}每{1}"}
2254 } 2218 }
2255 duration{ 2219 duration{
2256 day{ 2220 day{
2257 other{"{0}天"} 2221 other{"{0}天"}
2258 } 2222 }
2259 hour{ 2223 hour{
2260 other{"{0}小时"} 2224 other{"{0}小时"}
2261 } 2225 }
2262 millisecond{ 2226 millisecond{
2263 other{"{0}毫秒"} 2227 other{"{0}毫秒"}
2264 } 2228 }
2265 minute{ 2229 minute{
2266 other{"{0}分钟"} 2230 other{"{0}分钟"}
2267 } 2231 }
2268 month{ 2232 month{
2269 other{"{0}个月"} 2233 other{"{0}个月"}
2270 } 2234 }
2271 second{ 2235 second{
2272 other{"{0}秒钟"} 2236 other{"{0}秒钟"}
2273 } 2237 }
2274 week{ 2238 week{
2275 other{"{0}周"} 2239 other{"{0}周"}
2276 } 2240 }
2277 year{ 2241 year{
2278 other{"{0}年"} 2242 other{"{0}年"}
2279 } 2243 }
2280 } 2244 }
2281 length{
2282 centimeter{
2283 other{"{0}厘米"}
2284 }
2285 foot{
2286 other{"{0}英尺"}
2287 }
2288 inch{
2289 other{"{0}英寸"}
2290 }
2291 kilometer{
2292 other{"{0}公里"}
2293 }
2294 light-year{
2295 other{"{0}光年"}
2296 }
2297 meter{
2298 other{"{0}米"}
2299 }
2300 mile{
2301 other{"{0}英里"}
2302 }
2303 millimeter{
2304 other{"{0}毫米"}
2305 }
2306 picometer{
2307 other{"{0}皮米"}
2308 }
2309 yard{
2310 other{"{0}码"}
2311 }
2312 }
2313 mass{
2314 gram{
2315 other{"{0}克"}
2316 }
2317 kilogram{
2318 other{"{0}千克"}
2319 }
2320 ounce{
2321 other{"{0}盎司"}
2322 }
2323 pound{
2324 other{"{0}磅"}
2325 }
2326 }
2327 power{
2328 horsepower{
2329 other{"{0}马力"}
2330 }
2331 kilowatt{
2332 other{"{0}千瓦"}
2333 }
2334 watt{
2335 other{"{0}瓦特"}
2336 }
2337 }
2338 pressure{
2339 hectopascal{
2340 other{"{0}百帕斯卡"}
2341 }
2342 inch-hg{
2343 other{"{0}英寸汞柱"}
2344 }
2345 millibar{
2346 other{"{0}毫巴"}
2347 }
2348 }
2349 speed{
2350 kilometer-per-hour{
2351 other{"{0}千米每小时"}
2352 }
2353 meter-per-second{
2354 other{"{0}米每秒"}
2355 }
2356 mile-per-hour{
2357 other{"{0}英里每小时"}
2358 }
2359 }
2360 temperature{
2361 celsius{
2362 other{"{0}摄氏度"}
2363 }
2364 fahrenheit{
2365 other{"{0}华氏度"}
2366 }
2367 }
2368 volume{
2369 cubic-kilometer{
2370 other{"{0}立方公里"}
2371 }
2372 cubic-mile{
2373 other{"{0}立方英里"}
2374 }
2375 liter{
2376 other{"{0}公升"}
2377 }
2378 }
2379 } 2245 }
2380 unitsNarrow{ 2246 unitsNarrow{
2381 acceleration{
2382 g-force{
2383 other{"{0}G"}
2384 }
2385 }
2386 angle{
2387 arc-minute{
2388 other{"{0}′"}
2389 }
2390 arc-second{
2391 other{"{0}″"}
2392 }
2393 degree{
2394 other{"{0}°"}
2395 }
2396 }
2397 area{
2398 acre{
2399 other{"{0}ac"}
2400 }
2401 hectare{
2402 other{"{0}ha"}
2403 }
2404 square-foot{
2405 other{"{0}ft²"}
2406 }
2407 square-kilometer{
2408 other{"{0}km²"}
2409 }
2410 square-meter{
2411 other{"{0}m²"}
2412 }
2413 square-mile{
2414 other{"{0}mi²"}
2415 }
2416 }
2417 compound{ 2247 compound{
2418 per{"{0}/{1}"} 2248 per{"{0}/{1}"}
2419 } 2249 }
2420 duration{ 2250 duration{
2421 day{ 2251 day{
2422 other{"{0}天"} 2252 other{"{0}天"}
2423 } 2253 }
2424 hour{ 2254 hour{
2425 other{"{0}小时"} 2255 other{"{0}小时"}
2426 } 2256 }
2427 millisecond{ 2257 millisecond{
2428 other{"{0}毫秒"} 2258 other{"{0}毫秒"}
2429 } 2259 }
2430 minute{ 2260 minute{
2431 other{"{0}分钟"} 2261 other{"{0}分钟"}
2432 } 2262 }
2433 month{ 2263 month{
2434 other{"{0}个月"} 2264 other{"{0}个月"}
2435 } 2265 }
2436 second{ 2266 second{
2437 other{"{0}秒"} 2267 other{"{0}秒"}
2438 } 2268 }
2439 week{ 2269 week{
2440 other{"{0}周"} 2270 other{"{0}周"}
2441 } 2271 }
2442 year{ 2272 year{
2443 other{"{0}年"} 2273 other{"{0}年"}
2444 } 2274 }
2445 } 2275 }
2446 length{
2447 centimeter{
2448 other{"{0}cm"}
2449 }
2450 foot{
2451 other{"{0}′"}
2452 }
2453 inch{
2454 other{"{0}″"}
2455 }
2456 kilometer{
2457 other{"{0}km"}
2458 }
2459 light-year{
2460 other{"{0}ly"}
2461 }
2462 meter{
2463 other{"{0}m"}
2464 }
2465 mile{
2466 other{"{0}mi"}
2467 }
2468 millimeter{
2469 other{"{0}mm"}
2470 }
2471 picometer{
2472 other{"{0}pm"}
2473 }
2474 yard{
2475 other{"{0}yd"}
2476 }
2477 }
2478 mass{
2479 gram{
2480 other{"{0}克"}
2481 }
2482 kilogram{
2483 other{"{0}千克"}
2484 }
2485 ounce{
2486 other{"{0}盎司"}
2487 }
2488 pound{
2489 other{"{0}磅"}
2490 }
2491 }
2492 power{
2493 horsepower{
2494 other{"{0}hp"}
2495 }
2496 kilowatt{
2497 other{"{0}kW"}
2498 }
2499 watt{
2500 other{"{0}W"}
2501 }
2502 }
2503 pressure{
2504 hectopascal{
2505 other{"{0}hPa"}
2506 }
2507 inch-hg{
2508 other{"{0}\u0022 Hg"}
2509 }
2510 millibar{
2511 other{"{0}mb"}
2512 }
2513 }
2514 speed{
2515 kilometer-per-hour{
2516 other{"{0}km/h"}
2517 }
2518 meter-per-second{
2519 other{"{0}m/s"}
2520 }
2521 mile-per-hour{
2522 other{"{0}mi/h"}
2523 }
2524 }
2525 temperature{
2526 celsius{
2527 other{"{0}°"}
2528 }
2529 fahrenheit{
2530 other{"{0}°F"}
2531 }
2532 }
2533 volume{
2534 cubic-kilometer{
2535 other{"{0}km³"}
2536 }
2537 cubic-mile{
2538 other{"{0}mi³"}
2539 }
2540 liter{
2541 other{"{0}l"}
2542 }
2543 }
2544 } 2276 }
2545 unitsShort{ 2277 unitsShort{
2546 acceleration{
2547 g-force{
2548 other{"{0} G"}
2549 }
2550 }
2551 angle{
2552 arc-minute{
2553 other{"{0}分"}
2554 }
2555 arc-second{
2556 other{"{0}秒"}
2557 }
2558 degree{
2559 other{"{0}°"}
2560 }
2561 }
2562 area{
2563 acre{
2564 other{"{0} ac"}
2565 }
2566 hectare{
2567 other{"{0} ha"}
2568 }
2569 square-foot{
2570 other{"{0} ft²"}
2571 }
2572 square-kilometer{
2573 other{"{0} km²"}
2574 }
2575 square-meter{
2576 other{"{0} m²"}
2577 }
2578 square-mile{
2579 other{"{0} mi²"}
2580 }
2581 }
2582 compound{ 2278 compound{
2583 per{"{0}/{1}"} 2279 per{"{0}/{1}"}
2584 } 2280 }
2585 duration{ 2281 duration{
2586 day{ 2282 day{
2587 other{"{0}天"} 2283 other{"{0}天"}
2588 } 2284 }
2589 hour{ 2285 hour{
2590 other{"{0}小时"} 2286 other{"{0}小时"}
2591 } 2287 }
2592 millisecond{ 2288 millisecond{
2593 other{"{0}毫秒"} 2289 other{"{0}毫秒"}
2594 } 2290 }
2595 minute{ 2291 minute{
2596 other{"{0}分钟"} 2292 other{"{0}分钟"}
2597 } 2293 }
2598 month{ 2294 month{
2599 other{"{0}个月"} 2295 other{"{0}个月"}
2600 } 2296 }
2601 second{ 2297 second{
2602 other{"{0}秒"} 2298 other{"{0}秒"}
2603 } 2299 }
2604 week{ 2300 week{
2605 other{"{0}周"} 2301 other{"{0}周"}
2606 } 2302 }
2607 year{ 2303 year{
2608 other{"{0}年"} 2304 other{"{0}年"}
2609 } 2305 }
2610 } 2306 }
2611 length{
2612 centimeter{
2613 other{"{0} cm"}
2614 }
2615 foot{
2616 other{"{0} ft"}
2617 }
2618 inch{
2619 other{"{0} in"}
2620 }
2621 kilometer{
2622 other{"{0} km"}
2623 }
2624 light-year{
2625 other{"{0} ly"}
2626 }
2627 meter{
2628 other{"{0} m"}
2629 }
2630 mile{
2631 other{"{0} mi"}
2632 }
2633 millimeter{
2634 other{"{0} mm"}
2635 }
2636 picometer{
2637 other{"{0} pm"}
2638 }
2639 yard{
2640 other{"{0} yd"}
2641 }
2642 }
2643 mass{
2644 gram{
2645 other{"{0}克"}
2646 }
2647 kilogram{
2648 other{"{0}千克"}
2649 }
2650 ounce{
2651 other{"{0}盎司"}
2652 }
2653 pound{
2654 other{"{0}磅"}
2655 }
2656 }
2657 power{
2658 horsepower{
2659 other{"{0} hp"}
2660 }
2661 kilowatt{
2662 other{"{0} kW"}
2663 }
2664 watt{
2665 other{"{0}瓦"}
2666 }
2667 }
2668 pressure{
2669 hectopascal{
2670 other{"{0} hPa"}
2671 }
2672 inch-hg{
2673 other{"{0} inHg"}
2674 }
2675 millibar{
2676 other{"{0} mb"}
2677 }
2678 }
2679 speed{
2680 kilometer-per-hour{
2681 other{"{0}千米/小时"}
2682 }
2683 meter-per-second{
2684 other{"{0}米/秒"}
2685 }
2686 mile-per-hour{
2687 other{"{0}英里/小时"}
2688 }
2689 }
2690 temperature{
2691 celsius{
2692 other{"{0}°C"}
2693 }
2694 fahrenheit{
2695 other{"{0}°F"}
2696 }
2697 }
2698 volume{
2699 cubic-kilometer{
2700 other{"{0} km³"}
2701 }
2702 cubic-mile{
2703 other{"{0} mi³"}
2704 }
2705 liter{
2706 other{"{0}升"}
2707 }
2708 }
2709 } 2307 }
2710 } 2308 }
OLDNEW
« no previous file with comments | « icu52/source/data/locales/vi.txt ('k') | icu52/source/data/locales/zh_Hans_HK.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698