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

Side by Side Diff: source/data/unit/es_PY.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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
« no previous file with comments | « source/data/unit/es_PR.txt ('k') | source/data/unit/es_SV.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) 2014 International Business Machines 3 // * Copyright (C) 2015 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/es_PY.xml 6 // * Source File: <path>/common/main/es_PY.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_PY{ 9 es_PY{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.1.6.69"} 11 Version{"2.1.19.94"}
12 units{
13 duration{
14 year{
15 per{"{0}/año"}
16 }
17 }
18 electric{
19 ampere{
20 dnam{"amperios"}
21 one{"{0} amperio"}
22 other{"{0} amperios"}
23 }
24 milliampere{
25 dnam{"miliamperios"}
26 one{"{0} miliamperio"}
27 other{"{0} miliamperios"}
28 }
29 ohm{
30 one{"{0} ohmio"}
31 other{"{0} ohmios"}
32 }
33 volt{
34 one{"{0} voltio"}
35 other{"{0} voltios"}
36 }
37 }
38 }
39 unitsNarrow{
40 duration{
41 day{
42 dnam{"día"}
43 }
44 month{
45 dnam{"mes"}
46 }
47 year{
48 dnam{"año"}
49 }
50 }
51 }
52 unitsShort{
53 duration{
54 day{
55 dnam{"días"}
56 one{"{0} día"}
57 other{"{0} días"}
58 per{"{0}/día"}
59 }
60 month{
61 dnam{"meses"}
62 one{"{0} mes"}
63 other{"{0} meses"}
64 per{"{0}/mes"}
65 }
66 second{
67 dnam{"seg."}
68 one{"{0} seg."}
69 other{"{0} seg."}
70 per{"{0}/seg."}
71 }
72 year{
73 dnam{"años"}
74 one{"{0} año"}
75 other{"{0} años"}
76 per{"{0}/año"}
77 }
78 }
79 electric{
80 volt{
81 dnam{"voltios"}
82 }
83 }
84 power{
85 watt{
86 dnam{"vatios"}
87 }
88 }
89 }
12 } 90 }
OLDNEW
« no previous file with comments | « source/data/unit/es_PR.txt ('k') | source/data/unit/es_SV.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698