Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/am.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/am.xml |
michael@0 | 11 | */ |
michael@0 | 12 | am{ |
michael@0 | 13 | AuxExemplarCharacters{"[]"} |
michael@0 | 14 | Ellipsis{ |
michael@0 | 15 | final{"{0}…"} |
michael@0 | 16 | initial{"…{0}"} |
michael@0 | 17 | medial{"{0}…{1}"} |
michael@0 | 18 | } |
michael@0 | 19 | ExemplarCharacters{ |
michael@0 | 20 | "[ሀ ሁ ሂ ሃ ሄ ህ ሆ ለ ሉ ሊ ላ ሌ ል ሎ ሏ ሐ ሑ ሒ ሓ ሔ ሕ ሖ ሗ መ ሙ ሚ ማ ሜ ም ሞ ሟ ሠ ሡ ሢ ሣ ሤ ሥ ሦ" |
michael@0 | 21 | " ሧ ረ ሩ ሪ ራ ሬ ር ሮ ሯ ሰ ሱ ሲ ሳ ሴ ስ ሶ ሷ ሸ ሹ ሺ ሻ ሼ ሽ ሾ ሿ ቀ ቁ ቂ ቃ ቄ ቅ ቆ ቈ ቊ ቋ ቌ ቍ በ" |
michael@0 | 22 | " ቡ ቢ ባ ቤ ብ ቦ ቧ ቨ ቩ ቪ ቫ ቬ ቭ ቮ ቯ ተ ቱ ቲ ታ ቴ ት ቶ ቷ ቸ ቹ ቺ ቻ ቼ ች ቾ ቿ ኀ ኁ ኂ ኃ ኄ ኅ ኆ" |
michael@0 | 23 | " ኈ ኊ ኋ ኌ ኍ ነ ኑ ኒ ና ኔ ን ኖ ኗ ኘ ኙ ኚ ኛ ኜ ኝ ኞ ኟ አ ኡ ኢ ኣ ኤ እ ኦ ኧ ከ ኩ ኪ ካ ኬ ክ ኮ ኰ ኲ" |
michael@0 | 24 | " ኳ ኴ ኵ ኸ ኹ ኺ ኻ ኼ ኽ ኾ ወ ዉ ዊ ዋ ዌ ው ዎ ዐ ዑ ዒ ዓ ዔ ዕ ዖ ዘ ዙ ዚ ዛ ዜ ዝ ዞ ዟ ዠ ዡ ዢ ዣ ዤ ዥ" |
michael@0 | 25 | " ዦ ዧ የ ዩ ዪ ያ ዬ ይ ዮ ደ ዱ ዲ ዳ ዴ ድ ዶ ዷ ጀ ጁ ጂ ጃ ጄ ጅ ጆ ጇ ገ ጉ ጊ ጋ ጌ ግ ጎ ጐ ጒ ጓ ጔ ጕ ጠ" |
michael@0 | 26 | " ጡ ጢ ጣ ጤ ጥ ጦ ጧ ጨ ጩ ጪ ጫ ጬ ጭ ጮ ጯ ጰ ጱ ጲ ጳ ጴ ጵ ጶ ጷ ጸ ጹ ጺ ጻ ጼ ጽ ጾ ጿ ፀ ፁ ፂ ፃ ፄ ፅ ፆ" |
michael@0 | 27 | " ፈ ፉ ፊ ፋ ፌ ፍ ፎ ፏ ፐ ፑ ፒ ፓ ፔ ፕ ፖ ፗ]" |
michael@0 | 28 | } |
michael@0 | 29 | ExemplarCharactersPunctuation{"[‐ – , ፡ ፣ ፤ ፥ ፦ ! ? . ። ‹ › « » ( ) \\[ \\]]"} |
michael@0 | 30 | LocaleScript{ |
michael@0 | 31 | "Ethi", |
michael@0 | 32 | } |
michael@0 | 33 | MoreInformation{"?"} |
michael@0 | 34 | NumberElements{ |
michael@0 | 35 | default{"latn"} |
michael@0 | 36 | latn{ |
michael@0 | 37 | miscPatterns{ |
michael@0 | 38 | atLeast{"{0}+"} |
michael@0 | 39 | range{"{0}–{1}"} |
michael@0 | 40 | } |
michael@0 | 41 | patterns{ |
michael@0 | 42 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 43 | currencyFormat{"¤#,##0.00"} |
michael@0 | 44 | decimalFormat{"#,##0.###"} |
michael@0 | 45 | percentFormat{"#,##0%"} |
michael@0 | 46 | scientificFormat{"#E0"} |
michael@0 | 47 | } |
michael@0 | 48 | patternsLong{ |
michael@0 | 49 | decimalFormat{ |
michael@0 | 50 | 1000{ |
michael@0 | 51 | one{"0 ሺ"} |
michael@0 | 52 | other{"0 ሺ"} |
michael@0 | 53 | } |
michael@0 | 54 | 10000{ |
michael@0 | 55 | one{"00 ሺ"} |
michael@0 | 56 | other{"00 ሺ"} |
michael@0 | 57 | } |
michael@0 | 58 | 100000{ |
michael@0 | 59 | one{"000 ሺ"} |
michael@0 | 60 | other{"000 ሺ"} |
michael@0 | 61 | } |
michael@0 | 62 | 1000000{ |
michael@0 | 63 | one{"0 ሚሊዮን"} |
michael@0 | 64 | other{"0 ሚሊዮን"} |
michael@0 | 65 | } |
michael@0 | 66 | 10000000{ |
michael@0 | 67 | one{"00 ሚሊዮን"} |
michael@0 | 68 | other{"00 ሚሊዮን"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000{ |
michael@0 | 71 | one{"000 ሚሊዮን"} |
michael@0 | 72 | other{"000 ሚሊዮን"} |
michael@0 | 73 | } |
michael@0 | 74 | 1000000000{ |
michael@0 | 75 | one{"0 ቢሊዮን"} |
michael@0 | 76 | other{"0 ቢሊዮን"} |
michael@0 | 77 | } |
michael@0 | 78 | 10000000000{ |
michael@0 | 79 | one{"00 ቢሊዮን"} |
michael@0 | 80 | other{"00 ቢሊዮን"} |
michael@0 | 81 | } |
michael@0 | 82 | 100000000000{ |
michael@0 | 83 | one{"000 ቢሊዮን"} |
michael@0 | 84 | other{"000 ቢሊዮን"} |
michael@0 | 85 | } |
michael@0 | 86 | 1000000000000{ |
michael@0 | 87 | one{"0 ትሪሊዮን"} |
michael@0 | 88 | other{"0 ትሪሊዮን"} |
michael@0 | 89 | } |
michael@0 | 90 | 10000000000000{ |
michael@0 | 91 | one{"00 ትሪሊዮን"} |
michael@0 | 92 | other{"00 ትሪሊዮን"} |
michael@0 | 93 | } |
michael@0 | 94 | 100000000000000{ |
michael@0 | 95 | one{"000 ትሪሊዮን"} |
michael@0 | 96 | other{"000 ትሪሊዮን"} |
michael@0 | 97 | } |
michael@0 | 98 | } |
michael@0 | 99 | } |
michael@0 | 100 | patternsShort{ |
michael@0 | 101 | decimalFormat{ |
michael@0 | 102 | 1000{ |
michael@0 | 103 | one{"0 ሺ"} |
michael@0 | 104 | other{"0 ሺ"} |
michael@0 | 105 | } |
michael@0 | 106 | 10000{ |
michael@0 | 107 | one{"00 ሺ"} |
michael@0 | 108 | other{"00 ሺ"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000{ |
michael@0 | 111 | one{"000 ሺ"} |
michael@0 | 112 | other{"000 ሺ"} |
michael@0 | 113 | } |
michael@0 | 114 | 1000000{ |
michael@0 | 115 | one{"0 ሜትር"} |
michael@0 | 116 | other{"0 ሜትር"} |
michael@0 | 117 | } |
michael@0 | 118 | 10000000{ |
michael@0 | 119 | one{"00 ሜትር"} |
michael@0 | 120 | other{"00 ሜትር"} |
michael@0 | 121 | } |
michael@0 | 122 | 100000000{ |
michael@0 | 123 | one{"000 ሜትር"} |
michael@0 | 124 | other{"000 ሜትር"} |
michael@0 | 125 | } |
michael@0 | 126 | 1000000000{ |
michael@0 | 127 | one{"0 ቢ"} |
michael@0 | 128 | other{"0 ቢ"} |
michael@0 | 129 | } |
michael@0 | 130 | 10000000000{ |
michael@0 | 131 | one{"00 ቢ"} |
michael@0 | 132 | other{"00 ቢ"} |
michael@0 | 133 | } |
michael@0 | 134 | 100000000000{ |
michael@0 | 135 | one{"000 ቢ"} |
michael@0 | 136 | other{"000 ቢ"} |
michael@0 | 137 | } |
michael@0 | 138 | 1000000000000{ |
michael@0 | 139 | one{"0 ት"} |
michael@0 | 140 | other{"0 ት"} |
michael@0 | 141 | } |
michael@0 | 142 | 10000000000000{ |
michael@0 | 143 | one{"00 ት"} |
michael@0 | 144 | other{"00 ት"} |
michael@0 | 145 | } |
michael@0 | 146 | 100000000000000{ |
michael@0 | 147 | one{"000 ት"} |
michael@0 | 148 | other{"000 ት"} |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | } |
michael@0 | 152 | symbols{ |
michael@0 | 153 | decimal{"."} |
michael@0 | 154 | exponential{"E"} |
michael@0 | 155 | group{","} |
michael@0 | 156 | infinity{"∞"} |
michael@0 | 157 | list{";"} |
michael@0 | 158 | minusSign{"-"} |
michael@0 | 159 | nan{"NaN"} |
michael@0 | 160 | perMille{"‰"} |
michael@0 | 161 | percentSign{"%"} |
michael@0 | 162 | plusSign{"+"} |
michael@0 | 163 | superscriptingExponent{"×"} |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | native{"latn"} |
michael@0 | 167 | traditional{"ethi"} |
michael@0 | 168 | } |
michael@0 | 169 | Version{"2.0.92.87"} |
michael@0 | 170 | calendar{ |
michael@0 | 171 | ethiopic{ |
michael@0 | 172 | monthNames{ |
michael@0 | 173 | format{ |
michael@0 | 174 | abbreviated{ |
michael@0 | 175 | "መስከ", |
michael@0 | 176 | "ጥቅም", |
michael@0 | 177 | "ኅዳር", |
michael@0 | 178 | "ታኅሣ", |
michael@0 | 179 | "ጥር", |
michael@0 | 180 | "የካቲ", |
michael@0 | 181 | "መጋቢ", |
michael@0 | 182 | "ሚያዝ", |
michael@0 | 183 | "ግንቦ", |
michael@0 | 184 | "ሰኔ", |
michael@0 | 185 | "ሐምሌ", |
michael@0 | 186 | "ነሐሴ", |
michael@0 | 187 | "ጳጉሜ", |
michael@0 | 188 | } |
michael@0 | 189 | narrow{ |
michael@0 | 190 | "1", |
michael@0 | 191 | "2", |
michael@0 | 192 | "3", |
michael@0 | 193 | "4", |
michael@0 | 194 | "5", |
michael@0 | 195 | "6", |
michael@0 | 196 | "7", |
michael@0 | 197 | "8", |
michael@0 | 198 | "9", |
michael@0 | 199 | "10", |
michael@0 | 200 | "11", |
michael@0 | 201 | "12", |
michael@0 | 202 | "13", |
michael@0 | 203 | } |
michael@0 | 204 | wide{ |
michael@0 | 205 | "መስከረም", |
michael@0 | 206 | "ጥቅምት", |
michael@0 | 207 | "ኅዳር", |
michael@0 | 208 | "ታኅሣሥ", |
michael@0 | 209 | "ጥር", |
michael@0 | 210 | "የካቲት", |
michael@0 | 211 | "መጋቢት", |
michael@0 | 212 | "ሚያዝያ", |
michael@0 | 213 | "ግንቦት", |
michael@0 | 214 | "ሰኔ", |
michael@0 | 215 | "ሐምሌ", |
michael@0 | 216 | "ነሐሴ", |
michael@0 | 217 | "ጳጉሜን", |
michael@0 | 218 | } |
michael@0 | 219 | } |
michael@0 | 220 | stand-alone{ |
michael@0 | 221 | abbreviated{ |
michael@0 | 222 | "መስከ", |
michael@0 | 223 | "ጥቅም", |
michael@0 | 224 | "ኅዳር", |
michael@0 | 225 | "ታኅሣ", |
michael@0 | 226 | "ጥር", |
michael@0 | 227 | "የካቲ", |
michael@0 | 228 | "መጋቢ", |
michael@0 | 229 | "ሚያዝ", |
michael@0 | 230 | "ግንቦ", |
michael@0 | 231 | "ሰኔ", |
michael@0 | 232 | "ሐምሌ", |
michael@0 | 233 | "ነሐሴ", |
michael@0 | 234 | "ጳጉሜ", |
michael@0 | 235 | } |
michael@0 | 236 | narrow{ |
michael@0 | 237 | "1", |
michael@0 | 238 | "2", |
michael@0 | 239 | "3", |
michael@0 | 240 | "4", |
michael@0 | 241 | "5", |
michael@0 | 242 | "6", |
michael@0 | 243 | "7", |
michael@0 | 244 | "8", |
michael@0 | 245 | "9", |
michael@0 | 246 | "10", |
michael@0 | 247 | "11", |
michael@0 | 248 | "12", |
michael@0 | 249 | "13", |
michael@0 | 250 | } |
michael@0 | 251 | wide{ |
michael@0 | 252 | "መስከረም", |
michael@0 | 253 | "ጥቅምት", |
michael@0 | 254 | "ኅዳር", |
michael@0 | 255 | "ታኅሣሥ", |
michael@0 | 256 | "ጥር", |
michael@0 | 257 | "የካቲት", |
michael@0 | 258 | "መጋቢት", |
michael@0 | 259 | "ሚያዝያ", |
michael@0 | 260 | "ግንቦት", |
michael@0 | 261 | "ሰኔ", |
michael@0 | 262 | "ሐምሌ", |
michael@0 | 263 | "ነሐሴ", |
michael@0 | 264 | "ጳጉሜን", |
michael@0 | 265 | } |
michael@0 | 266 | } |
michael@0 | 267 | } |
michael@0 | 268 | } |
michael@0 | 269 | generic{ |
michael@0 | 270 | DateTimePatterns{ |
michael@0 | 271 | "h:mm:ss a zzzz", |
michael@0 | 272 | "h:mm:ss a z", |
michael@0 | 273 | "h:mm:ss a", |
michael@0 | 274 | "h:mm a", |
michael@0 | 275 | "EEEE፣ d MMMM y G", |
michael@0 | 276 | "d MMMM y G", |
michael@0 | 277 | "d MMM y G", |
michael@0 | 278 | "dd/MM/y GGGGG", |
michael@0 | 279 | "{1} {0}", |
michael@0 | 280 | "{1} {0}", |
michael@0 | 281 | "{1} {0}", |
michael@0 | 282 | "{1} {0}", |
michael@0 | 283 | "{1} {0}", |
michael@0 | 284 | } |
michael@0 | 285 | availableFormats{ |
michael@0 | 286 | Ed{"E d"} |
michael@0 | 287 | Gy{"y G"} |
michael@0 | 288 | GyMMM{"MMM፣ y G"} |
michael@0 | 289 | GyMMMEd{"E MMM d፣ y G"} |
michael@0 | 290 | GyMMMd{"MMM d፣ y G"} |
michael@0 | 291 | H{"H"} |
michael@0 | 292 | Hm{"HH:mm"} |
michael@0 | 293 | Hms{"HH:mm:ss"} |
michael@0 | 294 | M{"L"} |
michael@0 | 295 | MEd{"E፣ M/d"} |
michael@0 | 296 | MMM{"LLL"} |
michael@0 | 297 | MMMEd{"E, MMM d"} |
michael@0 | 298 | MMMMEd{"E, MMMM d"} |
michael@0 | 299 | MMMMd{"MMMM d"} |
michael@0 | 300 | MMMd{"MMM d"} |
michael@0 | 301 | Md{"M/d"} |
michael@0 | 302 | d{"d"} |
michael@0 | 303 | h{"h a"} |
michael@0 | 304 | hm{"h:mm a"} |
michael@0 | 305 | hms{"h:mm:ss a"} |
michael@0 | 306 | ms{"mm:ss"} |
michael@0 | 307 | y{"y"} |
michael@0 | 308 | yM{"M/y"} |
michael@0 | 309 | yMEd{"E፣ d/M/y"} |
michael@0 | 310 | yMMM{"MMM y"} |
michael@0 | 311 | yMMMEd{"E፣ MMM d y"} |
michael@0 | 312 | yMMMM{"MMMM y"} |
michael@0 | 313 | yMMMd{"d MMM y"} |
michael@0 | 314 | yMd{"d/M/y"} |
michael@0 | 315 | yQQQ{"QQQ y"} |
michael@0 | 316 | yQQQQ{"QQQQ y"} |
michael@0 | 317 | yyyy{"G y"} |
michael@0 | 318 | yyyyM{"GGGGG y-MM"} |
michael@0 | 319 | yyyyMEd{"GGGGG y-MM-dd, E"} |
michael@0 | 320 | yyyyMMM{"G y MMM"} |
michael@0 | 321 | yyyyMMMEd{"G y MMM d, E"} |
michael@0 | 322 | yyyyMMMd{"G y MMM d"} |
michael@0 | 323 | yyyyMd{"GGGGG y-MM-dd"} |
michael@0 | 324 | yyyyQQQ{"G y QQQ"} |
michael@0 | 325 | yyyyQQQQ{"G y QQQQ"} |
michael@0 | 326 | } |
michael@0 | 327 | intervalFormats{ |
michael@0 | 328 | H{ |
michael@0 | 329 | H{"hh–hh a"} |
michael@0 | 330 | } |
michael@0 | 331 | Hm{ |
michael@0 | 332 | H{"hh:mm–hh:mm a"} |
michael@0 | 333 | m{"hh:mm–hh:mm a"} |
michael@0 | 334 | } |
michael@0 | 335 | Hmv{ |
michael@0 | 336 | H{"hh:mm–hh:mm a v"} |
michael@0 | 337 | m{"hh:mm–hh:mm a v"} |
michael@0 | 338 | } |
michael@0 | 339 | Hv{ |
michael@0 | 340 | H{"hh–hh a v"} |
michael@0 | 341 | } |
michael@0 | 342 | M{ |
michael@0 | 343 | M{"M–M"} |
michael@0 | 344 | } |
michael@0 | 345 | MEd{ |
michael@0 | 346 | M{"E፣ d/M – E፣ d/M"} |
michael@0 | 347 | d{"E d/M – E d/M"} |
michael@0 | 348 | } |
michael@0 | 349 | MMM{ |
michael@0 | 350 | M{"MMM–MMM"} |
michael@0 | 351 | } |
michael@0 | 352 | MMMEd{ |
michael@0 | 353 | M{"E፣ MMM d – E፣ MMM d"} |
michael@0 | 354 | d{"E d – E d፣ MMM"} |
michael@0 | 355 | } |
michael@0 | 356 | MMMd{ |
michael@0 | 357 | M{"MMM d – MMM d"} |
michael@0 | 358 | d{"MMM d–d"} |
michael@0 | 359 | } |
michael@0 | 360 | Md{ |
michael@0 | 361 | M{"d/M – d/M"} |
michael@0 | 362 | d{"d–d/M"} |
michael@0 | 363 | } |
michael@0 | 364 | d{ |
michael@0 | 365 | d{"d–d"} |
michael@0 | 366 | } |
michael@0 | 367 | fallback{"{0} – {1}"} |
michael@0 | 368 | h{ |
michael@0 | 369 | a{"h a – h a"} |
michael@0 | 370 | h{"h – h a"} |
michael@0 | 371 | } |
michael@0 | 372 | hm{ |
michael@0 | 373 | a{"h:mm a – h:mm a"} |
michael@0 | 374 | h{"h:mm – h:mm a"} |
michael@0 | 375 | m{"h:mm – h:mm a"} |
michael@0 | 376 | } |
michael@0 | 377 | hmv{ |
michael@0 | 378 | a{"h:mm a – h:mm a v"} |
michael@0 | 379 | h{"h:mm – h:mm a v"} |
michael@0 | 380 | m{"h:mm – h:mm a v"} |
michael@0 | 381 | } |
michael@0 | 382 | hv{ |
michael@0 | 383 | a{"h a – h a v"} |
michael@0 | 384 | h{"h – h a v"} |
michael@0 | 385 | } |
michael@0 | 386 | y{ |
michael@0 | 387 | y{"y–y"} |
michael@0 | 388 | } |
michael@0 | 389 | yM{ |
michael@0 | 390 | M{"M/y – M/y"} |
michael@0 | 391 | y{"M/y – M/y"} |
michael@0 | 392 | } |
michael@0 | 393 | yMEd{ |
michael@0 | 394 | M{"E d/M/ – E d/M፣ y"} |
michael@0 | 395 | d{"E፣ d/M/y – E፣ d/M/y"} |
michael@0 | 396 | y{"E፣ d/M/y – E፣ d/M/y"} |
michael@0 | 397 | } |
michael@0 | 398 | yMMM{ |
michael@0 | 399 | M{"MMM–MMM፣ y"} |
michael@0 | 400 | y{"MMM y – MMM y"} |
michael@0 | 401 | } |
michael@0 | 402 | yMMMEd{ |
michael@0 | 403 | M{"E MMM d – E MMM d፣ y"} |
michael@0 | 404 | d{"E MMM d – E MMM d፣ y"} |
michael@0 | 405 | y{"E፣ MMM d፣ y – E፣ MMM d፣ y"} |
michael@0 | 406 | } |
michael@0 | 407 | yMMMM{ |
michael@0 | 408 | M{"MMMM–MMMM y"} |
michael@0 | 409 | y{"MMMM y – MMMM y"} |
michael@0 | 410 | } |
michael@0 | 411 | yMMMd{ |
michael@0 | 412 | M{"MMM d – MMM d፣ y"} |
michael@0 | 413 | d{"MMM d–d፣ y"} |
michael@0 | 414 | y{"MMM d፣ y – MMM d፣ y"} |
michael@0 | 415 | } |
michael@0 | 416 | yMd{ |
michael@0 | 417 | M{"d/M/y – d/M/y"} |
michael@0 | 418 | d{"d/M/y – d/M/y"} |
michael@0 | 419 | y{"d/M/y – d/M/y"} |
michael@0 | 420 | } |
michael@0 | 421 | } |
michael@0 | 422 | } |
michael@0 | 423 | gregorian{ |
michael@0 | 424 | AmPmMarkers{ |
michael@0 | 425 | "ጥዋት", |
michael@0 | 426 | "ከሰዓት", |
michael@0 | 427 | } |
michael@0 | 428 | DateTimePatterns{ |
michael@0 | 429 | "h:mm:ss a zzzz", |
michael@0 | 430 | "h:mm:ss a z", |
michael@0 | 431 | "h:mm:ss a", |
michael@0 | 432 | "h:mm a", |
michael@0 | 433 | "EEEE, d MMMM y", |
michael@0 | 434 | "d MMMM y", |
michael@0 | 435 | "d MMM y", |
michael@0 | 436 | "dd/MM/y", |
michael@0 | 437 | "{1} {0}", |
michael@0 | 438 | "{1} {0}", |
michael@0 | 439 | "{1} {0}", |
michael@0 | 440 | "{1} {0}", |
michael@0 | 441 | "{1} {0}", |
michael@0 | 442 | } |
michael@0 | 443 | appendItems{ |
michael@0 | 444 | Timezone{"{0} {1}"} |
michael@0 | 445 | } |
michael@0 | 446 | availableFormats{ |
michael@0 | 447 | EHm{"E HH:mm"} |
michael@0 | 448 | EHms{"E HH:mm:ss"} |
michael@0 | 449 | Ed{"E d"} |
michael@0 | 450 | Ehm{"E h:mm a"} |
michael@0 | 451 | Ehms{"E h:mm:ss a"} |
michael@0 | 452 | Gy{"y G"} |
michael@0 | 453 | GyMMM{"MMM y G"} |
michael@0 | 454 | GyMMMEd{"E፣ MMM d፣ y G"} |
michael@0 | 455 | GyMMMd{"MMM d፣ y G"} |
michael@0 | 456 | H{"H"} |
michael@0 | 457 | Hm{"HH:mm"} |
michael@0 | 458 | Hms{"HH:mm:ss"} |
michael@0 | 459 | M{"L"} |
michael@0 | 460 | MEd{"E, M/d"} |
michael@0 | 461 | MMM{"LLL"} |
michael@0 | 462 | MMMEd{"E, MMM d"} |
michael@0 | 463 | MMMMEd{"E, MMMM d"} |
michael@0 | 464 | MMMMd{"MMMM d"} |
michael@0 | 465 | MMMd{"MMM d"} |
michael@0 | 466 | Md{"M/d"} |
michael@0 | 467 | d{"d"} |
michael@0 | 468 | h{"h a"} |
michael@0 | 469 | hm{"h:mm a"} |
michael@0 | 470 | hms{"h:mm:ss a"} |
michael@0 | 471 | ms{"mm:ss"} |
michael@0 | 472 | y{"y"} |
michael@0 | 473 | yM{"M/y"} |
michael@0 | 474 | yMEd{"E፣ d/M/y"} |
michael@0 | 475 | yMMM{"MMM y"} |
michael@0 | 476 | yMMMEd{"E፣ MMM d y"} |
michael@0 | 477 | yMMMM{"MMMM y"} |
michael@0 | 478 | yMMMd{"d MMM y"} |
michael@0 | 479 | yMd{"d/M/y"} |
michael@0 | 480 | yQQQ{"QQQ y"} |
michael@0 | 481 | yQQQQ{"QQQQ y"} |
michael@0 | 482 | } |
michael@0 | 483 | dayNames{ |
michael@0 | 484 | format{ |
michael@0 | 485 | abbreviated{ |
michael@0 | 486 | "እሑድ", |
michael@0 | 487 | "ሰኞ", |
michael@0 | 488 | "ማክሰ", |
michael@0 | 489 | "ረቡዕ", |
michael@0 | 490 | "ሐሙስ", |
michael@0 | 491 | "ዓርብ", |
michael@0 | 492 | "ቅዳሜ", |
michael@0 | 493 | } |
michael@0 | 494 | narrow{ |
michael@0 | 495 | "እ", |
michael@0 | 496 | "ሰ", |
michael@0 | 497 | "ማ", |
michael@0 | 498 | "ረ", |
michael@0 | 499 | "ሐ", |
michael@0 | 500 | "ዓ", |
michael@0 | 501 | "ቅ", |
michael@0 | 502 | } |
michael@0 | 503 | short{ |
michael@0 | 504 | "እ", |
michael@0 | 505 | "ሰ", |
michael@0 | 506 | "ማ", |
michael@0 | 507 | "ረ", |
michael@0 | 508 | "ሐ", |
michael@0 | 509 | "ዓ", |
michael@0 | 510 | "ቅ", |
michael@0 | 511 | } |
michael@0 | 512 | wide{ |
michael@0 | 513 | "እሑድ", |
michael@0 | 514 | "ሰኞ", |
michael@0 | 515 | "ማክሰኞ", |
michael@0 | 516 | "ረቡዕ", |
michael@0 | 517 | "ሐሙስ", |
michael@0 | 518 | "ዓርብ", |
michael@0 | 519 | "ቅዳሜ", |
michael@0 | 520 | } |
michael@0 | 521 | } |
michael@0 | 522 | stand-alone{ |
michael@0 | 523 | abbreviated{ |
michael@0 | 524 | "እሑድ", |
michael@0 | 525 | "ሰኞ", |
michael@0 | 526 | "ማክሰ", |
michael@0 | 527 | "ረቡዕ", |
michael@0 | 528 | "ሐሙስ", |
michael@0 | 529 | "ዓርብ", |
michael@0 | 530 | "ቅዳሜ", |
michael@0 | 531 | } |
michael@0 | 532 | narrow{ |
michael@0 | 533 | "እ", |
michael@0 | 534 | "ሰ", |
michael@0 | 535 | "ማ", |
michael@0 | 536 | "ረ", |
michael@0 | 537 | "ሐ", |
michael@0 | 538 | "ዓ", |
michael@0 | 539 | "ቅ", |
michael@0 | 540 | } |
michael@0 | 541 | short{ |
michael@0 | 542 | "እ", |
michael@0 | 543 | "ሰ", |
michael@0 | 544 | "ማ", |
michael@0 | 545 | "ረ", |
michael@0 | 546 | "ሐ", |
michael@0 | 547 | "ዓ", |
michael@0 | 548 | "ቅ", |
michael@0 | 549 | } |
michael@0 | 550 | wide{ |
michael@0 | 551 | "እሑድ", |
michael@0 | 552 | "ሰኞ", |
michael@0 | 553 | "ማክሰኞ", |
michael@0 | 554 | "ረቡዕ", |
michael@0 | 555 | "ሐሙስ", |
michael@0 | 556 | "ዓርብ", |
michael@0 | 557 | "ቅዳሜ", |
michael@0 | 558 | } |
michael@0 | 559 | } |
michael@0 | 560 | } |
michael@0 | 561 | eras{ |
michael@0 | 562 | abbreviated{ |
michael@0 | 563 | "ዓ/ዓ", |
michael@0 | 564 | "ዓ/ም", |
michael@0 | 565 | } |
michael@0 | 566 | wide{ |
michael@0 | 567 | "ዓመተ ዓለም", |
michael@0 | 568 | "ዓመተ ምሕረት", |
michael@0 | 569 | } |
michael@0 | 570 | } |
michael@0 | 571 | intervalFormats{ |
michael@0 | 572 | H{ |
michael@0 | 573 | H{"hh–hh a"} |
michael@0 | 574 | } |
michael@0 | 575 | Hm{ |
michael@0 | 576 | H{"hh:mm–hh:mm a"} |
michael@0 | 577 | m{"hh:mm–hh:mm a"} |
michael@0 | 578 | } |
michael@0 | 579 | Hmv{ |
michael@0 | 580 | H{"hh:mm–hh:mm a v"} |
michael@0 | 581 | m{"hh:mm–hh:mm a v"} |
michael@0 | 582 | } |
michael@0 | 583 | Hv{ |
michael@0 | 584 | H{"hh–hh a v"} |
michael@0 | 585 | } |
michael@0 | 586 | M{ |
michael@0 | 587 | M{"M–M"} |
michael@0 | 588 | } |
michael@0 | 589 | MEd{ |
michael@0 | 590 | M{"E፣ d/M – E፣ d/M"} |
michael@0 | 591 | d{"E d/M – E d/M"} |
michael@0 | 592 | } |
michael@0 | 593 | MMM{ |
michael@0 | 594 | M{"MMM–MMM"} |
michael@0 | 595 | } |
michael@0 | 596 | MMMEd{ |
michael@0 | 597 | M{"E፣ MMM d – E፣ MMM d"} |
michael@0 | 598 | d{"E d – E d፣ MMM"} |
michael@0 | 599 | } |
michael@0 | 600 | MMMd{ |
michael@0 | 601 | M{"MMM d – MMM d"} |
michael@0 | 602 | d{"MMM d–d"} |
michael@0 | 603 | } |
michael@0 | 604 | Md{ |
michael@0 | 605 | M{"d/M – d/M"} |
michael@0 | 606 | d{"d–d/M"} |
michael@0 | 607 | } |
michael@0 | 608 | d{ |
michael@0 | 609 | d{"d–d"} |
michael@0 | 610 | } |
michael@0 | 611 | fallback{"{0} – {1}"} |
michael@0 | 612 | h{ |
michael@0 | 613 | a{"h a – h a"} |
michael@0 | 614 | h{"h – h a"} |
michael@0 | 615 | } |
michael@0 | 616 | hm{ |
michael@0 | 617 | a{"h:mm a – h:mm a"} |
michael@0 | 618 | h{"h:mm – h:mm a"} |
michael@0 | 619 | m{"h:mm – h:mm a"} |
michael@0 | 620 | } |
michael@0 | 621 | hmv{ |
michael@0 | 622 | a{"h:mm a – h:mm a v"} |
michael@0 | 623 | h{"h:mm – h:mm a v"} |
michael@0 | 624 | m{"h:mm – h:mm a v"} |
michael@0 | 625 | } |
michael@0 | 626 | hv{ |
michael@0 | 627 | a{"h a – h a v"} |
michael@0 | 628 | h{"h – h a v"} |
michael@0 | 629 | } |
michael@0 | 630 | y{ |
michael@0 | 631 | y{"y–y"} |
michael@0 | 632 | } |
michael@0 | 633 | yM{ |
michael@0 | 634 | M{"M/y – M/y"} |
michael@0 | 635 | y{"M/y – M/y"} |
michael@0 | 636 | } |
michael@0 | 637 | yMEd{ |
michael@0 | 638 | M{"E d/M/ – E d/M፣ y"} |
michael@0 | 639 | d{"E፣ d/M/y – E፣ d/M/y"} |
michael@0 | 640 | y{"E፣ d/M/y – E፣ d/M/y"} |
michael@0 | 641 | } |
michael@0 | 642 | yMMM{ |
michael@0 | 643 | M{"MMM–MMM፣ y"} |
michael@0 | 644 | y{"MMM y – MMM y"} |
michael@0 | 645 | } |
michael@0 | 646 | yMMMEd{ |
michael@0 | 647 | M{"E MMM d – E MMM d፣ y"} |
michael@0 | 648 | d{"E MMM d – E MMM d፣ y"} |
michael@0 | 649 | y{"E፣ MMM d፣ y – E፣ MMM d፣ y"} |
michael@0 | 650 | } |
michael@0 | 651 | yMMMM{ |
michael@0 | 652 | M{"MMMM–MMMM y"} |
michael@0 | 653 | y{"MMMM y – MMMM y"} |
michael@0 | 654 | } |
michael@0 | 655 | yMMMd{ |
michael@0 | 656 | M{"MMM d – MMM d፣ y"} |
michael@0 | 657 | d{"MMM d–d፣ y"} |
michael@0 | 658 | y{"MMM d፣ y – MMM d፣ y"} |
michael@0 | 659 | } |
michael@0 | 660 | yMd{ |
michael@0 | 661 | M{"d/M/y – d/M/y"} |
michael@0 | 662 | d{"d/M/y – d/M/y"} |
michael@0 | 663 | y{"d/M/y – d/M/y"} |
michael@0 | 664 | } |
michael@0 | 665 | } |
michael@0 | 666 | monthNames{ |
michael@0 | 667 | format{ |
michael@0 | 668 | abbreviated{ |
michael@0 | 669 | "ጃንዩ", |
michael@0 | 670 | "ፌብሩ", |
michael@0 | 671 | "ማርች", |
michael@0 | 672 | "ኤፕሪ", |
michael@0 | 673 | "ሜይ", |
michael@0 | 674 | "ጁን", |
michael@0 | 675 | "ጁላይ", |
michael@0 | 676 | "ኦገስ", |
michael@0 | 677 | "ሴፕቴ", |
michael@0 | 678 | "ኦክተ", |
michael@0 | 679 | "ኖቬም", |
michael@0 | 680 | "ዲሴም", |
michael@0 | 681 | } |
michael@0 | 682 | narrow{ |
michael@0 | 683 | "ጃ", |
michael@0 | 684 | "ፌ", |
michael@0 | 685 | "ማ", |
michael@0 | 686 | "ኤ", |
michael@0 | 687 | "ሜ", |
michael@0 | 688 | "ጁ", |
michael@0 | 689 | "ጁ", |
michael@0 | 690 | "ኦ", |
michael@0 | 691 | "ሴ", |
michael@0 | 692 | "ኦ", |
michael@0 | 693 | "ኖ", |
michael@0 | 694 | "ዲ", |
michael@0 | 695 | } |
michael@0 | 696 | wide{ |
michael@0 | 697 | "ጃንዩወሪ", |
michael@0 | 698 | "ፌብሩወሪ", |
michael@0 | 699 | "ማርች", |
michael@0 | 700 | "ኤፕሪል", |
michael@0 | 701 | "ሜይ", |
michael@0 | 702 | "ጁን", |
michael@0 | 703 | "ጁላይ", |
michael@0 | 704 | "ኦገስት", |
michael@0 | 705 | "ሴፕቴምበር", |
michael@0 | 706 | "ኦክተውበር", |
michael@0 | 707 | "ኖቬምበር", |
michael@0 | 708 | "ዲሴምበር", |
michael@0 | 709 | } |
michael@0 | 710 | } |
michael@0 | 711 | stand-alone{ |
michael@0 | 712 | abbreviated{ |
michael@0 | 713 | "ጃንዩ", |
michael@0 | 714 | "ፌብሩ", |
michael@0 | 715 | "ማርች", |
michael@0 | 716 | "ኤፕሪ", |
michael@0 | 717 | "ሜይ", |
michael@0 | 718 | "ጁን", |
michael@0 | 719 | "ጁላይ", |
michael@0 | 720 | "ኦገስ", |
michael@0 | 721 | "ሴፕቴ", |
michael@0 | 722 | "ኦክቶ", |
michael@0 | 723 | "ኖቬም", |
michael@0 | 724 | "ዲሴም", |
michael@0 | 725 | } |
michael@0 | 726 | narrow{ |
michael@0 | 727 | "ጃ", |
michael@0 | 728 | "ፌ", |
michael@0 | 729 | "ማ", |
michael@0 | 730 | "ኤ", |
michael@0 | 731 | "ሜ", |
michael@0 | 732 | "ጁ", |
michael@0 | 733 | "ጁ", |
michael@0 | 734 | "ኦ", |
michael@0 | 735 | "ሴ", |
michael@0 | 736 | "ኦ", |
michael@0 | 737 | "ኖ", |
michael@0 | 738 | "ዲ", |
michael@0 | 739 | } |
michael@0 | 740 | wide{ |
michael@0 | 741 | "ጃንዩወሪ", |
michael@0 | 742 | "ፌብሩወሪ", |
michael@0 | 743 | "ማርች", |
michael@0 | 744 | "ኤፕሪል", |
michael@0 | 745 | "ሜይ", |
michael@0 | 746 | "ጁን", |
michael@0 | 747 | "ጁላይ", |
michael@0 | 748 | "ኦገስት", |
michael@0 | 749 | "ሴፕቴምበር", |
michael@0 | 750 | "ኦክቶበር", |
michael@0 | 751 | "ኖቬምበር", |
michael@0 | 752 | "ዲሴምበር", |
michael@0 | 753 | } |
michael@0 | 754 | } |
michael@0 | 755 | } |
michael@0 | 756 | quarters{ |
michael@0 | 757 | format{ |
michael@0 | 758 | abbreviated{ |
michael@0 | 759 | "ሩብ1", |
michael@0 | 760 | "ሩብ2", |
michael@0 | 761 | "ሩብ3", |
michael@0 | 762 | "ሩብ4", |
michael@0 | 763 | } |
michael@0 | 764 | narrow{ |
michael@0 | 765 | "1", |
michael@0 | 766 | "2", |
michael@0 | 767 | "3", |
michael@0 | 768 | "4", |
michael@0 | 769 | } |
michael@0 | 770 | wide{ |
michael@0 | 771 | "1ኛው ሩብ", |
michael@0 | 772 | "ሁለተኛው ሩብ", |
michael@0 | 773 | "3ኛው ሩብ", |
michael@0 | 774 | "4ኛው ሩብ", |
michael@0 | 775 | } |
michael@0 | 776 | } |
michael@0 | 777 | stand-alone{ |
michael@0 | 778 | abbreviated{ |
michael@0 | 779 | "ሩብ1", |
michael@0 | 780 | "ሩብ2", |
michael@0 | 781 | "ሩብ3", |
michael@0 | 782 | "ሩብ4", |
michael@0 | 783 | } |
michael@0 | 784 | narrow{ |
michael@0 | 785 | "1", |
michael@0 | 786 | "2", |
michael@0 | 787 | "3", |
michael@0 | 788 | "4", |
michael@0 | 789 | } |
michael@0 | 790 | wide{ |
michael@0 | 791 | "1ኛው ሩብ", |
michael@0 | 792 | "2ኛው ሩብ", |
michael@0 | 793 | "3ኛው ሩብ", |
michael@0 | 794 | "4ኛው ሩብ", |
michael@0 | 795 | } |
michael@0 | 796 | } |
michael@0 | 797 | } |
michael@0 | 798 | } |
michael@0 | 799 | } |
michael@0 | 800 | delimiters{ |
michael@0 | 801 | alternateQuotationEnd{"›"} |
michael@0 | 802 | alternateQuotationStart{"‹"} |
michael@0 | 803 | quotationEnd{"»"} |
michael@0 | 804 | quotationStart{"«"} |
michael@0 | 805 | } |
michael@0 | 806 | durationUnits{ |
michael@0 | 807 | hm{"h:mm"} |
michael@0 | 808 | hms{"h:mm:ss"} |
michael@0 | 809 | ms{"m:ss"} |
michael@0 | 810 | } |
michael@0 | 811 | fields{ |
michael@0 | 812 | day{ |
michael@0 | 813 | dn{"ቀን"} |
michael@0 | 814 | relative{ |
michael@0 | 815 | "-1"{"ትናንት"} |
michael@0 | 816 | "-2"{"ከትናንት ወዲያ"} |
michael@0 | 817 | "0"{"ዛሬ"} |
michael@0 | 818 | "1"{"ነገ"} |
michael@0 | 819 | "2"{"ከነገ ወዲያ"} |
michael@0 | 820 | } |
michael@0 | 821 | relativeTime{ |
michael@0 | 822 | future{ |
michael@0 | 823 | one{"በ{0} ቀን ውስጥ"} |
michael@0 | 824 | other{"በ{0} ቀናት ውስጥ"} |
michael@0 | 825 | } |
michael@0 | 826 | past{ |
michael@0 | 827 | one{"ከ{0} ቀን በፊት"} |
michael@0 | 828 | other{"ከ{0} ቀናት በፊት"} |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | } |
michael@0 | 832 | dayperiod{ |
michael@0 | 833 | dn{"ጥዋት/ከሰዓት"} |
michael@0 | 834 | } |
michael@0 | 835 | era{ |
michael@0 | 836 | dn{"ዘመን"} |
michael@0 | 837 | } |
michael@0 | 838 | fri{ |
michael@0 | 839 | relative{ |
michael@0 | 840 | "-1"{"ያለፈው አርብ"} |
michael@0 | 841 | "0"{"የአሁኑ አርብ"} |
michael@0 | 842 | "1"{"የሚቀጥለው አርብ"} |
michael@0 | 843 | } |
michael@0 | 844 | } |
michael@0 | 845 | hour{ |
michael@0 | 846 | dn{"ሰዓት"} |
michael@0 | 847 | relativeTime{ |
michael@0 | 848 | future{ |
michael@0 | 849 | one{"በ{0} ሰዓት ውስጥ"} |
michael@0 | 850 | other{"በ{0} ሰዓቶች ውስጥ"} |
michael@0 | 851 | } |
michael@0 | 852 | past{ |
michael@0 | 853 | one{"ከ{0} ሰዓት በፊት"} |
michael@0 | 854 | other{"ከ{0} ሰዓቶች በፊት"} |
michael@0 | 855 | } |
michael@0 | 856 | } |
michael@0 | 857 | } |
michael@0 | 858 | minute{ |
michael@0 | 859 | dn{"ደቂቃ"} |
michael@0 | 860 | relativeTime{ |
michael@0 | 861 | future{ |
michael@0 | 862 | one{"በ{0} ደቂቃ ውስጥ"} |
michael@0 | 863 | other{"በ{0} ደቂቃዎች ውስጥ"} |
michael@0 | 864 | } |
michael@0 | 865 | past{ |
michael@0 | 866 | one{"ከ{0} ደቂቃ በፊት"} |
michael@0 | 867 | other{"ከ{0} ደቂቃዎች በፊት"} |
michael@0 | 868 | } |
michael@0 | 869 | } |
michael@0 | 870 | } |
michael@0 | 871 | mon{ |
michael@0 | 872 | relative{ |
michael@0 | 873 | "-1"{"ያለፈው ሰኞ"} |
michael@0 | 874 | "0"{"የአሁኑ ሰኞ"} |
michael@0 | 875 | "1"{"የሚቀጥለው ሰኞ"} |
michael@0 | 876 | } |
michael@0 | 877 | } |
michael@0 | 878 | month{ |
michael@0 | 879 | dn{"ወር"} |
michael@0 | 880 | relative{ |
michael@0 | 881 | "-1"{"ያለፈው ወር"} |
michael@0 | 882 | "0"{"በዚህ ወር"} |
michael@0 | 883 | "1"{"የሚቀጥለው ወር"} |
michael@0 | 884 | } |
michael@0 | 885 | relativeTime{ |
michael@0 | 886 | future{ |
michael@0 | 887 | one{"በ{0} ወር ውስጥ"} |
michael@0 | 888 | other{"በ{0} ወራት ውስጥ"} |
michael@0 | 889 | } |
michael@0 | 890 | past{ |
michael@0 | 891 | one{"ከ{0} ወር በፊት"} |
michael@0 | 892 | other{"ከ{0} ወራት በፊት"} |
michael@0 | 893 | } |
michael@0 | 894 | } |
michael@0 | 895 | } |
michael@0 | 896 | sat{ |
michael@0 | 897 | relative{ |
michael@0 | 898 | "-1"{"የባለፈው ቅዳሜ"} |
michael@0 | 899 | "0"{"የአሁኑ ቅዳሜ"} |
michael@0 | 900 | "1"{"የሚቀጥለው ቅዳሜ"} |
michael@0 | 901 | } |
michael@0 | 902 | } |
michael@0 | 903 | second{ |
michael@0 | 904 | dn{"ሰከንድ"} |
michael@0 | 905 | relative{ |
michael@0 | 906 | "0"{"አሁን"} |
michael@0 | 907 | } |
michael@0 | 908 | relativeTime{ |
michael@0 | 909 | future{ |
michael@0 | 910 | one{"በ{0} ሰከንድ ውስጥ"} |
michael@0 | 911 | other{"በ{0} ሰከንዶች ውስጥ"} |
michael@0 | 912 | } |
michael@0 | 913 | past{ |
michael@0 | 914 | one{"ከ{0} ሰከንድ በፊት"} |
michael@0 | 915 | other{"ከ{0} ሰከንዶች በፊት"} |
michael@0 | 916 | } |
michael@0 | 917 | } |
michael@0 | 918 | } |
michael@0 | 919 | sun{ |
michael@0 | 920 | relative{ |
michael@0 | 921 | "-1"{"ያለፈው እሑድ"} |
michael@0 | 922 | "0"{"የአሁኑ እሑድ"} |
michael@0 | 923 | "1"{"የሚቀጥለው እሑድ"} |
michael@0 | 924 | } |
michael@0 | 925 | } |
michael@0 | 926 | thu{ |
michael@0 | 927 | relative{ |
michael@0 | 928 | "-1"{"ያለፈው ሐመስ"} |
michael@0 | 929 | "0"{"የአሁኑ ሐሙስ"} |
michael@0 | 930 | "1"{"የሚቀጥለው ሐሙስ"} |
michael@0 | 931 | } |
michael@0 | 932 | } |
michael@0 | 933 | tue{ |
michael@0 | 934 | relative{ |
michael@0 | 935 | "-1"{"ያለፈው ማክሰኞ"} |
michael@0 | 936 | "0"{"የአሁኑ ማክሰኞ"} |
michael@0 | 937 | "1"{"የሚቀጥለው ማክሰኞ"} |
michael@0 | 938 | } |
michael@0 | 939 | } |
michael@0 | 940 | wed{ |
michael@0 | 941 | relative{ |
michael@0 | 942 | "-1"{"ያለፈው እሮብ"} |
michael@0 | 943 | "0"{"የአሁኑ እሮብ"} |
michael@0 | 944 | "1"{"የሚቀጥለው እሮብ"} |
michael@0 | 945 | } |
michael@0 | 946 | } |
michael@0 | 947 | week{ |
michael@0 | 948 | dn{"ሳምንት"} |
michael@0 | 949 | relative{ |
michael@0 | 950 | "-1"{"ባለፈው ሳምንት"} |
michael@0 | 951 | "0"{"በዚህ ሣምንት"} |
michael@0 | 952 | "1"{"የሚቀጥለው ሳምንት"} |
michael@0 | 953 | } |
michael@0 | 954 | relativeTime{ |
michael@0 | 955 | future{ |
michael@0 | 956 | one{"በ{0} ሳምንት ውስጥ"} |
michael@0 | 957 | other{"በ{0} ሳምንታት ውስጥ"} |
michael@0 | 958 | } |
michael@0 | 959 | past{ |
michael@0 | 960 | one{"ከ{0} ሳምንት በፊት"} |
michael@0 | 961 | other{"ከ{0} ሳምንታት በፊት"} |
michael@0 | 962 | } |
michael@0 | 963 | } |
michael@0 | 964 | } |
michael@0 | 965 | weekday{ |
michael@0 | 966 | dn{"አዘቦት"} |
michael@0 | 967 | } |
michael@0 | 968 | year{ |
michael@0 | 969 | dn{"ዓመት"} |
michael@0 | 970 | relative{ |
michael@0 | 971 | "-1"{"ያለፈው ዓመት"} |
michael@0 | 972 | "0"{"በዚህ ዓመት"} |
michael@0 | 973 | "1"{"የሚቀጥለው ዓመት"} |
michael@0 | 974 | } |
michael@0 | 975 | relativeTime{ |
michael@0 | 976 | future{ |
michael@0 | 977 | one{"በ{0} ዓመታት ውስጥ"} |
michael@0 | 978 | other{"በ{0} ዓመታት ውስጥ"} |
michael@0 | 979 | } |
michael@0 | 980 | past{ |
michael@0 | 981 | one{"ከ{0} ዓመት በፊት"} |
michael@0 | 982 | other{"ከ{0} ዓመታት በፊት"} |
michael@0 | 983 | } |
michael@0 | 984 | } |
michael@0 | 985 | } |
michael@0 | 986 | zone{ |
michael@0 | 987 | dn{"የሰዓት ሰቅ"} |
michael@0 | 988 | } |
michael@0 | 989 | } |
michael@0 | 990 | listPattern{ |
michael@0 | 991 | standard{ |
michael@0 | 992 | 2{"{0} እና {1}"} |
michael@0 | 993 | end{"{0}, እና {1}"} |
michael@0 | 994 | middle{"{0}፣ {1}"} |
michael@0 | 995 | start{"{0}፣ {1}"} |
michael@0 | 996 | } |
michael@0 | 997 | } |
michael@0 | 998 | measurementSystemNames{ |
michael@0 | 999 | UK{"ዩኬ"} |
michael@0 | 1000 | US{"ዩ ኤስ"} |
michael@0 | 1001 | metric{"ሜትሪክ"} |
michael@0 | 1002 | } |
michael@0 | 1003 | transformNames{ |
michael@0 | 1004 | BGN{"ቢ ጂ ኤን"} |
michael@0 | 1005 | Numeric{"አሃዛዊ"} |
michael@0 | 1006 | Tone{"የድምፅ ቃና"} |
michael@0 | 1007 | UNGEGN{"UNGEGN"} |
michael@0 | 1008 | x-Accents{"ትእምርት"} |
michael@0 | 1009 | x-Fullwidth{"ሙሉ ወርድ"} |
michael@0 | 1010 | x-Halfwidth{"ሃልፍዊድዝ"} |
michael@0 | 1011 | x-Jamo{"ጃሞ"} |
michael@0 | 1012 | x-Pinyin{"ፒንዪን"} |
michael@0 | 1013 | x-Publishing{"ማሳተም"} |
michael@0 | 1014 | } |
michael@0 | 1015 | units{ |
michael@0 | 1016 | acceleration{ |
michael@0 | 1017 | g-force{ |
michael@0 | 1018 | one{"{0} ጂ-ኃይል"} |
michael@0 | 1019 | other{"{0} ጂ-ኃይል"} |
michael@0 | 1020 | } |
michael@0 | 1021 | } |
michael@0 | 1022 | angle{ |
michael@0 | 1023 | arc-minute{ |
michael@0 | 1024 | one{"{0} ደቂቃ"} |
michael@0 | 1025 | other{"{0} ደቂቃ"} |
michael@0 | 1026 | } |
michael@0 | 1027 | arc-second{ |
michael@0 | 1028 | one{"{0} ሰከንድ"} |
michael@0 | 1029 | other{"{0} ሰከንድ"} |
michael@0 | 1030 | } |
michael@0 | 1031 | degree{ |
michael@0 | 1032 | one{"{0}°ዲግሪ"} |
michael@0 | 1033 | other{"{0}°ዲግሪ"} |
michael@0 | 1034 | } |
michael@0 | 1035 | } |
michael@0 | 1036 | area{ |
michael@0 | 1037 | acre{ |
michael@0 | 1038 | one{"{0} ኤክር"} |
michael@0 | 1039 | other{"{0} ኤክር"} |
michael@0 | 1040 | } |
michael@0 | 1041 | hectare{ |
michael@0 | 1042 | one{"{0} ሄክታር"} |
michael@0 | 1043 | other{"{0} ሄክታር"} |
michael@0 | 1044 | } |
michael@0 | 1045 | square-foot{ |
michael@0 | 1046 | one{"{0} ካሬ ጫማ"} |
michael@0 | 1047 | other{"{0} ካሬ ጫማ"} |
michael@0 | 1048 | } |
michael@0 | 1049 | square-kilometer{ |
michael@0 | 1050 | one{"{0} ካሬ ኪሎሜትር"} |
michael@0 | 1051 | other{"{0} ካሬ ኪሎሜትር"} |
michael@0 | 1052 | } |
michael@0 | 1053 | square-meter{ |
michael@0 | 1054 | one{"{0} ካሬ ሜትር"} |
michael@0 | 1055 | other{"{0} ካሬ ሜትር"} |
michael@0 | 1056 | } |
michael@0 | 1057 | square-mile{ |
michael@0 | 1058 | one{"{0} ካሬ ማይል"} |
michael@0 | 1059 | other{"{0} ካሬ ማይል"} |
michael@0 | 1060 | } |
michael@0 | 1061 | } |
michael@0 | 1062 | compound{ |
michael@0 | 1063 | per{"{0} በ{1}"} |
michael@0 | 1064 | } |
michael@0 | 1065 | duration{ |
michael@0 | 1066 | day{ |
michael@0 | 1067 | one{"{0} ቀናት"} |
michael@0 | 1068 | other{"{0} ቀናት"} |
michael@0 | 1069 | } |
michael@0 | 1070 | hour{ |
michael@0 | 1071 | one{"{0} ሰዓት"} |
michael@0 | 1072 | other{"{0} ሰዓቶች"} |
michael@0 | 1073 | } |
michael@0 | 1074 | millisecond{ |
michael@0 | 1075 | one{"{0} ሚሊሰከንድ"} |
michael@0 | 1076 | other{"{0} ሚሊሰከንድ"} |
michael@0 | 1077 | } |
michael@0 | 1078 | minute{ |
michael@0 | 1079 | one{"{0} ደቂቃ"} |
michael@0 | 1080 | other{"{0} ደቂቃዎች"} |
michael@0 | 1081 | } |
michael@0 | 1082 | month{ |
michael@0 | 1083 | one{"{0} ወር"} |
michael@0 | 1084 | other{"{0} ወራት"} |
michael@0 | 1085 | } |
michael@0 | 1086 | second{ |
michael@0 | 1087 | one{"{0} ሰከንድ"} |
michael@0 | 1088 | other{"{0} ሰከንዶች"} |
michael@0 | 1089 | } |
michael@0 | 1090 | week{ |
michael@0 | 1091 | one{"{0} ሳምንት"} |
michael@0 | 1092 | other{"{0} ሳምንታት"} |
michael@0 | 1093 | } |
michael@0 | 1094 | year{ |
michael@0 | 1095 | one{"{0} ዓመታት"} |
michael@0 | 1096 | other{"{0} ዓመታት"} |
michael@0 | 1097 | } |
michael@0 | 1098 | } |
michael@0 | 1099 | length{ |
michael@0 | 1100 | centimeter{ |
michael@0 | 1101 | one{"{0} ሴንቲሜትር"} |
michael@0 | 1102 | other{"{0} ሴንቲሜትር"} |
michael@0 | 1103 | } |
michael@0 | 1104 | foot{ |
michael@0 | 1105 | one{"{0} ጫማ"} |
michael@0 | 1106 | other{"{0} ጫማ"} |
michael@0 | 1107 | } |
michael@0 | 1108 | inch{ |
michael@0 | 1109 | one{"{0} ኢንች"} |
michael@0 | 1110 | other{"{0} ኢንች"} |
michael@0 | 1111 | } |
michael@0 | 1112 | kilometer{ |
michael@0 | 1113 | one{"{0} ኪሎሜትር"} |
michael@0 | 1114 | other{"{0} ኪሎሜትር"} |
michael@0 | 1115 | } |
michael@0 | 1116 | light-year{ |
michael@0 | 1117 | one{"{0} የብርሃን ዓመት"} |
michael@0 | 1118 | other{"{0} የብርሃን ዓመት"} |
michael@0 | 1119 | } |
michael@0 | 1120 | meter{ |
michael@0 | 1121 | one{"{0} ሜትር"} |
michael@0 | 1122 | other{"{0} ሜትር"} |
michael@0 | 1123 | } |
michael@0 | 1124 | mile{ |
michael@0 | 1125 | one{"{0} ማይል"} |
michael@0 | 1126 | other{"{0} ማይል"} |
michael@0 | 1127 | } |
michael@0 | 1128 | millimeter{ |
michael@0 | 1129 | one{"{0} ሚሊሜትር"} |
michael@0 | 1130 | other{"{0} ሚሊሜትር"} |
michael@0 | 1131 | } |
michael@0 | 1132 | picometer{ |
michael@0 | 1133 | one{"{0} ፒኮሜትር"} |
michael@0 | 1134 | other{"{0} ፒኮሜትር"} |
michael@0 | 1135 | } |
michael@0 | 1136 | yard{ |
michael@0 | 1137 | one{"{0} ያርድ"} |
michael@0 | 1138 | other{"{0} ያርድ"} |
michael@0 | 1139 | } |
michael@0 | 1140 | } |
michael@0 | 1141 | mass{ |
michael@0 | 1142 | gram{ |
michael@0 | 1143 | one{"{0} ግራም"} |
michael@0 | 1144 | other{"{0} ግራም"} |
michael@0 | 1145 | } |
michael@0 | 1146 | kilogram{ |
michael@0 | 1147 | one{"{0} ኪሎግራም"} |
michael@0 | 1148 | other{"{0} ኪሎግራም"} |
michael@0 | 1149 | } |
michael@0 | 1150 | ounce{ |
michael@0 | 1151 | one{"{0} አውንስ"} |
michael@0 | 1152 | other{"{0} አውንስ"} |
michael@0 | 1153 | } |
michael@0 | 1154 | pound{ |
michael@0 | 1155 | one{"{0} ፓውንድ"} |
michael@0 | 1156 | other{"{0} ፓውንድ"} |
michael@0 | 1157 | } |
michael@0 | 1158 | } |
michael@0 | 1159 | power{ |
michael@0 | 1160 | horsepower{ |
michael@0 | 1161 | one{"{0} የፈረስ ኃይል"} |
michael@0 | 1162 | other{"{0} የፈረስ ኃይል"} |
michael@0 | 1163 | } |
michael@0 | 1164 | kilowatt{ |
michael@0 | 1165 | one{"{0} ኪሎዋት"} |
michael@0 | 1166 | other{"{0} ኪሎዋት"} |
michael@0 | 1167 | } |
michael@0 | 1168 | watt{ |
michael@0 | 1169 | one{"{0} ዋት"} |
michael@0 | 1170 | other{"{0} ዋት"} |
michael@0 | 1171 | } |
michael@0 | 1172 | } |
michael@0 | 1173 | pressure{ |
michael@0 | 1174 | hectopascal{ |
michael@0 | 1175 | one{"{0} ሄክቶፓስካል"} |
michael@0 | 1176 | other{"{0} ሄክቶፓስካል"} |
michael@0 | 1177 | } |
michael@0 | 1178 | inch-hg{ |
michael@0 | 1179 | one{"{0} ኢንች ሜርኩሪ"} |
michael@0 | 1180 | other{"{0} ኢንች ሜርኩሪ"} |
michael@0 | 1181 | } |
michael@0 | 1182 | millibar{ |
michael@0 | 1183 | one{"{0} ሚሊባር"} |
michael@0 | 1184 | other{"{0} ሚሊባር"} |
michael@0 | 1185 | } |
michael@0 | 1186 | } |
michael@0 | 1187 | speed{ |
michael@0 | 1188 | kilometer-per-hour{ |
michael@0 | 1189 | one{"{0} ኪሎሜትር በሰዓት"} |
michael@0 | 1190 | other{"{0} ኪሎሜትር በሰዓት"} |
michael@0 | 1191 | } |
michael@0 | 1192 | meter-per-second{ |
michael@0 | 1193 | one{"{0} ሜትር በሰከንድ"} |
michael@0 | 1194 | other{"{0} ሜትር በሰከንድ"} |
michael@0 | 1195 | } |
michael@0 | 1196 | mile-per-hour{ |
michael@0 | 1197 | one{"{0} ማይል በሰዓት"} |
michael@0 | 1198 | other{"{0} ማይል በሰዓት"} |
michael@0 | 1199 | } |
michael@0 | 1200 | } |
michael@0 | 1201 | temperature{ |
michael@0 | 1202 | celsius{ |
michael@0 | 1203 | one{"{0} ዲግሪ ሴልሺየስ"} |
michael@0 | 1204 | other{"{0} ዲግሪ ሴልሺየስ"} |
michael@0 | 1205 | } |
michael@0 | 1206 | fahrenheit{ |
michael@0 | 1207 | one{"{0}°ዲግሪ ፋራንሃይት"} |
michael@0 | 1208 | other{"{0}°ዲግሪ ፋራንሃይት"} |
michael@0 | 1209 | } |
michael@0 | 1210 | } |
michael@0 | 1211 | volume{ |
michael@0 | 1212 | cubic-kilometer{ |
michael@0 | 1213 | one{"{0} ኩቢክ ኪሎሜትር"} |
michael@0 | 1214 | other{"{0} ኩቢክ ኪሎሜትር"} |
michael@0 | 1215 | } |
michael@0 | 1216 | cubic-mile{ |
michael@0 | 1217 | one{"{0} ኩቢክ ማይል³"} |
michael@0 | 1218 | other{"{0} ኩቢክ ማይል³"} |
michael@0 | 1219 | } |
michael@0 | 1220 | liter{ |
michael@0 | 1221 | one{"{0} ሊትር"} |
michael@0 | 1222 | other{"{0} ሊትር"} |
michael@0 | 1223 | } |
michael@0 | 1224 | } |
michael@0 | 1225 | } |
michael@0 | 1226 | unitsNarrow{ |
michael@0 | 1227 | acceleration{ |
michael@0 | 1228 | g-force{ |
michael@0 | 1229 | one{"{0} ጂ"} |
michael@0 | 1230 | other{"{0} ጂ"} |
michael@0 | 1231 | } |
michael@0 | 1232 | } |
michael@0 | 1233 | angle{ |
michael@0 | 1234 | arc-minute{ |
michael@0 | 1235 | one{"{0}′"} |
michael@0 | 1236 | other{"{0}′"} |
michael@0 | 1237 | } |
michael@0 | 1238 | arc-second{ |
michael@0 | 1239 | one{"{0}″"} |
michael@0 | 1240 | other{"{0}″"} |
michael@0 | 1241 | } |
michael@0 | 1242 | degree{ |
michael@0 | 1243 | one{"{0}°"} |
michael@0 | 1244 | other{"{0}°"} |
michael@0 | 1245 | } |
michael@0 | 1246 | } |
michael@0 | 1247 | area{ |
michael@0 | 1248 | acre{ |
michael@0 | 1249 | one{"{0} ኤክር"} |
michael@0 | 1250 | other{"{0} ኤክር"} |
michael@0 | 1251 | } |
michael@0 | 1252 | hectare{ |
michael@0 | 1253 | one{"{0} ሄክታር"} |
michael@0 | 1254 | other{"{0} ሄክታር"} |
michael@0 | 1255 | } |
michael@0 | 1256 | square-foot{ |
michael@0 | 1257 | one{"{0} ጫማ²"} |
michael@0 | 1258 | other{"{0} ጫማ²"} |
michael@0 | 1259 | } |
michael@0 | 1260 | square-kilometer{ |
michael@0 | 1261 | one{"{0} ኪሜ²"} |
michael@0 | 1262 | other{"{0} ኪሜ²"} |
michael@0 | 1263 | } |
michael@0 | 1264 | square-meter{ |
michael@0 | 1265 | one{"{0} ሜ²"} |
michael@0 | 1266 | other{"{0} ሜ²"} |
michael@0 | 1267 | } |
michael@0 | 1268 | square-mile{ |
michael@0 | 1269 | one{"{0} ማይል²"} |
michael@0 | 1270 | other{"{0} ማይል²"} |
michael@0 | 1271 | } |
michael@0 | 1272 | } |
michael@0 | 1273 | compound{ |
michael@0 | 1274 | per{"{0}/{1}"} |
michael@0 | 1275 | } |
michael@0 | 1276 | duration{ |
michael@0 | 1277 | day{ |
michael@0 | 1278 | one{"{0} ቀ"} |
michael@0 | 1279 | other{"{0} ቀ"} |
michael@0 | 1280 | } |
michael@0 | 1281 | hour{ |
michael@0 | 1282 | one{"{0} ሰ"} |
michael@0 | 1283 | other{"{0} ሰ"} |
michael@0 | 1284 | } |
michael@0 | 1285 | millisecond{ |
michael@0 | 1286 | one{"{0} ሚሴ"} |
michael@0 | 1287 | other{"{0} ሚሴ"} |
michael@0 | 1288 | } |
michael@0 | 1289 | minute{ |
michael@0 | 1290 | one{"{0} ደ"} |
michael@0 | 1291 | other{"{0} ደ"} |
michael@0 | 1292 | } |
michael@0 | 1293 | month{ |
michael@0 | 1294 | one{"{0} ወር"} |
michael@0 | 1295 | other{"{0} ወር"} |
michael@0 | 1296 | } |
michael@0 | 1297 | second{ |
michael@0 | 1298 | one{"{0} ሴ"} |
michael@0 | 1299 | other{"{0} ሴ"} |
michael@0 | 1300 | } |
michael@0 | 1301 | week{ |
michael@0 | 1302 | one{"{0} ሳምንት"} |
michael@0 | 1303 | other{"{0} ሳምንት"} |
michael@0 | 1304 | } |
michael@0 | 1305 | year{ |
michael@0 | 1306 | one{"{0} ዓመት"} |
michael@0 | 1307 | other{"{0} y"} |
michael@0 | 1308 | } |
michael@0 | 1309 | } |
michael@0 | 1310 | length{ |
michael@0 | 1311 | centimeter{ |
michael@0 | 1312 | one{"{0} ሴሜ"} |
michael@0 | 1313 | other{"{0} ሴሜ"} |
michael@0 | 1314 | } |
michael@0 | 1315 | foot{ |
michael@0 | 1316 | one{"{0} ጫማ"} |
michael@0 | 1317 | other{"{0} ጫማ"} |
michael@0 | 1318 | } |
michael@0 | 1319 | inch{ |
michael@0 | 1320 | one{"{0} ኢንች"} |
michael@0 | 1321 | other{"{0} ኢንች"} |
michael@0 | 1322 | } |
michael@0 | 1323 | kilometer{ |
michael@0 | 1324 | one{"{0} ኪሜ"} |
michael@0 | 1325 | other{"{0} ኪሜ"} |
michael@0 | 1326 | } |
michael@0 | 1327 | light-year{ |
michael@0 | 1328 | one{"{0} ly"} |
michael@0 | 1329 | other{"{0} ly"} |
michael@0 | 1330 | } |
michael@0 | 1331 | meter{ |
michael@0 | 1332 | one{"{0} ሜ"} |
michael@0 | 1333 | other{"{0} ሜ"} |
michael@0 | 1334 | } |
michael@0 | 1335 | mile{ |
michael@0 | 1336 | one{"{0} ማይል"} |
michael@0 | 1337 | other{"{0} ማይል"} |
michael@0 | 1338 | } |
michael@0 | 1339 | millimeter{ |
michael@0 | 1340 | one{"{0} ሚሜ"} |
michael@0 | 1341 | other{"{0} ሚሜ"} |
michael@0 | 1342 | } |
michael@0 | 1343 | picometer{ |
michael@0 | 1344 | one{"{0} ፒሜ"} |
michael@0 | 1345 | other{"{0} ፒሜ"} |
michael@0 | 1346 | } |
michael@0 | 1347 | yard{ |
michael@0 | 1348 | one{"{0} ያርድ"} |
michael@0 | 1349 | other{"{0} ያርድ"} |
michael@0 | 1350 | } |
michael@0 | 1351 | } |
michael@0 | 1352 | mass{ |
michael@0 | 1353 | gram{ |
michael@0 | 1354 | one{"{0} ግ"} |
michael@0 | 1355 | other{"{0} ግ"} |
michael@0 | 1356 | } |
michael@0 | 1357 | kilogram{ |
michael@0 | 1358 | one{"{0} ኪግ"} |
michael@0 | 1359 | other{"{0} ኪግ"} |
michael@0 | 1360 | } |
michael@0 | 1361 | ounce{ |
michael@0 | 1362 | one{"{0} አውንስ"} |
michael@0 | 1363 | other{"{0} አውንስ"} |
michael@0 | 1364 | } |
michael@0 | 1365 | pound{ |
michael@0 | 1366 | one{"{0} ፓውንድ"} |
michael@0 | 1367 | other{"{0} ፓውንድ"} |
michael@0 | 1368 | } |
michael@0 | 1369 | } |
michael@0 | 1370 | power{ |
michael@0 | 1371 | horsepower{ |
michael@0 | 1372 | one{"{0} የፈረስ ኃይል"} |
michael@0 | 1373 | other{"{0} የፈረስ ኃይል"} |
michael@0 | 1374 | } |
michael@0 | 1375 | kilowatt{ |
michael@0 | 1376 | one{"{0} ኪዋ"} |
michael@0 | 1377 | other{"{0} ኪዋ"} |
michael@0 | 1378 | } |
michael@0 | 1379 | watt{ |
michael@0 | 1380 | one{"{0} ዋ"} |
michael@0 | 1381 | other{"{0} ዋ"} |
michael@0 | 1382 | } |
michael@0 | 1383 | } |
michael@0 | 1384 | pressure{ |
michael@0 | 1385 | hectopascal{ |
michael@0 | 1386 | one{"{0} hPa"} |
michael@0 | 1387 | other{"{0} hPa"} |
michael@0 | 1388 | } |
michael@0 | 1389 | inch-hg{ |
michael@0 | 1390 | one{"{0} inHg"} |
michael@0 | 1391 | other{"{0} inHg"} |
michael@0 | 1392 | } |
michael@0 | 1393 | millibar{ |
michael@0 | 1394 | one{"{0} ሚባ"} |
michael@0 | 1395 | other{"{0} ሚባ"} |
michael@0 | 1396 | } |
michael@0 | 1397 | } |
michael@0 | 1398 | speed{ |
michael@0 | 1399 | kilometer-per-hour{ |
michael@0 | 1400 | one{"{0} ኪሜ/ሰ"} |
michael@0 | 1401 | other{"{0} ኪሜ/ሰ"} |
michael@0 | 1402 | } |
michael@0 | 1403 | meter-per-second{ |
michael@0 | 1404 | one{"{0} ሜ/ሴ"} |
michael@0 | 1405 | other{"{0} ሜ/ሴ"} |
michael@0 | 1406 | } |
michael@0 | 1407 | mile-per-hour{ |
michael@0 | 1408 | one{"{0} ማይል/ሰ"} |
michael@0 | 1409 | other{"{0} ማይል/ሰ"} |
michael@0 | 1410 | } |
michael@0 | 1411 | } |
michael@0 | 1412 | temperature{ |
michael@0 | 1413 | celsius{ |
michael@0 | 1414 | one{"{0}°ሴ"} |
michael@0 | 1415 | other{"{0}°ሴ"} |
michael@0 | 1416 | } |
michael@0 | 1417 | fahrenheit{ |
michael@0 | 1418 | one{"{0}°ፋ"} |
michael@0 | 1419 | other{"{0}°ፋ"} |
michael@0 | 1420 | } |
michael@0 | 1421 | } |
michael@0 | 1422 | volume{ |
michael@0 | 1423 | cubic-kilometer{ |
michael@0 | 1424 | one{"{0} ኪሜ³"} |
michael@0 | 1425 | other{"{0} ኪሜ³"} |
michael@0 | 1426 | } |
michael@0 | 1427 | cubic-mile{ |
michael@0 | 1428 | one{"{0} ማይል³"} |
michael@0 | 1429 | other{"{0} ማይል³"} |
michael@0 | 1430 | } |
michael@0 | 1431 | liter{ |
michael@0 | 1432 | one{"{0} ሊ"} |
michael@0 | 1433 | other{"{0} ሊ"} |
michael@0 | 1434 | } |
michael@0 | 1435 | } |
michael@0 | 1436 | } |
michael@0 | 1437 | unitsShort{ |
michael@0 | 1438 | acceleration{ |
michael@0 | 1439 | g-force{ |
michael@0 | 1440 | one{"{0} ጂ"} |
michael@0 | 1441 | other{"{0} ጂ"} |
michael@0 | 1442 | } |
michael@0 | 1443 | } |
michael@0 | 1444 | angle{ |
michael@0 | 1445 | arc-minute{ |
michael@0 | 1446 | one{"{0} ደቂቃ"} |
michael@0 | 1447 | other{"{0} ደቂቃ"} |
michael@0 | 1448 | } |
michael@0 | 1449 | arc-second{ |
michael@0 | 1450 | one{"{0} ሰከንድ"} |
michael@0 | 1451 | other{"{0} ሰከንድ"} |
michael@0 | 1452 | } |
michael@0 | 1453 | degree{ |
michael@0 | 1454 | one{"{0}°ዲግሪ"} |
michael@0 | 1455 | other{"{0}°ዲግሪ"} |
michael@0 | 1456 | } |
michael@0 | 1457 | } |
michael@0 | 1458 | area{ |
michael@0 | 1459 | acre{ |
michael@0 | 1460 | one{"{0} ኤክር"} |
michael@0 | 1461 | other{"{0} ኤክር"} |
michael@0 | 1462 | } |
michael@0 | 1463 | hectare{ |
michael@0 | 1464 | one{"{0} ሄክታር"} |
michael@0 | 1465 | other{"{0} ሄክታር"} |
michael@0 | 1466 | } |
michael@0 | 1467 | square-foot{ |
michael@0 | 1468 | one{"{0} ካሬ ጫማ"} |
michael@0 | 1469 | other{"{0} ካሬ ጫማ"} |
michael@0 | 1470 | } |
michael@0 | 1471 | square-kilometer{ |
michael@0 | 1472 | one{"{0} ኪሜ²"} |
michael@0 | 1473 | other{"{0} ኪሜ²"} |
michael@0 | 1474 | } |
michael@0 | 1475 | square-meter{ |
michael@0 | 1476 | one{"{0} ሜ²"} |
michael@0 | 1477 | other{"{0} ሜ²"} |
michael@0 | 1478 | } |
michael@0 | 1479 | square-mile{ |
michael@0 | 1480 | one{"{0} ካሬ ማይል"} |
michael@0 | 1481 | other{"{0} ካሬ ማይል"} |
michael@0 | 1482 | } |
michael@0 | 1483 | } |
michael@0 | 1484 | compound{ |
michael@0 | 1485 | per{"{0}/{1}"} |
michael@0 | 1486 | } |
michael@0 | 1487 | duration{ |
michael@0 | 1488 | day{ |
michael@0 | 1489 | one{"{0} ቀናት"} |
michael@0 | 1490 | other{"{0} ቀናት"} |
michael@0 | 1491 | } |
michael@0 | 1492 | hour{ |
michael@0 | 1493 | one{"{0} ሰዓ"} |
michael@0 | 1494 | other{"{0} ሰዓ"} |
michael@0 | 1495 | } |
michael@0 | 1496 | millisecond{ |
michael@0 | 1497 | one{"{0} ሚሴ"} |
michael@0 | 1498 | other{"{0} ሚሴ"} |
michael@0 | 1499 | } |
michael@0 | 1500 | minute{ |
michael@0 | 1501 | one{"{0} ደቂ"} |
michael@0 | 1502 | other{"{0} ደቂቃ"} |
michael@0 | 1503 | } |
michael@0 | 1504 | month{ |
michael@0 | 1505 | one{"{0} ወራት"} |
michael@0 | 1506 | other{"{0} ወራት"} |
michael@0 | 1507 | } |
michael@0 | 1508 | second{ |
michael@0 | 1509 | one{"{0} ሰከ"} |
michael@0 | 1510 | other{"{0} ሰከ"} |
michael@0 | 1511 | } |
michael@0 | 1512 | week{ |
michael@0 | 1513 | one{"{0} ሳምንት"} |
michael@0 | 1514 | other{"{0} ሳምንታት"} |
michael@0 | 1515 | } |
michael@0 | 1516 | year{ |
michael@0 | 1517 | one{"{0} ዓመት"} |
michael@0 | 1518 | other{"{0} ዓመታት"} |
michael@0 | 1519 | } |
michael@0 | 1520 | } |
michael@0 | 1521 | length{ |
michael@0 | 1522 | centimeter{ |
michael@0 | 1523 | one{"{0} ሴሜ"} |
michael@0 | 1524 | other{"{0} ሴሜ"} |
michael@0 | 1525 | } |
michael@0 | 1526 | foot{ |
michael@0 | 1527 | one{"{0} ጫማ"} |
michael@0 | 1528 | other{"{0} ጫማ"} |
michael@0 | 1529 | } |
michael@0 | 1530 | inch{ |
michael@0 | 1531 | one{"{0} ኢንች"} |
michael@0 | 1532 | other{"{0} ኢንች"} |
michael@0 | 1533 | } |
michael@0 | 1534 | kilometer{ |
michael@0 | 1535 | one{"{0} ኪሜ"} |
michael@0 | 1536 | other{"{0} ኪሜ"} |
michael@0 | 1537 | } |
michael@0 | 1538 | light-year{ |
michael@0 | 1539 | one{"{0} ly"} |
michael@0 | 1540 | other{"{0} ly"} |
michael@0 | 1541 | } |
michael@0 | 1542 | meter{ |
michael@0 | 1543 | one{"{0} ሜ"} |
michael@0 | 1544 | other{"{0} ሜ"} |
michael@0 | 1545 | } |
michael@0 | 1546 | mile{ |
michael@0 | 1547 | one{"{0} ማይል"} |
michael@0 | 1548 | other{"{0} ማይል"} |
michael@0 | 1549 | } |
michael@0 | 1550 | millimeter{ |
michael@0 | 1551 | one{"{0} ሚሜ"} |
michael@0 | 1552 | other{"{0} ሚሜ"} |
michael@0 | 1553 | } |
michael@0 | 1554 | picometer{ |
michael@0 | 1555 | one{"{0} ፒሜ"} |
michael@0 | 1556 | other{"{0} ፒሜ"} |
michael@0 | 1557 | } |
michael@0 | 1558 | yard{ |
michael@0 | 1559 | one{"{0} ያርድ"} |
michael@0 | 1560 | other{"{0} ያርድ"} |
michael@0 | 1561 | } |
michael@0 | 1562 | } |
michael@0 | 1563 | mass{ |
michael@0 | 1564 | gram{ |
michael@0 | 1565 | one{"{0} ግ"} |
michael@0 | 1566 | other{"{0} ግ"} |
michael@0 | 1567 | } |
michael@0 | 1568 | kilogram{ |
michael@0 | 1569 | one{"{0} ኪግ"} |
michael@0 | 1570 | other{"{0} ኪግ"} |
michael@0 | 1571 | } |
michael@0 | 1572 | ounce{ |
michael@0 | 1573 | one{"{0} አውንስ"} |
michael@0 | 1574 | other{"{0} አውንስ"} |
michael@0 | 1575 | } |
michael@0 | 1576 | pound{ |
michael@0 | 1577 | one{"{0} ፓውንድ"} |
michael@0 | 1578 | other{"{0} ፓውንድ"} |
michael@0 | 1579 | } |
michael@0 | 1580 | } |
michael@0 | 1581 | power{ |
michael@0 | 1582 | horsepower{ |
michael@0 | 1583 | one{"{0} የፈረስ ኃይል"} |
michael@0 | 1584 | other{"{0} የፈረስ ኃይል"} |
michael@0 | 1585 | } |
michael@0 | 1586 | kilowatt{ |
michael@0 | 1587 | one{"{0} ኪዋ"} |
michael@0 | 1588 | other{"{0} ኪዋ"} |
michael@0 | 1589 | } |
michael@0 | 1590 | watt{ |
michael@0 | 1591 | one{"{0} ዋ"} |
michael@0 | 1592 | other{"{0} ዋ"} |
michael@0 | 1593 | } |
michael@0 | 1594 | } |
michael@0 | 1595 | pressure{ |
michael@0 | 1596 | hectopascal{ |
michael@0 | 1597 | one{"{0} ሄክቶፓስካል"} |
michael@0 | 1598 | other{"{0} ሄክቶፓስካል"} |
michael@0 | 1599 | } |
michael@0 | 1600 | inch-hg{ |
michael@0 | 1601 | one{"{0} ኢንች ሜርኩሪ"} |
michael@0 | 1602 | other{"{0} ኢንች ሜርኩሪ"} |
michael@0 | 1603 | } |
michael@0 | 1604 | millibar{ |
michael@0 | 1605 | one{"{0} ሚባ"} |
michael@0 | 1606 | other{"{0} ሚባ"} |
michael@0 | 1607 | } |
michael@0 | 1608 | } |
michael@0 | 1609 | speed{ |
michael@0 | 1610 | kilometer-per-hour{ |
michael@0 | 1611 | one{"{0} ኪሜ/ሰ"} |
michael@0 | 1612 | other{"{0} ኪሜ/ሰ"} |
michael@0 | 1613 | } |
michael@0 | 1614 | meter-per-second{ |
michael@0 | 1615 | one{"{0} ሜ/ሴ"} |
michael@0 | 1616 | other{"{0} ሜ/ሴ"} |
michael@0 | 1617 | } |
michael@0 | 1618 | mile-per-hour{ |
michael@0 | 1619 | one{"{0} ማይል/ሰ"} |
michael@0 | 1620 | other{"{0} ማይል/ሰ"} |
michael@0 | 1621 | } |
michael@0 | 1622 | } |
michael@0 | 1623 | temperature{ |
michael@0 | 1624 | celsius{ |
michael@0 | 1625 | one{"{0}°ሴ"} |
michael@0 | 1626 | other{"{0}°ሴ"} |
michael@0 | 1627 | } |
michael@0 | 1628 | fahrenheit{ |
michael@0 | 1629 | one{"{0}°ፋ"} |
michael@0 | 1630 | other{"{0}°ፋ"} |
michael@0 | 1631 | } |
michael@0 | 1632 | } |
michael@0 | 1633 | volume{ |
michael@0 | 1634 | cubic-kilometer{ |
michael@0 | 1635 | one{"{0} ኪሜ³"} |
michael@0 | 1636 | other{"{0} ኪሜ³"} |
michael@0 | 1637 | } |
michael@0 | 1638 | cubic-mile{ |
michael@0 | 1639 | one{"{0} ማይል³"} |
michael@0 | 1640 | other{"{0} ማይል³"} |
michael@0 | 1641 | } |
michael@0 | 1642 | liter{ |
michael@0 | 1643 | one{"{0} ሊ"} |
michael@0 | 1644 | other{"{0} ሊ"} |
michael@0 | 1645 | } |
michael@0 | 1646 | } |
michael@0 | 1647 | } |
michael@0 | 1648 | } |