Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
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/pt_PT.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | pt_PT{ |
michael@0 | 10 | Ellipsis{ |
michael@0 | 11 | final{"{0}…"} |
michael@0 | 12 | initial{"…{0}"} |
michael@0 | 13 | medial{"{0}…{1}"} |
michael@0 | 14 | word-final{"{0}…"} |
michael@0 | 15 | word-initial{"… {0}"} |
michael@0 | 16 | word-medial{"{0} … {1}"} |
michael@0 | 17 | } |
michael@0 | 18 | ExemplarCharactersPunctuation{ |
michael@0 | 19 | "[\\- ‐ – — , ; \\: ! ? . … ' \u0022 “ ” « » ( ) \\[ \\] § @ * / \\& # † ‡ ′ " |
michael@0 | 20 | "″]" |
michael@0 | 21 | } |
michael@0 | 22 | MoreInformation{"?"} |
michael@0 | 23 | NumberElements{ |
michael@0 | 24 | latn{ |
michael@0 | 25 | miscPatterns{ |
michael@0 | 26 | atLeast{"+{0}"} |
michael@0 | 27 | range{"{0} - {1}"} |
michael@0 | 28 | } |
michael@0 | 29 | patterns{ |
michael@0 | 30 | accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} |
michael@0 | 31 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 32 | decimalFormat{"#,##0.###"} |
michael@0 | 33 | percentFormat{"#,##0%"} |
michael@0 | 34 | scientificFormat{"#E0"} |
michael@0 | 35 | } |
michael@0 | 36 | patternsLong{ |
michael@0 | 37 | decimalFormat{ |
michael@0 | 38 | 1000{ |
michael@0 | 39 | one{"0 mil"} |
michael@0 | 40 | other{"0 mil"} |
michael@0 | 41 | } |
michael@0 | 42 | 10000{ |
michael@0 | 43 | one{"00 mil"} |
michael@0 | 44 | other{"00 mil"} |
michael@0 | 45 | } |
michael@0 | 46 | 100000{ |
michael@0 | 47 | one{"000 mil"} |
michael@0 | 48 | other{"000 mil"} |
michael@0 | 49 | } |
michael@0 | 50 | 1000000{ |
michael@0 | 51 | one{"0 milhão"} |
michael@0 | 52 | other{"0 milhões"} |
michael@0 | 53 | } |
michael@0 | 54 | 10000000{ |
michael@0 | 55 | one{"00 milhões"} |
michael@0 | 56 | other{"00 milhões"} |
michael@0 | 57 | } |
michael@0 | 58 | 100000000{ |
michael@0 | 59 | one{"000 milhões"} |
michael@0 | 60 | other{"000 milhões"} |
michael@0 | 61 | } |
michael@0 | 62 | 1000000000{ |
michael@0 | 63 | one{"0 mil milhões"} |
michael@0 | 64 | other{"0 mil milhões"} |
michael@0 | 65 | } |
michael@0 | 66 | 10000000000{ |
michael@0 | 67 | one{"00 mil milhões"} |
michael@0 | 68 | other{"00 mil milhões"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000000{ |
michael@0 | 71 | one{"000 mil milhões"} |
michael@0 | 72 | other{"000 mil milhões"} |
michael@0 | 73 | } |
michael@0 | 74 | 1000000000000{ |
michael@0 | 75 | one{"0 bilião"} |
michael@0 | 76 | other{"0 biliões"} |
michael@0 | 77 | } |
michael@0 | 78 | 10000000000000{ |
michael@0 | 79 | one{"00 biliões"} |
michael@0 | 80 | other{"00 biliões"} |
michael@0 | 81 | } |
michael@0 | 82 | 100000000000000{ |
michael@0 | 83 | one{"000 biliões"} |
michael@0 | 84 | other{"000 biliões"} |
michael@0 | 85 | } |
michael@0 | 86 | } |
michael@0 | 87 | } |
michael@0 | 88 | patternsShort{ |
michael@0 | 89 | decimalFormat{ |
michael@0 | 90 | 1000{ |
michael@0 | 91 | one{"0 mil"} |
michael@0 | 92 | other{"0 mil"} |
michael@0 | 93 | } |
michael@0 | 94 | 10000{ |
michael@0 | 95 | one{"00 mil"} |
michael@0 | 96 | other{"00 mil"} |
michael@0 | 97 | } |
michael@0 | 98 | 100000{ |
michael@0 | 99 | one{"000 mil"} |
michael@0 | 100 | other{"000 mil"} |
michael@0 | 101 | } |
michael@0 | 102 | 1000000{ |
michael@0 | 103 | one{"0 M"} |
michael@0 | 104 | other{"0 M"} |
michael@0 | 105 | } |
michael@0 | 106 | 10000000{ |
michael@0 | 107 | one{"00 M"} |
michael@0 | 108 | other{"00 M"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000000{ |
michael@0 | 111 | one{"000 M"} |
michael@0 | 112 | other{"000 M"} |
michael@0 | 113 | } |
michael@0 | 114 | 1000000000{ |
michael@0 | 115 | one{"0 MM"} |
michael@0 | 116 | other{"0 MM"} |
michael@0 | 117 | } |
michael@0 | 118 | 10000000000{ |
michael@0 | 119 | one{"00 MM"} |
michael@0 | 120 | other{"00 MM"} |
michael@0 | 121 | } |
michael@0 | 122 | 100000000000{ |
michael@0 | 123 | one{"000 MM"} |
michael@0 | 124 | other{"000 MM"} |
michael@0 | 125 | } |
michael@0 | 126 | 1000000000000{ |
michael@0 | 127 | one{"0 Bi"} |
michael@0 | 128 | other{"0 Bi"} |
michael@0 | 129 | } |
michael@0 | 130 | 10000000000000{ |
michael@0 | 131 | one{"00 Bi"} |
michael@0 | 132 | other{"00 Bi"} |
michael@0 | 133 | } |
michael@0 | 134 | 100000000000000{ |
michael@0 | 135 | one{"000 Bi"} |
michael@0 | 136 | other{"000 Bi"} |
michael@0 | 137 | } |
michael@0 | 138 | } |
michael@0 | 139 | } |
michael@0 | 140 | symbols{ |
michael@0 | 141 | decimal{","} |
michael@0 | 142 | exponential{"E"} |
michael@0 | 143 | group{" "} |
michael@0 | 144 | infinity{"∞"} |
michael@0 | 145 | minusSign{"-"} |
michael@0 | 146 | nan{"NaN"} |
michael@0 | 147 | perMille{"‰"} |
michael@0 | 148 | percentSign{"%"} |
michael@0 | 149 | plusSign{"+"} |
michael@0 | 150 | superscriptingExponent{"×"} |
michael@0 | 151 | } |
michael@0 | 152 | } |
michael@0 | 153 | } |
michael@0 | 154 | Version{"2.0.92.87"} |
michael@0 | 155 | calendar{ |
michael@0 | 156 | buddhist{ |
michael@0 | 157 | DateTimePatterns{ |
michael@0 | 158 | "HH:mm:ss zzzz", |
michael@0 | 159 | "HH:mm:ss z", |
michael@0 | 160 | "HH:mm:ss", |
michael@0 | 161 | "HH:mm", |
michael@0 | 162 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 163 | "d 'de' MMMM 'de' y G", |
michael@0 | 164 | "d 'de' MMM, y G", |
michael@0 | 165 | "d/M/y G", |
michael@0 | 166 | "{1}, {0}", |
michael@0 | 167 | "{1} 'às' {0}", |
michael@0 | 168 | "{1} 'às' {0}", |
michael@0 | 169 | "{1}, {0}", |
michael@0 | 170 | "{1}, {0}", |
michael@0 | 171 | } |
michael@0 | 172 | } |
michael@0 | 173 | chinese{ |
michael@0 | 174 | DateTimePatterns{ |
michael@0 | 175 | "HH:mm:ss zzzz", |
michael@0 | 176 | "HH:mm:ss z", |
michael@0 | 177 | "HH:mm:ss", |
michael@0 | 178 | "HH:mm", |
michael@0 | 179 | "EEEE, d 'de' MMMM 'de' U", |
michael@0 | 180 | "d 'de' MMMM 'de' U", |
michael@0 | 181 | "d 'de' MMM 'de' U", |
michael@0 | 182 | "dd/MM/yy", |
michael@0 | 183 | "{1} {0}", |
michael@0 | 184 | "{1} {0}", |
michael@0 | 185 | "{1} {0}", |
michael@0 | 186 | "{1} {0}", |
michael@0 | 187 | "{1} {0}", |
michael@0 | 188 | } |
michael@0 | 189 | monthNames{ |
michael@0 | 190 | format{ |
michael@0 | 191 | abbreviated{ |
michael@0 | 192 | "M1", |
michael@0 | 193 | "M2", |
michael@0 | 194 | "M3", |
michael@0 | 195 | "M4", |
michael@0 | 196 | "M5", |
michael@0 | 197 | "M6", |
michael@0 | 198 | "M7", |
michael@0 | 199 | "M8", |
michael@0 | 200 | "M9", |
michael@0 | 201 | "M10", |
michael@0 | 202 | "M11", |
michael@0 | 203 | "M12", |
michael@0 | 204 | } |
michael@0 | 205 | narrow{ |
michael@0 | 206 | "1", |
michael@0 | 207 | "2", |
michael@0 | 208 | "3", |
michael@0 | 209 | "4", |
michael@0 | 210 | "5", |
michael@0 | 211 | "6", |
michael@0 | 212 | "7", |
michael@0 | 213 | "8", |
michael@0 | 214 | "9", |
michael@0 | 215 | "10", |
michael@0 | 216 | "11", |
michael@0 | 217 | "12", |
michael@0 | 218 | } |
michael@0 | 219 | wide{ |
michael@0 | 220 | "Mês 1", |
michael@0 | 221 | "Mês 2", |
michael@0 | 222 | "Mês 3", |
michael@0 | 223 | "Mês 4", |
michael@0 | 224 | "Mês 5", |
michael@0 | 225 | "Mês 6", |
michael@0 | 226 | "Mês 7", |
michael@0 | 227 | "Mês 8", |
michael@0 | 228 | "Mês 9", |
michael@0 | 229 | "Mês 10", |
michael@0 | 230 | "Mês 11", |
michael@0 | 231 | "Mês 12", |
michael@0 | 232 | } |
michael@0 | 233 | } |
michael@0 | 234 | stand-alone{ |
michael@0 | 235 | abbreviated{ |
michael@0 | 236 | "M1", |
michael@0 | 237 | "M2", |
michael@0 | 238 | "M3", |
michael@0 | 239 | "M4", |
michael@0 | 240 | "M5", |
michael@0 | 241 | "M6", |
michael@0 | 242 | "M7", |
michael@0 | 243 | "M8", |
michael@0 | 244 | "M9", |
michael@0 | 245 | "M10", |
michael@0 | 246 | "M11", |
michael@0 | 247 | "M12", |
michael@0 | 248 | } |
michael@0 | 249 | narrow{ |
michael@0 | 250 | "1", |
michael@0 | 251 | "2", |
michael@0 | 252 | "3", |
michael@0 | 253 | "4", |
michael@0 | 254 | "5", |
michael@0 | 255 | "6", |
michael@0 | 256 | "7", |
michael@0 | 257 | "8", |
michael@0 | 258 | "9", |
michael@0 | 259 | "10", |
michael@0 | 260 | "11", |
michael@0 | 261 | "12", |
michael@0 | 262 | } |
michael@0 | 263 | wide{ |
michael@0 | 264 | "Mês 1", |
michael@0 | 265 | "Mês 2", |
michael@0 | 266 | "Mês 3", |
michael@0 | 267 | "Mês 4", |
michael@0 | 268 | "Mês 5", |
michael@0 | 269 | "Mês 6", |
michael@0 | 270 | "Mês 7", |
michael@0 | 271 | "Mês 8", |
michael@0 | 272 | "Mês 9", |
michael@0 | 273 | "Mês 10", |
michael@0 | 274 | "Mês 11", |
michael@0 | 275 | "Mês 12", |
michael@0 | 276 | } |
michael@0 | 277 | } |
michael@0 | 278 | } |
michael@0 | 279 | } |
michael@0 | 280 | generic{ |
michael@0 | 281 | DateTimePatterns{ |
michael@0 | 282 | "HH:mm:ss zzzz", |
michael@0 | 283 | "HH:mm:ss z", |
michael@0 | 284 | "HH:mm:ss", |
michael@0 | 285 | "HH:mm", |
michael@0 | 286 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 287 | "d 'de' MMMM 'de' y G", |
michael@0 | 288 | "d 'de' MMM, y G", |
michael@0 | 289 | "d/M/y G", |
michael@0 | 290 | "{1}, {0}", |
michael@0 | 291 | "{1} 'às' {0}", |
michael@0 | 292 | "{1} 'às' {0}", |
michael@0 | 293 | "{1}, {0}", |
michael@0 | 294 | "{1}, {0}", |
michael@0 | 295 | } |
michael@0 | 296 | availableFormats{ |
michael@0 | 297 | Ed{"E, d"} |
michael@0 | 298 | Gy{"y G"} |
michael@0 | 299 | GyMMM{"MMM 'de' y G"} |
michael@0 | 300 | GyMMMEd{"E, d 'de' MMM 'de' y G"} |
michael@0 | 301 | GyMMMd{"d 'de' MMM 'de' y G"} |
michael@0 | 302 | M{"L"} |
michael@0 | 303 | MEd{"E, dd/MM"} |
michael@0 | 304 | MMM{"LLL"} |
michael@0 | 305 | MMMEd{"E, d 'de' MMM"} |
michael@0 | 306 | MMMMEd{"E, d 'de' MMMM"} |
michael@0 | 307 | MMMMd{"d 'de' MMMM"} |
michael@0 | 308 | MMMd{"d 'de' MMM"} |
michael@0 | 309 | Md{"d/M"} |
michael@0 | 310 | d{"d"} |
michael@0 | 311 | y{"y G"} |
michael@0 | 312 | yyyy{"y G"} |
michael@0 | 313 | yyyyM{"MM/y GGGGG"} |
michael@0 | 314 | yyyyMEd{"E, dd/MM/y GGGGG"} |
michael@0 | 315 | yyyyMMM{"MM/y G"} |
michael@0 | 316 | yyyyMMMEEEEd{"EEEE, d/MM/y"} |
michael@0 | 317 | yyyyMMMEd{"E, d/MM/y G"} |
michael@0 | 318 | yyyyMMMM{"MMMM 'de' y G"} |
michael@0 | 319 | yyyyMMMMEd{"E, d 'de' MMMM 'de' y G"} |
michael@0 | 320 | yyyyMMMMd{"d 'de' MMMM 'de' y G"} |
michael@0 | 321 | yyyyMMMd{"d/MM/y G"} |
michael@0 | 322 | yyyyMd{"dd/MM/y GGGGG"} |
michael@0 | 323 | yyyyQQQ{"QQQQ 'de' y G"} |
michael@0 | 324 | yyyyQQQQ{"QQQQ 'de' y G"} |
michael@0 | 325 | } |
michael@0 | 326 | intervalFormats{ |
michael@0 | 327 | M{ |
michael@0 | 328 | M{"M - M"} |
michael@0 | 329 | } |
michael@0 | 330 | MEd{ |
michael@0 | 331 | M{"E, dd/MM - E, dd/MM"} |
michael@0 | 332 | d{"E, dd/MM - E, dd/MM"} |
michael@0 | 333 | } |
michael@0 | 334 | MMM{ |
michael@0 | 335 | M{"MMM-MMM"} |
michael@0 | 336 | } |
michael@0 | 337 | MMMEd{ |
michael@0 | 338 | M{"E, d 'de' MMM - E, d 'de' MMM"} |
michael@0 | 339 | d{"E, d 'de' MMM - E, d 'de' MMM"} |
michael@0 | 340 | } |
michael@0 | 341 | MMMd{ |
michael@0 | 342 | M{"d 'de' MMM - d 'de' MMM"} |
michael@0 | 343 | d{"d-d 'de' MMM"} |
michael@0 | 344 | } |
michael@0 | 345 | Md{ |
michael@0 | 346 | M{"dd/MM - dd/MM"} |
michael@0 | 347 | d{"dd/MM - dd/MM"} |
michael@0 | 348 | } |
michael@0 | 349 | d{ |
michael@0 | 350 | d{"d - d"} |
michael@0 | 351 | } |
michael@0 | 352 | fallback{"{0} - {1}"} |
michael@0 | 353 | h{ |
michael@0 | 354 | a{"h a - h a"} |
michael@0 | 355 | h{"h-h a"} |
michael@0 | 356 | } |
michael@0 | 357 | hm{ |
michael@0 | 358 | h{"h:mm - h:mm a"} |
michael@0 | 359 | } |
michael@0 | 360 | y{ |
michael@0 | 361 | y{"y-y G"} |
michael@0 | 362 | } |
michael@0 | 363 | yM{ |
michael@0 | 364 | M{"MM/y - MM/y G"} |
michael@0 | 365 | y{"MM/y - MM/y G"} |
michael@0 | 366 | } |
michael@0 | 367 | yMEd{ |
michael@0 | 368 | M{"E, dd/MM/y - E, dd/MM/y G"} |
michael@0 | 369 | d{"E, dd/MM/y - E, dd/MM/y G"} |
michael@0 | 370 | y{"E, dd/MM/y - E, dd/MM/y G"} |
michael@0 | 371 | } |
michael@0 | 372 | yMMM{ |
michael@0 | 373 | M{"MMM-MMM 'de' y G"} |
michael@0 | 374 | y{"MMM 'de' y - MMM 'de' y G"} |
michael@0 | 375 | } |
michael@0 | 376 | yMMMEd{ |
michael@0 | 377 | M{"E, d 'de' MMM - E, d 'de' MMM 'de' y G"} |
michael@0 | 378 | d{"E, d 'de' MMM - E, d 'de' MMM 'de' y G"} |
michael@0 | 379 | y{"E, d 'de' MMM 'de' y - E, d 'de' MMM 'de' y G"} |
michael@0 | 380 | } |
michael@0 | 381 | yMMMM{ |
michael@0 | 382 | M{"MMMM - MMMM 'de' y G"} |
michael@0 | 383 | y{"MMMM 'de' y - MMMM 'de' y G"} |
michael@0 | 384 | } |
michael@0 | 385 | yMMMd{ |
michael@0 | 386 | M{"d 'de' MMM - d 'de' MMM 'de' y G"} |
michael@0 | 387 | d{"d-d 'de' MMM 'de' y"} |
michael@0 | 388 | y{"d 'de' MMM 'de' y - d 'de' MMM 'de' y G"} |
michael@0 | 389 | } |
michael@0 | 390 | yMd{ |
michael@0 | 391 | M{"dd/MM/y - dd/MM/y G"} |
michael@0 | 392 | d{"dd/MM/y - dd/MM/y G"} |
michael@0 | 393 | y{"dd/MM/y - dd/MM/y G"} |
michael@0 | 394 | } |
michael@0 | 395 | } |
michael@0 | 396 | } |
michael@0 | 397 | gregorian{ |
michael@0 | 398 | AmPmMarkers{ |
michael@0 | 399 | "da manhã", |
michael@0 | 400 | "da tarde", |
michael@0 | 401 | } |
michael@0 | 402 | AmPmMarkersNarrow{ |
michael@0 | 403 | "a.m.", |
michael@0 | 404 | "p.m.", |
michael@0 | 405 | } |
michael@0 | 406 | DateTimePatterns{ |
michael@0 | 407 | "HH:mm:ss zzzz", |
michael@0 | 408 | "HH:mm:ss z", |
michael@0 | 409 | "HH:mm:ss", |
michael@0 | 410 | "HH:mm", |
michael@0 | 411 | "EEEE, d 'de' MMMM 'de' y", |
michael@0 | 412 | "d 'de' MMMM 'de' y", |
michael@0 | 413 | "dd/MM/y", |
michael@0 | 414 | "dd/MM/yy", |
michael@0 | 415 | "{1}, {0}", |
michael@0 | 416 | "{1} 'às' {0}", |
michael@0 | 417 | "{1} 'às' {0}", |
michael@0 | 418 | "{1}, {0}", |
michael@0 | 419 | "{1}, {0}", |
michael@0 | 420 | } |
michael@0 | 421 | appendItems{ |
michael@0 | 422 | Timezone{"{0} {1}"} |
michael@0 | 423 | } |
michael@0 | 424 | availableFormats{ |
michael@0 | 425 | EHm{"E, HH:mm"} |
michael@0 | 426 | EHms{"E, HH:mm:ss"} |
michael@0 | 427 | Ed{"E, d"} |
michael@0 | 428 | Ehm{"E, h:mm a"} |
michael@0 | 429 | Ehms{"E, h:mm:ss a"} |
michael@0 | 430 | Gy{"y G"} |
michael@0 | 431 | GyMMM{"MMM 'de' y G"} |
michael@0 | 432 | GyMMMEd{"E, d 'de' MMM 'de' y G"} |
michael@0 | 433 | GyMMMd{"d 'de' MMM 'de' y G"} |
michael@0 | 434 | H{"HH"} |
michael@0 | 435 | HHmm{"HH:mm"} |
michael@0 | 436 | HHmmss{"HH:mm:ss"} |
michael@0 | 437 | Hm{"HH:mm"} |
michael@0 | 438 | Hms{"HH:mm:ss"} |
michael@0 | 439 | M{"L"} |
michael@0 | 440 | MEd{"E, dd/MM"} |
michael@0 | 441 | MMM{"LLL"} |
michael@0 | 442 | MMMEd{"E, d/MM"} |
michael@0 | 443 | MMMMEd{"E, d 'de' MMMM"} |
michael@0 | 444 | MMMMd{"d 'de' MMMM"} |
michael@0 | 445 | MMMd{"d/MM"} |
michael@0 | 446 | MMdd{"dd/MM"} |
michael@0 | 447 | Md{"d/M"} |
michael@0 | 448 | d{"d"} |
michael@0 | 449 | h{"h a"} |
michael@0 | 450 | hm{"h:mm a"} |
michael@0 | 451 | hms{"h:mm:ss a"} |
michael@0 | 452 | ms{"mm:ss"} |
michael@0 | 453 | y{"y"} |
michael@0 | 454 | yM{"MM/y"} |
michael@0 | 455 | yMEd{"E, dd/MM/y"} |
michael@0 | 456 | yMM{"MM/y"} |
michael@0 | 457 | yMMM{"MM/y"} |
michael@0 | 458 | yMMMEEEEd{"EEEE, d/MM/y"} |
michael@0 | 459 | yMMMEd{"E, d/MM/y"} |
michael@0 | 460 | yMMMM{"MMMM 'de' y"} |
michael@0 | 461 | yMMMMEd{"E, d 'de' MMMM 'de' y"} |
michael@0 | 462 | yMMMMd{"d 'de' MMMM 'de' y"} |
michael@0 | 463 | yMMMd{"d/MM/y"} |
michael@0 | 464 | yMd{"dd/MM/y"} |
michael@0 | 465 | yQQQ{"QQQQ 'de' y"} |
michael@0 | 466 | yQQQQ{"QQQQ 'de' y"} |
michael@0 | 467 | } |
michael@0 | 468 | dayNames{ |
michael@0 | 469 | format{ |
michael@0 | 470 | abbreviated{ |
michael@0 | 471 | "dom", |
michael@0 | 472 | "seg", |
michael@0 | 473 | "ter", |
michael@0 | 474 | "qua", |
michael@0 | 475 | "qui", |
michael@0 | 476 | "sex", |
michael@0 | 477 | "sáb", |
michael@0 | 478 | } |
michael@0 | 479 | narrow{ |
michael@0 | 480 | "D", |
michael@0 | 481 | "S", |
michael@0 | 482 | "T", |
michael@0 | 483 | "Q", |
michael@0 | 484 | "Q", |
michael@0 | 485 | "S", |
michael@0 | 486 | "S", |
michael@0 | 487 | } |
michael@0 | 488 | short{ |
michael@0 | 489 | "do", |
michael@0 | 490 | "sg", |
michael@0 | 491 | "te", |
michael@0 | 492 | "qu", |
michael@0 | 493 | "qi", |
michael@0 | 494 | "sx", |
michael@0 | 495 | "sb", |
michael@0 | 496 | } |
michael@0 | 497 | wide{ |
michael@0 | 498 | "domingo", |
michael@0 | 499 | "segunda-feira", |
michael@0 | 500 | "terça-feira", |
michael@0 | 501 | "quarta-feira", |
michael@0 | 502 | "quinta-feira", |
michael@0 | 503 | "sexta-feira", |
michael@0 | 504 | "sábado", |
michael@0 | 505 | } |
michael@0 | 506 | } |
michael@0 | 507 | stand-alone{ |
michael@0 | 508 | abbreviated{ |
michael@0 | 509 | "dom", |
michael@0 | 510 | "seg", |
michael@0 | 511 | "ter", |
michael@0 | 512 | "qua", |
michael@0 | 513 | "qui", |
michael@0 | 514 | "sex", |
michael@0 | 515 | "sáb", |
michael@0 | 516 | } |
michael@0 | 517 | narrow{ |
michael@0 | 518 | "D", |
michael@0 | 519 | "S", |
michael@0 | 520 | "T", |
michael@0 | 521 | "Q", |
michael@0 | 522 | "Q", |
michael@0 | 523 | "S", |
michael@0 | 524 | "S", |
michael@0 | 525 | } |
michael@0 | 526 | short{ |
michael@0 | 527 | "do", |
michael@0 | 528 | "sg", |
michael@0 | 529 | "te", |
michael@0 | 530 | "qu", |
michael@0 | 531 | "qi", |
michael@0 | 532 | "sx", |
michael@0 | 533 | "sb", |
michael@0 | 534 | } |
michael@0 | 535 | wide{ |
michael@0 | 536 | "domingo", |
michael@0 | 537 | "segunda-feira", |
michael@0 | 538 | "terça-feira", |
michael@0 | 539 | "quarta-feira", |
michael@0 | 540 | "quinta-feira", |
michael@0 | 541 | "sexta-feira", |
michael@0 | 542 | "sábado", |
michael@0 | 543 | } |
michael@0 | 544 | } |
michael@0 | 545 | } |
michael@0 | 546 | eras{ |
michael@0 | 547 | abbreviated{ |
michael@0 | 548 | "a.C.", |
michael@0 | 549 | "d.C.", |
michael@0 | 550 | } |
michael@0 | 551 | } |
michael@0 | 552 | intervalFormats{ |
michael@0 | 553 | H{ |
michael@0 | 554 | H{"HH–HH"} |
michael@0 | 555 | } |
michael@0 | 556 | Hm{ |
michael@0 | 557 | H{"HH:mm - HH:mm"} |
michael@0 | 558 | m{"HH:mm - HH:mm"} |
michael@0 | 559 | } |
michael@0 | 560 | Hmv{ |
michael@0 | 561 | H{"HH:mm - HH:mm v"} |
michael@0 | 562 | m{"HH:mm - HH:mm v"} |
michael@0 | 563 | } |
michael@0 | 564 | Hv{ |
michael@0 | 565 | H{"HH - HH v"} |
michael@0 | 566 | } |
michael@0 | 567 | M{ |
michael@0 | 568 | M{"M-M"} |
michael@0 | 569 | } |
michael@0 | 570 | MEd{ |
michael@0 | 571 | M{"E, dd/MM - E, dd/MM"} |
michael@0 | 572 | d{"E, dd/MM - E, dd/MM"} |
michael@0 | 573 | } |
michael@0 | 574 | MMM{ |
michael@0 | 575 | M{"MMM-MMM"} |
michael@0 | 576 | } |
michael@0 | 577 | MMMEd{ |
michael@0 | 578 | M{"E, d 'de' MMM - E, d 'de' MMM"} |
michael@0 | 579 | d{"E, d 'de' MMM - E, d 'de' MMM"} |
michael@0 | 580 | } |
michael@0 | 581 | MMMd{ |
michael@0 | 582 | M{"d 'de' MMM - d 'de' MMM"} |
michael@0 | 583 | d{"d-d 'de' MMM"} |
michael@0 | 584 | } |
michael@0 | 585 | Md{ |
michael@0 | 586 | M{"dd/MM - dd/MM"} |
michael@0 | 587 | d{"dd/MM - dd/MM"} |
michael@0 | 588 | } |
michael@0 | 589 | d{ |
michael@0 | 590 | d{"d–d"} |
michael@0 | 591 | } |
michael@0 | 592 | fallback{"{0} - {1}"} |
michael@0 | 593 | h{ |
michael@0 | 594 | a{"h a - h a"} |
michael@0 | 595 | h{"h-h a"} |
michael@0 | 596 | } |
michael@0 | 597 | hm{ |
michael@0 | 598 | a{"h:mm a - h:mm a"} |
michael@0 | 599 | h{"h:mm - h:mm a"} |
michael@0 | 600 | m{"h:mm - h:mm a"} |
michael@0 | 601 | } |
michael@0 | 602 | hmv{ |
michael@0 | 603 | a{"h:mm a – h:mm a v"} |
michael@0 | 604 | h{"h:mm - h:mm a v"} |
michael@0 | 605 | m{"h:mm - h:mm a v"} |
michael@0 | 606 | } |
michael@0 | 607 | hv{ |
michael@0 | 608 | a{"h a - h a v"} |
michael@0 | 609 | h{"h - h a v"} |
michael@0 | 610 | } |
michael@0 | 611 | y{ |
michael@0 | 612 | y{"y-y"} |
michael@0 | 613 | } |
michael@0 | 614 | yM{ |
michael@0 | 615 | M{"MM/y - MM/y"} |
michael@0 | 616 | y{"MM/y - MM/y"} |
michael@0 | 617 | } |
michael@0 | 618 | yMEd{ |
michael@0 | 619 | M{"E, dd/MM/y - E, dd/MM/y"} |
michael@0 | 620 | d{"E, dd/MM/y - E, dd/MM/y"} |
michael@0 | 621 | y{"E, dd/MM/y - E, dd/MM/y"} |
michael@0 | 622 | } |
michael@0 | 623 | yMMM{ |
michael@0 | 624 | M{"MMM-MMM 'de' y"} |
michael@0 | 625 | y{"MMM 'de' y - MMM 'de' y"} |
michael@0 | 626 | } |
michael@0 | 627 | yMMMEd{ |
michael@0 | 628 | M{"E, d 'de' MMM - E, d 'de' MMM 'de' y"} |
michael@0 | 629 | d{"E, d 'de' MMM - E, d 'de' MMM 'de' y"} |
michael@0 | 630 | y{"E, d 'de' MMM 'de' y - E, d 'de' MMM 'de' y"} |
michael@0 | 631 | } |
michael@0 | 632 | yMMMM{ |
michael@0 | 633 | M{"MMMM - MMMM 'de' y"} |
michael@0 | 634 | y{"MMMM 'de' y - MMMM 'de' y"} |
michael@0 | 635 | } |
michael@0 | 636 | yMMMd{ |
michael@0 | 637 | M{"d 'de' MMM - d 'de' MMM 'de' y"} |
michael@0 | 638 | d{"d-d 'de' MMM 'de' y"} |
michael@0 | 639 | y{"d 'de' MMM 'de' y - d 'de' MMM 'de' y"} |
michael@0 | 640 | } |
michael@0 | 641 | yMd{ |
michael@0 | 642 | M{"dd/MM/y - dd/MM/y"} |
michael@0 | 643 | d{"dd/MM/y - dd/MM/y"} |
michael@0 | 644 | y{"dd/MM/y - dd/MM/y"} |
michael@0 | 645 | } |
michael@0 | 646 | } |
michael@0 | 647 | monthNames{ |
michael@0 | 648 | format{ |
michael@0 | 649 | abbreviated{ |
michael@0 | 650 | "Jan", |
michael@0 | 651 | "Fev", |
michael@0 | 652 | "Mar", |
michael@0 | 653 | "Abr", |
michael@0 | 654 | "Mai", |
michael@0 | 655 | "Jun", |
michael@0 | 656 | "Jul", |
michael@0 | 657 | "Ago", |
michael@0 | 658 | "Set", |
michael@0 | 659 | "Out", |
michael@0 | 660 | "Nov", |
michael@0 | 661 | "Dez", |
michael@0 | 662 | } |
michael@0 | 663 | narrow{ |
michael@0 | 664 | "J", |
michael@0 | 665 | "F", |
michael@0 | 666 | "M", |
michael@0 | 667 | "A", |
michael@0 | 668 | "M", |
michael@0 | 669 | "J", |
michael@0 | 670 | "J", |
michael@0 | 671 | "A", |
michael@0 | 672 | "S", |
michael@0 | 673 | "O", |
michael@0 | 674 | "N", |
michael@0 | 675 | "D", |
michael@0 | 676 | } |
michael@0 | 677 | wide{ |
michael@0 | 678 | "Janeiro", |
michael@0 | 679 | "Fevereiro", |
michael@0 | 680 | "Março", |
michael@0 | 681 | "Abril", |
michael@0 | 682 | "Maio", |
michael@0 | 683 | "Junho", |
michael@0 | 684 | "Julho", |
michael@0 | 685 | "Agosto", |
michael@0 | 686 | "Setembro", |
michael@0 | 687 | "Outubro", |
michael@0 | 688 | "Novembro", |
michael@0 | 689 | "Dezembro", |
michael@0 | 690 | } |
michael@0 | 691 | } |
michael@0 | 692 | stand-alone{ |
michael@0 | 693 | abbreviated{ |
michael@0 | 694 | "Jan", |
michael@0 | 695 | "Fev", |
michael@0 | 696 | "Mar", |
michael@0 | 697 | "Abr", |
michael@0 | 698 | "Mai", |
michael@0 | 699 | "Jun", |
michael@0 | 700 | "Jul", |
michael@0 | 701 | "Ago", |
michael@0 | 702 | "Set", |
michael@0 | 703 | "Out", |
michael@0 | 704 | "Nov", |
michael@0 | 705 | "Dez", |
michael@0 | 706 | } |
michael@0 | 707 | narrow{ |
michael@0 | 708 | "J", |
michael@0 | 709 | "F", |
michael@0 | 710 | "M", |
michael@0 | 711 | "A", |
michael@0 | 712 | "M", |
michael@0 | 713 | "J", |
michael@0 | 714 | "J", |
michael@0 | 715 | "A", |
michael@0 | 716 | "S", |
michael@0 | 717 | "O", |
michael@0 | 718 | "N", |
michael@0 | 719 | "D", |
michael@0 | 720 | } |
michael@0 | 721 | wide{ |
michael@0 | 722 | "Janeiro", |
michael@0 | 723 | "Fevereiro", |
michael@0 | 724 | "Março", |
michael@0 | 725 | "Abril", |
michael@0 | 726 | "Maio", |
michael@0 | 727 | "Junho", |
michael@0 | 728 | "Julho", |
michael@0 | 729 | "Agosto", |
michael@0 | 730 | "Setembro", |
michael@0 | 731 | "Outubro", |
michael@0 | 732 | "Novembro", |
michael@0 | 733 | "Dezembro", |
michael@0 | 734 | } |
michael@0 | 735 | } |
michael@0 | 736 | } |
michael@0 | 737 | quarters{ |
michael@0 | 738 | format{ |
michael@0 | 739 | abbreviated{ |
michael@0 | 740 | "T1", |
michael@0 | 741 | "T2", |
michael@0 | 742 | "T3", |
michael@0 | 743 | "T4", |
michael@0 | 744 | } |
michael@0 | 745 | narrow{ |
michael@0 | 746 | "1", |
michael@0 | 747 | "2", |
michael@0 | 748 | "3", |
michael@0 | 749 | "4", |
michael@0 | 750 | } |
michael@0 | 751 | wide{ |
michael@0 | 752 | "1.º trimestre", |
michael@0 | 753 | "2.º trimestre", |
michael@0 | 754 | "3.º trimestre", |
michael@0 | 755 | "4.º trimestre", |
michael@0 | 756 | } |
michael@0 | 757 | } |
michael@0 | 758 | stand-alone{ |
michael@0 | 759 | abbreviated{ |
michael@0 | 760 | "T1", |
michael@0 | 761 | "T2", |
michael@0 | 762 | "T3", |
michael@0 | 763 | "T4", |
michael@0 | 764 | } |
michael@0 | 765 | narrow{ |
michael@0 | 766 | "1", |
michael@0 | 767 | "2", |
michael@0 | 768 | "3", |
michael@0 | 769 | "4", |
michael@0 | 770 | } |
michael@0 | 771 | wide{ |
michael@0 | 772 | "1.º trimestre", |
michael@0 | 773 | "2.º trimestre", |
michael@0 | 774 | "3.º trimestre", |
michael@0 | 775 | "4.º trimestre", |
michael@0 | 776 | } |
michael@0 | 777 | } |
michael@0 | 778 | } |
michael@0 | 779 | } |
michael@0 | 780 | hebrew{ |
michael@0 | 781 | DateTimePatterns{ |
michael@0 | 782 | "HH:mm:ss zzzz", |
michael@0 | 783 | "HH:mm:ss z", |
michael@0 | 784 | "HH:mm:ss", |
michael@0 | 785 | "HH:mm", |
michael@0 | 786 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 787 | "d 'de' MMMM 'de' y G", |
michael@0 | 788 | "d 'de' MMM, y G", |
michael@0 | 789 | "d/M/y G", |
michael@0 | 790 | "{1}, {0}", |
michael@0 | 791 | "{1} 'às' {0}", |
michael@0 | 792 | "{1} 'às' {0}", |
michael@0 | 793 | "{1}, {0}", |
michael@0 | 794 | "{1}, {0}", |
michael@0 | 795 | } |
michael@0 | 796 | } |
michael@0 | 797 | islamic{ |
michael@0 | 798 | DateTimePatterns{ |
michael@0 | 799 | "HH:mm:ss zzzz", |
michael@0 | 800 | "HH:mm:ss z", |
michael@0 | 801 | "HH:mm:ss", |
michael@0 | 802 | "HH:mm", |
michael@0 | 803 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 804 | "d 'de' MMMM 'de' y G", |
michael@0 | 805 | "d 'de' MMM, y G", |
michael@0 | 806 | "d/M/y G", |
michael@0 | 807 | "{1}, {0}", |
michael@0 | 808 | "{1} 'às' {0}", |
michael@0 | 809 | "{1} 'às' {0}", |
michael@0 | 810 | "{1}, {0}", |
michael@0 | 811 | "{1}, {0}", |
michael@0 | 812 | } |
michael@0 | 813 | } |
michael@0 | 814 | japanese{ |
michael@0 | 815 | DateTimePatterns{ |
michael@0 | 816 | "HH:mm:ss zzzz", |
michael@0 | 817 | "HH:mm:ss z", |
michael@0 | 818 | "HH:mm:ss", |
michael@0 | 819 | "HH:mm", |
michael@0 | 820 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 821 | "d 'de' MMMM 'de' y G", |
michael@0 | 822 | "dd/MM/y G", |
michael@0 | 823 | "d/M/y G", |
michael@0 | 824 | "{1}, {0}", |
michael@0 | 825 | "{1} 'às' {0}", |
michael@0 | 826 | "{1} 'às' {0}", |
michael@0 | 827 | "{1}, {0}", |
michael@0 | 828 | "{1}, {0}", |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | roc{ |
michael@0 | 832 | DateTimePatterns{ |
michael@0 | 833 | "HH:mm:ss zzzz", |
michael@0 | 834 | "HH:mm:ss z", |
michael@0 | 835 | "HH:mm:ss", |
michael@0 | 836 | "HH:mm", |
michael@0 | 837 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 838 | "d 'de' MMMM 'de' y G", |
michael@0 | 839 | "d 'de' MMM, y G", |
michael@0 | 840 | "d/M/y G", |
michael@0 | 841 | "{1}, {0}", |
michael@0 | 842 | "{1} 'às' {0}", |
michael@0 | 843 | "{1} 'às' {0}", |
michael@0 | 844 | "{1}, {0}", |
michael@0 | 845 | "{1}, {0}", |
michael@0 | 846 | } |
michael@0 | 847 | } |
michael@0 | 848 | } |
michael@0 | 849 | delimiters{ |
michael@0 | 850 | alternateQuotationEnd{"”"} |
michael@0 | 851 | alternateQuotationStart{"“"} |
michael@0 | 852 | quotationEnd{"»"} |
michael@0 | 853 | quotationStart{"«"} |
michael@0 | 854 | } |
michael@0 | 855 | durationUnits{ |
michael@0 | 856 | hm{"h:mm"} |
michael@0 | 857 | hms{"h:mm:ss"} |
michael@0 | 858 | ms{"m:ss"} |
michael@0 | 859 | } |
michael@0 | 860 | fields{ |
michael@0 | 861 | day{ |
michael@0 | 862 | dn{"Dia"} |
michael@0 | 863 | relative{ |
michael@0 | 864 | "-1"{"ontem"} |
michael@0 | 865 | "-2"{"anteontem"} |
michael@0 | 866 | "0"{"hoje"} |
michael@0 | 867 | "1"{"amanhã"} |
michael@0 | 868 | "2"{"depois de amanhã"} |
michael@0 | 869 | } |
michael@0 | 870 | relativeTime{ |
michael@0 | 871 | future{ |
michael@0 | 872 | one{"Dentro de {0} dia"} |
michael@0 | 873 | other{"Dentro de {0} dias"} |
michael@0 | 874 | } |
michael@0 | 875 | past{ |
michael@0 | 876 | one{"Há {0} dia"} |
michael@0 | 877 | other{"Há {0} dias"} |
michael@0 | 878 | } |
michael@0 | 879 | } |
michael@0 | 880 | } |
michael@0 | 881 | dayperiod{ |
michael@0 | 882 | dn{"Da manhã/da tarde"} |
michael@0 | 883 | } |
michael@0 | 884 | era{ |
michael@0 | 885 | dn{"Era"} |
michael@0 | 886 | } |
michael@0 | 887 | fri{ |
michael@0 | 888 | relative{ |
michael@0 | 889 | "-1"{"sexta-feira passada"} |
michael@0 | 890 | "0"{"esta sexta-feira"} |
michael@0 | 891 | "1"{"próxima sexta-feira"} |
michael@0 | 892 | } |
michael@0 | 893 | } |
michael@0 | 894 | hour{ |
michael@0 | 895 | dn{"Hora"} |
michael@0 | 896 | relativeTime{ |
michael@0 | 897 | future{ |
michael@0 | 898 | one{"Dentro de {0} hora"} |
michael@0 | 899 | other{"Dentro de {0} horas"} |
michael@0 | 900 | } |
michael@0 | 901 | past{ |
michael@0 | 902 | one{"Há {0} hora"} |
michael@0 | 903 | other{"Há {0} horas"} |
michael@0 | 904 | } |
michael@0 | 905 | } |
michael@0 | 906 | } |
michael@0 | 907 | minute{ |
michael@0 | 908 | dn{"Minuto"} |
michael@0 | 909 | relativeTime{ |
michael@0 | 910 | future{ |
michael@0 | 911 | one{"Dentro de {0} minuto"} |
michael@0 | 912 | other{"Dentro de {0} minutos"} |
michael@0 | 913 | } |
michael@0 | 914 | past{ |
michael@0 | 915 | one{"Há {0} minuto"} |
michael@0 | 916 | other{"Há {0} minutos"} |
michael@0 | 917 | } |
michael@0 | 918 | } |
michael@0 | 919 | } |
michael@0 | 920 | mon{ |
michael@0 | 921 | relative{ |
michael@0 | 922 | "-1"{"segunda-feira passada"} |
michael@0 | 923 | "0"{"esta segunda-feira"} |
michael@0 | 924 | "1"{"próxima segunda-feira"} |
michael@0 | 925 | } |
michael@0 | 926 | } |
michael@0 | 927 | month{ |
michael@0 | 928 | dn{"Mês"} |
michael@0 | 929 | relative{ |
michael@0 | 930 | "-1"{"mês passado"} |
michael@0 | 931 | "0"{"este mês"} |
michael@0 | 932 | "1"{"próximo mês"} |
michael@0 | 933 | } |
michael@0 | 934 | relativeTime{ |
michael@0 | 935 | future{ |
michael@0 | 936 | one{"Dentro de {0} mês"} |
michael@0 | 937 | other{"Dentro de {0} meses"} |
michael@0 | 938 | } |
michael@0 | 939 | past{ |
michael@0 | 940 | one{"Há {0} mês"} |
michael@0 | 941 | other{"Há {0} meses"} |
michael@0 | 942 | } |
michael@0 | 943 | } |
michael@0 | 944 | } |
michael@0 | 945 | sat{ |
michael@0 | 946 | relative{ |
michael@0 | 947 | "-1"{"sábado passado"} |
michael@0 | 948 | "0"{"este sábado"} |
michael@0 | 949 | "1"{"próximo sábado"} |
michael@0 | 950 | } |
michael@0 | 951 | } |
michael@0 | 952 | second{ |
michael@0 | 953 | dn{"Segundo"} |
michael@0 | 954 | relativeTime{ |
michael@0 | 955 | future{ |
michael@0 | 956 | one{"Dentro de {0} segundo"} |
michael@0 | 957 | other{"Dentro de {0} segundos"} |
michael@0 | 958 | } |
michael@0 | 959 | past{ |
michael@0 | 960 | one{"Há {0} segundo"} |
michael@0 | 961 | other{"Há {0} segundos"} |
michael@0 | 962 | } |
michael@0 | 963 | } |
michael@0 | 964 | } |
michael@0 | 965 | sun{ |
michael@0 | 966 | relative{ |
michael@0 | 967 | "-1"{"domingo passado"} |
michael@0 | 968 | "0"{"este domingo"} |
michael@0 | 969 | "1"{"próximo domingo"} |
michael@0 | 970 | } |
michael@0 | 971 | } |
michael@0 | 972 | thu{ |
michael@0 | 973 | relative{ |
michael@0 | 974 | "-1"{"quinta-feira passada"} |
michael@0 | 975 | "0"{"esta quinta-feira"} |
michael@0 | 976 | "1"{"próxima quinta-feira"} |
michael@0 | 977 | } |
michael@0 | 978 | } |
michael@0 | 979 | tue{ |
michael@0 | 980 | relative{ |
michael@0 | 981 | "-1"{"terça-feira passada"} |
michael@0 | 982 | "0"{"esta terça-feira"} |
michael@0 | 983 | "1"{"próxima terça-feira"} |
michael@0 | 984 | } |
michael@0 | 985 | } |
michael@0 | 986 | wed{ |
michael@0 | 987 | relative{ |
michael@0 | 988 | "-1"{"quarta-feira passada"} |
michael@0 | 989 | "0"{"esta quarta-feira"} |
michael@0 | 990 | "1"{"próxima quarta-feira"} |
michael@0 | 991 | } |
michael@0 | 992 | } |
michael@0 | 993 | week{ |
michael@0 | 994 | dn{"Semana"} |
michael@0 | 995 | relative{ |
michael@0 | 996 | "-1"{"semana passada"} |
michael@0 | 997 | "0"{"esta semana"} |
michael@0 | 998 | "1"{"próxima semana"} |
michael@0 | 999 | } |
michael@0 | 1000 | relativeTime{ |
michael@0 | 1001 | future{ |
michael@0 | 1002 | one{"Dentro de {0} semana"} |
michael@0 | 1003 | other{"Dentro de {0} semanas"} |
michael@0 | 1004 | } |
michael@0 | 1005 | past{ |
michael@0 | 1006 | one{"Há {0} semana"} |
michael@0 | 1007 | other{"Há {0} semanas"} |
michael@0 | 1008 | } |
michael@0 | 1009 | } |
michael@0 | 1010 | } |
michael@0 | 1011 | weekday{ |
michael@0 | 1012 | dn{"Dia da semana"} |
michael@0 | 1013 | } |
michael@0 | 1014 | year{ |
michael@0 | 1015 | dn{"Ano"} |
michael@0 | 1016 | relative{ |
michael@0 | 1017 | "-1"{"ano passado"} |
michael@0 | 1018 | "0"{"este ano"} |
michael@0 | 1019 | "1"{"próximo ano"} |
michael@0 | 1020 | } |
michael@0 | 1021 | relativeTime{ |
michael@0 | 1022 | future{ |
michael@0 | 1023 | one{"Dentro de {0} ano"} |
michael@0 | 1024 | other{"Dentro de {0} anos"} |
michael@0 | 1025 | } |
michael@0 | 1026 | past{ |
michael@0 | 1027 | one{"Há {0} ano"} |
michael@0 | 1028 | other{"Há {0} anos"} |
michael@0 | 1029 | } |
michael@0 | 1030 | } |
michael@0 | 1031 | } |
michael@0 | 1032 | zone{ |
michael@0 | 1033 | dn{"Fuso horário"} |
michael@0 | 1034 | } |
michael@0 | 1035 | } |
michael@0 | 1036 | listPattern{ |
michael@0 | 1037 | standard{ |
michael@0 | 1038 | 2{"{0} e {1}"} |
michael@0 | 1039 | end{"{0} e {1}"} |
michael@0 | 1040 | middle{"{0}, {1}"} |
michael@0 | 1041 | start{"{0}, {1}"} |
michael@0 | 1042 | } |
michael@0 | 1043 | unit{ |
michael@0 | 1044 | 2{"{0} e {1}"} |
michael@0 | 1045 | end{"{0} e {1}"} |
michael@0 | 1046 | middle{"{0}, {1}"} |
michael@0 | 1047 | start{"{0}, {1}"} |
michael@0 | 1048 | } |
michael@0 | 1049 | unit-narrow{ |
michael@0 | 1050 | 2{"{0} e {1}"} |
michael@0 | 1051 | end{"{0} e {1}"} |
michael@0 | 1052 | middle{"{0}, {1}"} |
michael@0 | 1053 | start{"{0}, {1}"} |
michael@0 | 1054 | } |
michael@0 | 1055 | unit-short{ |
michael@0 | 1056 | 2{"{0} e {1}"} |
michael@0 | 1057 | end{"{0} e {1}"} |
michael@0 | 1058 | middle{"{0}, {1}"} |
michael@0 | 1059 | start{"{0}, {1}"} |
michael@0 | 1060 | } |
michael@0 | 1061 | } |
michael@0 | 1062 | measurementSystemNames{ |
michael@0 | 1063 | UK{"Reino Unido"} |
michael@0 | 1064 | US{"Estados Unidos"} |
michael@0 | 1065 | metric{"Métrico"} |
michael@0 | 1066 | } |
michael@0 | 1067 | transformNames{ |
michael@0 | 1068 | x-Accents{"Acentos"} |
michael@0 | 1069 | x-Fullwidth{"Largura Completa"} |
michael@0 | 1070 | x-Halfwidth{"Meia Largura"} |
michael@0 | 1071 | } |
michael@0 | 1072 | units{ |
michael@0 | 1073 | acceleration{ |
michael@0 | 1074 | g-force{ |
michael@0 | 1075 | one{"{0} força G"} |
michael@0 | 1076 | other{"{0} força G"} |
michael@0 | 1077 | } |
michael@0 | 1078 | } |
michael@0 | 1079 | angle{ |
michael@0 | 1080 | arc-minute{ |
michael@0 | 1081 | one{"{0} minuto"} |
michael@0 | 1082 | other{"{0} minutos"} |
michael@0 | 1083 | } |
michael@0 | 1084 | arc-second{ |
michael@0 | 1085 | one{"{0} segundo"} |
michael@0 | 1086 | other{"{0} segundos"} |
michael@0 | 1087 | } |
michael@0 | 1088 | degree{ |
michael@0 | 1089 | one{"{0} grau"} |
michael@0 | 1090 | other{"{0} graus"} |
michael@0 | 1091 | } |
michael@0 | 1092 | } |
michael@0 | 1093 | area{ |
michael@0 | 1094 | acre{ |
michael@0 | 1095 | one{"{0} acre"} |
michael@0 | 1096 | other{"{0} acres"} |
michael@0 | 1097 | } |
michael@0 | 1098 | hectare{ |
michael@0 | 1099 | one{"{0} hectare"} |
michael@0 | 1100 | other{"{0} hectares"} |
michael@0 | 1101 | } |
michael@0 | 1102 | square-foot{ |
michael@0 | 1103 | one{"{0} pé quadrado"} |
michael@0 | 1104 | other{"{0} pés quadrados"} |
michael@0 | 1105 | } |
michael@0 | 1106 | square-kilometer{ |
michael@0 | 1107 | one{"{0} quilómetro quadrado"} |
michael@0 | 1108 | other{"{0} quilómetros quadrados"} |
michael@0 | 1109 | } |
michael@0 | 1110 | square-meter{ |
michael@0 | 1111 | one{"{0} metro quadrado"} |
michael@0 | 1112 | other{"{0} metros quadrados"} |
michael@0 | 1113 | } |
michael@0 | 1114 | square-mile{ |
michael@0 | 1115 | one{"{0} milha quadrada"} |
michael@0 | 1116 | other{"{0} milhas quadradas"} |
michael@0 | 1117 | } |
michael@0 | 1118 | } |
michael@0 | 1119 | compound{ |
michael@0 | 1120 | per{"{0} por {1}"} |
michael@0 | 1121 | } |
michael@0 | 1122 | duration{ |
michael@0 | 1123 | day{ |
michael@0 | 1124 | one{"{0} dia"} |
michael@0 | 1125 | other{"{0} dias"} |
michael@0 | 1126 | } |
michael@0 | 1127 | hour{ |
michael@0 | 1128 | one{"{0} hora"} |
michael@0 | 1129 | other{"{0} horas"} |
michael@0 | 1130 | } |
michael@0 | 1131 | millisecond{ |
michael@0 | 1132 | one{"{0} milessegundo"} |
michael@0 | 1133 | other{"{0} milessegundos"} |
michael@0 | 1134 | } |
michael@0 | 1135 | minute{ |
michael@0 | 1136 | one{"{0} minuto"} |
michael@0 | 1137 | other{"{0} minutos"} |
michael@0 | 1138 | } |
michael@0 | 1139 | month{ |
michael@0 | 1140 | one{"{0} mês"} |
michael@0 | 1141 | other{"{0} meses"} |
michael@0 | 1142 | } |
michael@0 | 1143 | second{ |
michael@0 | 1144 | one{"{0} segundo"} |
michael@0 | 1145 | other{"{0} segundos"} |
michael@0 | 1146 | } |
michael@0 | 1147 | week{ |
michael@0 | 1148 | one{"{0} semana"} |
michael@0 | 1149 | other{"{0} semanas"} |
michael@0 | 1150 | } |
michael@0 | 1151 | year{ |
michael@0 | 1152 | one{"{0} ano"} |
michael@0 | 1153 | other{"{0} anos"} |
michael@0 | 1154 | } |
michael@0 | 1155 | } |
michael@0 | 1156 | length{ |
michael@0 | 1157 | centimeter{ |
michael@0 | 1158 | one{"{0} centímetro"} |
michael@0 | 1159 | other{"{0} centímetros"} |
michael@0 | 1160 | } |
michael@0 | 1161 | foot{ |
michael@0 | 1162 | one{"{0} pé"} |
michael@0 | 1163 | other{"{0} pés"} |
michael@0 | 1164 | } |
michael@0 | 1165 | inch{ |
michael@0 | 1166 | one{"{0} polegada"} |
michael@0 | 1167 | other{"{0} polegadas"} |
michael@0 | 1168 | } |
michael@0 | 1169 | kilometer{ |
michael@0 | 1170 | one{"{0} quilómetro"} |
michael@0 | 1171 | other{"{0} quilómetros"} |
michael@0 | 1172 | } |
michael@0 | 1173 | light-year{ |
michael@0 | 1174 | one{"{0} ano-luz"} |
michael@0 | 1175 | other{"{0} anos-luz"} |
michael@0 | 1176 | } |
michael@0 | 1177 | meter{ |
michael@0 | 1178 | one{"{0} metro"} |
michael@0 | 1179 | other{"{0} metros"} |
michael@0 | 1180 | } |
michael@0 | 1181 | mile{ |
michael@0 | 1182 | one{"{0} milha"} |
michael@0 | 1183 | other{"{0} milhas"} |
michael@0 | 1184 | } |
michael@0 | 1185 | millimeter{ |
michael@0 | 1186 | one{"{0} milímetro"} |
michael@0 | 1187 | other{"{0} milímetros"} |
michael@0 | 1188 | } |
michael@0 | 1189 | picometer{ |
michael@0 | 1190 | one{"{0} picómetro"} |
michael@0 | 1191 | other{"{0} picómetros"} |
michael@0 | 1192 | } |
michael@0 | 1193 | yard{ |
michael@0 | 1194 | one{"{0} jarda"} |
michael@0 | 1195 | other{"{0} jardas"} |
michael@0 | 1196 | } |
michael@0 | 1197 | } |
michael@0 | 1198 | mass{ |
michael@0 | 1199 | gram{ |
michael@0 | 1200 | one{"{0} grama"} |
michael@0 | 1201 | other{"{0} gramas"} |
michael@0 | 1202 | } |
michael@0 | 1203 | kilogram{ |
michael@0 | 1204 | one{"{0} quilograma"} |
michael@0 | 1205 | other{"{0} quilogramas"} |
michael@0 | 1206 | } |
michael@0 | 1207 | ounce{ |
michael@0 | 1208 | one{"{0} onça"} |
michael@0 | 1209 | other{"{0} onças"} |
michael@0 | 1210 | } |
michael@0 | 1211 | pound{ |
michael@0 | 1212 | one{"{0} libra"} |
michael@0 | 1213 | other{"{0} libras"} |
michael@0 | 1214 | } |
michael@0 | 1215 | } |
michael@0 | 1216 | power{ |
michael@0 | 1217 | horsepower{ |
michael@0 | 1218 | one{"{0} cavalo-vapor"} |
michael@0 | 1219 | other{"{0} cavalos-vapor"} |
michael@0 | 1220 | } |
michael@0 | 1221 | kilowatt{ |
michael@0 | 1222 | one{"{0} quilowatt"} |
michael@0 | 1223 | other{"{0} quilowatts"} |
michael@0 | 1224 | } |
michael@0 | 1225 | watt{ |
michael@0 | 1226 | one{"{0} watt"} |
michael@0 | 1227 | other{"{0} watts"} |
michael@0 | 1228 | } |
michael@0 | 1229 | } |
michael@0 | 1230 | pressure{ |
michael@0 | 1231 | hectopascal{ |
michael@0 | 1232 | one{"{0} hectopascal"} |
michael@0 | 1233 | other{"{0} hectopascals"} |
michael@0 | 1234 | } |
michael@0 | 1235 | inch-hg{ |
michael@0 | 1236 | one{"{0} polegada de mercúrio"} |
michael@0 | 1237 | other{"{0} polegadas de mercúrio"} |
michael@0 | 1238 | } |
michael@0 | 1239 | millibar{ |
michael@0 | 1240 | one{"{0} milibar"} |
michael@0 | 1241 | other{"{0} milibares"} |
michael@0 | 1242 | } |
michael@0 | 1243 | } |
michael@0 | 1244 | speed{ |
michael@0 | 1245 | kilometer-per-hour{ |
michael@0 | 1246 | one{"{0} quilómetro por hora"} |
michael@0 | 1247 | other{"{0} quilómetros por hora"} |
michael@0 | 1248 | } |
michael@0 | 1249 | meter-per-second{ |
michael@0 | 1250 | one{"{0} metro por segundo"} |
michael@0 | 1251 | other{"{0} metro por segundo"} |
michael@0 | 1252 | } |
michael@0 | 1253 | mile-per-hour{ |
michael@0 | 1254 | one{"{0} milha por hora"} |
michael@0 | 1255 | other{"{0} milhas por hora"} |
michael@0 | 1256 | } |
michael@0 | 1257 | } |
michael@0 | 1258 | temperature{ |
michael@0 | 1259 | celsius{ |
michael@0 | 1260 | one{"{0} grau Celsius"} |
michael@0 | 1261 | other{"{0} graus Celsius"} |
michael@0 | 1262 | } |
michael@0 | 1263 | fahrenheit{ |
michael@0 | 1264 | one{"{0} grau Fahrenheit"} |
michael@0 | 1265 | other{"{0} graus Fahrenheit"} |
michael@0 | 1266 | } |
michael@0 | 1267 | } |
michael@0 | 1268 | volume{ |
michael@0 | 1269 | cubic-kilometer{ |
michael@0 | 1270 | one{"{0} quilómetro cúbico"} |
michael@0 | 1271 | other{"{0} quilómetros cúbicos"} |
michael@0 | 1272 | } |
michael@0 | 1273 | cubic-mile{ |
michael@0 | 1274 | one{"{0} milha cúbica"} |
michael@0 | 1275 | other{"{0} milhas cúbicas"} |
michael@0 | 1276 | } |
michael@0 | 1277 | liter{ |
michael@0 | 1278 | one{"{0} litro"} |
michael@0 | 1279 | other{"{0} litros"} |
michael@0 | 1280 | } |
michael@0 | 1281 | } |
michael@0 | 1282 | } |
michael@0 | 1283 | unitsNarrow{ |
michael@0 | 1284 | acceleration{ |
michael@0 | 1285 | g-force{ |
michael@0 | 1286 | one{"{0} G"} |
michael@0 | 1287 | other{"{0} G"} |
michael@0 | 1288 | } |
michael@0 | 1289 | } |
michael@0 | 1290 | angle{ |
michael@0 | 1291 | arc-minute{ |
michael@0 | 1292 | one{"{0}'"} |
michael@0 | 1293 | other{"{0}'"} |
michael@0 | 1294 | } |
michael@0 | 1295 | arc-second{ |
michael@0 | 1296 | one{"{0}\u0022"} |
michael@0 | 1297 | other{"{0}\u0022"} |
michael@0 | 1298 | } |
michael@0 | 1299 | degree{ |
michael@0 | 1300 | one{"{0}°"} |
michael@0 | 1301 | other{"{0}°"} |
michael@0 | 1302 | } |
michael@0 | 1303 | } |
michael@0 | 1304 | area{ |
michael@0 | 1305 | acre{ |
michael@0 | 1306 | one{"{0} acre"} |
michael@0 | 1307 | other{"{0} acres"} |
michael@0 | 1308 | } |
michael@0 | 1309 | hectare{ |
michael@0 | 1310 | one{"{0} ha"} |
michael@0 | 1311 | other{"{0} ha"} |
michael@0 | 1312 | } |
michael@0 | 1313 | square-foot{ |
michael@0 | 1314 | one{"{0} ft²"} |
michael@0 | 1315 | other{"{0} ft²"} |
michael@0 | 1316 | } |
michael@0 | 1317 | square-kilometer{ |
michael@0 | 1318 | one{"{0} km²"} |
michael@0 | 1319 | other{"{0} km²"} |
michael@0 | 1320 | } |
michael@0 | 1321 | square-meter{ |
michael@0 | 1322 | one{"{0} m²"} |
michael@0 | 1323 | other{"{0} m²"} |
michael@0 | 1324 | } |
michael@0 | 1325 | square-mile{ |
michael@0 | 1326 | one{"{0} mi²"} |
michael@0 | 1327 | other{"{0} mi²"} |
michael@0 | 1328 | } |
michael@0 | 1329 | } |
michael@0 | 1330 | compound{ |
michael@0 | 1331 | per{"{0}/{1}"} |
michael@0 | 1332 | } |
michael@0 | 1333 | duration{ |
michael@0 | 1334 | day{ |
michael@0 | 1335 | one{"{0} dia"} |
michael@0 | 1336 | other{"{0} dias"} |
michael@0 | 1337 | } |
michael@0 | 1338 | hour{ |
michael@0 | 1339 | one{"{0} h"} |
michael@0 | 1340 | other{"{0} h"} |
michael@0 | 1341 | } |
michael@0 | 1342 | millisecond{ |
michael@0 | 1343 | one{"{0} ms"} |
michael@0 | 1344 | other{"{0} ms"} |
michael@0 | 1345 | } |
michael@0 | 1346 | minute{ |
michael@0 | 1347 | one{"{0} min"} |
michael@0 | 1348 | other{"{0} min"} |
michael@0 | 1349 | } |
michael@0 | 1350 | month{ |
michael@0 | 1351 | one{"{0} mês"} |
michael@0 | 1352 | other{"{0} meses"} |
michael@0 | 1353 | } |
michael@0 | 1354 | second{ |
michael@0 | 1355 | one{"{0} s"} |
michael@0 | 1356 | other{"{0} s"} |
michael@0 | 1357 | } |
michael@0 | 1358 | week{ |
michael@0 | 1359 | one{"{0} sem."} |
michael@0 | 1360 | other{"{0} sem."} |
michael@0 | 1361 | } |
michael@0 | 1362 | year{ |
michael@0 | 1363 | one{"{0} ano"} |
michael@0 | 1364 | other{"{0} anos"} |
michael@0 | 1365 | } |
michael@0 | 1366 | } |
michael@0 | 1367 | length{ |
michael@0 | 1368 | centimeter{ |
michael@0 | 1369 | one{"{0} cm"} |
michael@0 | 1370 | other{"{0} cm"} |
michael@0 | 1371 | } |
michael@0 | 1372 | foot{ |
michael@0 | 1373 | one{"{0}′"} |
michael@0 | 1374 | other{"{0}′"} |
michael@0 | 1375 | } |
michael@0 | 1376 | inch{ |
michael@0 | 1377 | one{"{0}″"} |
michael@0 | 1378 | other{"{0}″"} |
michael@0 | 1379 | } |
michael@0 | 1380 | kilometer{ |
michael@0 | 1381 | one{"{0} km"} |
michael@0 | 1382 | other{"{0} km"} |
michael@0 | 1383 | } |
michael@0 | 1384 | light-year{ |
michael@0 | 1385 | one{"{0} ano-luz"} |
michael@0 | 1386 | other{"{0} anos-luz"} |
michael@0 | 1387 | } |
michael@0 | 1388 | meter{ |
michael@0 | 1389 | one{"{0} m"} |
michael@0 | 1390 | other{"{0} m"} |
michael@0 | 1391 | } |
michael@0 | 1392 | mile{ |
michael@0 | 1393 | one{"{0} milha"} |
michael@0 | 1394 | other{"{0} milhas"} |
michael@0 | 1395 | } |
michael@0 | 1396 | millimeter{ |
michael@0 | 1397 | one{"{0} mm"} |
michael@0 | 1398 | other{"{0} mm"} |
michael@0 | 1399 | } |
michael@0 | 1400 | picometer{ |
michael@0 | 1401 | one{"{0} pm"} |
michael@0 | 1402 | other{"{0} pm"} |
michael@0 | 1403 | } |
michael@0 | 1404 | yard{ |
michael@0 | 1405 | one{"{0} yd"} |
michael@0 | 1406 | other{"{0} yd"} |
michael@0 | 1407 | } |
michael@0 | 1408 | } |
michael@0 | 1409 | mass{ |
michael@0 | 1410 | gram{ |
michael@0 | 1411 | one{"{0} g"} |
michael@0 | 1412 | other{"{0} g"} |
michael@0 | 1413 | } |
michael@0 | 1414 | kilogram{ |
michael@0 | 1415 | one{"{0} kg"} |
michael@0 | 1416 | other{"{0} kg"} |
michael@0 | 1417 | } |
michael@0 | 1418 | ounce{ |
michael@0 | 1419 | one{"{0} oz"} |
michael@0 | 1420 | other{"{0} oz"} |
michael@0 | 1421 | } |
michael@0 | 1422 | pound{ |
michael@0 | 1423 | one{"{0} lb"} |
michael@0 | 1424 | other{"{0} lb"} |
michael@0 | 1425 | } |
michael@0 | 1426 | } |
michael@0 | 1427 | power{ |
michael@0 | 1428 | horsepower{ |
michael@0 | 1429 | one{"{0} cv"} |
michael@0 | 1430 | other{"{0} cv"} |
michael@0 | 1431 | } |
michael@0 | 1432 | kilowatt{ |
michael@0 | 1433 | one{"{0} kW"} |
michael@0 | 1434 | other{"{0} kW"} |
michael@0 | 1435 | } |
michael@0 | 1436 | watt{ |
michael@0 | 1437 | one{"{0} W"} |
michael@0 | 1438 | other{"{0} W"} |
michael@0 | 1439 | } |
michael@0 | 1440 | } |
michael@0 | 1441 | pressure{ |
michael@0 | 1442 | hectopascal{ |
michael@0 | 1443 | one{"{0} hPa"} |
michael@0 | 1444 | other{"{0} hPa"} |
michael@0 | 1445 | } |
michael@0 | 1446 | inch-hg{ |
michael@0 | 1447 | one{"{0}\u0022 Hg"} |
michael@0 | 1448 | other{"{0}\u0022 Hg"} |
michael@0 | 1449 | } |
michael@0 | 1450 | millibar{ |
michael@0 | 1451 | one{"{0} mb"} |
michael@0 | 1452 | other{"{0} mb"} |
michael@0 | 1453 | } |
michael@0 | 1454 | } |
michael@0 | 1455 | speed{ |
michael@0 | 1456 | kilometer-per-hour{ |
michael@0 | 1457 | one{"{0} km/h"} |
michael@0 | 1458 | other{"{0} km/h"} |
michael@0 | 1459 | } |
michael@0 | 1460 | meter-per-second{ |
michael@0 | 1461 | one{"{0} m/s"} |
michael@0 | 1462 | other{"{0} m/s"} |
michael@0 | 1463 | } |
michael@0 | 1464 | mile-per-hour{ |
michael@0 | 1465 | one{"{0} mi/h"} |
michael@0 | 1466 | other{"{0} mi/h"} |
michael@0 | 1467 | } |
michael@0 | 1468 | } |
michael@0 | 1469 | temperature{ |
michael@0 | 1470 | celsius{ |
michael@0 | 1471 | one{"{0} °"} |
michael@0 | 1472 | other{"{0} °"} |
michael@0 | 1473 | } |
michael@0 | 1474 | fahrenheit{ |
michael@0 | 1475 | one{"{0} °F"} |
michael@0 | 1476 | other{"{0} °F"} |
michael@0 | 1477 | } |
michael@0 | 1478 | } |
michael@0 | 1479 | volume{ |
michael@0 | 1480 | cubic-kilometer{ |
michael@0 | 1481 | one{"{0} km³"} |
michael@0 | 1482 | other{"{0} km³"} |
michael@0 | 1483 | } |
michael@0 | 1484 | cubic-mile{ |
michael@0 | 1485 | one{"{0} mi³"} |
michael@0 | 1486 | other{"{0} mi³"} |
michael@0 | 1487 | } |
michael@0 | 1488 | liter{ |
michael@0 | 1489 | one{"{0} l"} |
michael@0 | 1490 | other{"{0} l"} |
michael@0 | 1491 | } |
michael@0 | 1492 | } |
michael@0 | 1493 | } |
michael@0 | 1494 | unitsShort{ |
michael@0 | 1495 | acceleration{ |
michael@0 | 1496 | g-force{ |
michael@0 | 1497 | one{"{0} G"} |
michael@0 | 1498 | other{"{0} G"} |
michael@0 | 1499 | } |
michael@0 | 1500 | } |
michael@0 | 1501 | angle{ |
michael@0 | 1502 | arc-minute{ |
michael@0 | 1503 | one{"{0} min"} |
michael@0 | 1504 | other{"{0} min"} |
michael@0 | 1505 | } |
michael@0 | 1506 | arc-second{ |
michael@0 | 1507 | one{"{0} s"} |
michael@0 | 1508 | other{"{0} s"} |
michael@0 | 1509 | } |
michael@0 | 1510 | degree{ |
michael@0 | 1511 | one{"{0}°"} |
michael@0 | 1512 | other{"{0}°"} |
michael@0 | 1513 | } |
michael@0 | 1514 | } |
michael@0 | 1515 | area{ |
michael@0 | 1516 | acre{ |
michael@0 | 1517 | one{"{0} acre"} |
michael@0 | 1518 | other{"{0} acres"} |
michael@0 | 1519 | } |
michael@0 | 1520 | hectare{ |
michael@0 | 1521 | one{"{0} ha"} |
michael@0 | 1522 | other{"{0} ha"} |
michael@0 | 1523 | } |
michael@0 | 1524 | square-foot{ |
michael@0 | 1525 | one{"{0} ft²"} |
michael@0 | 1526 | other{"{0} ft²"} |
michael@0 | 1527 | } |
michael@0 | 1528 | square-kilometer{ |
michael@0 | 1529 | one{"{0} km²"} |
michael@0 | 1530 | other{"{0} km²"} |
michael@0 | 1531 | } |
michael@0 | 1532 | square-meter{ |
michael@0 | 1533 | one{"{0} m²"} |
michael@0 | 1534 | other{"{0} m²"} |
michael@0 | 1535 | } |
michael@0 | 1536 | square-mile{ |
michael@0 | 1537 | one{"{0} mi²"} |
michael@0 | 1538 | other{"{0} mi²"} |
michael@0 | 1539 | } |
michael@0 | 1540 | } |
michael@0 | 1541 | compound{ |
michael@0 | 1542 | per{"{0}/{1}"} |
michael@0 | 1543 | } |
michael@0 | 1544 | duration{ |
michael@0 | 1545 | day{ |
michael@0 | 1546 | one{"{0} dia"} |
michael@0 | 1547 | other{"{0} dias"} |
michael@0 | 1548 | } |
michael@0 | 1549 | hour{ |
michael@0 | 1550 | one{"{0} h"} |
michael@0 | 1551 | other{"{0} h"} |
michael@0 | 1552 | } |
michael@0 | 1553 | millisecond{ |
michael@0 | 1554 | one{"{0} ms"} |
michael@0 | 1555 | other{"{0} ms"} |
michael@0 | 1556 | } |
michael@0 | 1557 | minute{ |
michael@0 | 1558 | one{"{0} min"} |
michael@0 | 1559 | other{"{0} min"} |
michael@0 | 1560 | } |
michael@0 | 1561 | month{ |
michael@0 | 1562 | one{"{0} mês"} |
michael@0 | 1563 | other{"{0} meses"} |
michael@0 | 1564 | } |
michael@0 | 1565 | second{ |
michael@0 | 1566 | one{"{0} s"} |
michael@0 | 1567 | other{"{0} s"} |
michael@0 | 1568 | } |
michael@0 | 1569 | week{ |
michael@0 | 1570 | one{"{0} sem."} |
michael@0 | 1571 | other{"{0} sem."} |
michael@0 | 1572 | } |
michael@0 | 1573 | year{ |
michael@0 | 1574 | one{"{0} ano"} |
michael@0 | 1575 | other{"{0} anos"} |
michael@0 | 1576 | } |
michael@0 | 1577 | } |
michael@0 | 1578 | length{ |
michael@0 | 1579 | centimeter{ |
michael@0 | 1580 | one{"{0} cm"} |
michael@0 | 1581 | other{"{0} cm"} |
michael@0 | 1582 | } |
michael@0 | 1583 | foot{ |
michael@0 | 1584 | one{"{0} pé"} |
michael@0 | 1585 | other{"{0} pés"} |
michael@0 | 1586 | } |
michael@0 | 1587 | inch{ |
michael@0 | 1588 | one{"{0} pol."} |
michael@0 | 1589 | other{"{0} pol."} |
michael@0 | 1590 | } |
michael@0 | 1591 | kilometer{ |
michael@0 | 1592 | one{"{0} km"} |
michael@0 | 1593 | other{"{0} km"} |
michael@0 | 1594 | } |
michael@0 | 1595 | light-year{ |
michael@0 | 1596 | one{"{0} ano-luz"} |
michael@0 | 1597 | other{"{0} anos-luz"} |
michael@0 | 1598 | } |
michael@0 | 1599 | meter{ |
michael@0 | 1600 | one{"{0} m"} |
michael@0 | 1601 | other{"{0} m"} |
michael@0 | 1602 | } |
michael@0 | 1603 | mile{ |
michael@0 | 1604 | one{"{0} milha"} |
michael@0 | 1605 | other{"{0} milhas"} |
michael@0 | 1606 | } |
michael@0 | 1607 | millimeter{ |
michael@0 | 1608 | one{"{0} mm"} |
michael@0 | 1609 | other{"{0} mm"} |
michael@0 | 1610 | } |
michael@0 | 1611 | picometer{ |
michael@0 | 1612 | one{"{0} pm"} |
michael@0 | 1613 | other{"{0} pm"} |
michael@0 | 1614 | } |
michael@0 | 1615 | yard{ |
michael@0 | 1616 | one{"{0} yd"} |
michael@0 | 1617 | other{"{0} yd"} |
michael@0 | 1618 | } |
michael@0 | 1619 | } |
michael@0 | 1620 | mass{ |
michael@0 | 1621 | gram{ |
michael@0 | 1622 | one{"{0} g"} |
michael@0 | 1623 | other{"{0} g"} |
michael@0 | 1624 | } |
michael@0 | 1625 | kilogram{ |
michael@0 | 1626 | one{"{0} kg"} |
michael@0 | 1627 | other{"{0} kg"} |
michael@0 | 1628 | } |
michael@0 | 1629 | ounce{ |
michael@0 | 1630 | one{"{0} oz"} |
michael@0 | 1631 | other{"{0} oz"} |
michael@0 | 1632 | } |
michael@0 | 1633 | pound{ |
michael@0 | 1634 | one{"{0} lb"} |
michael@0 | 1635 | other{"{0} lb"} |
michael@0 | 1636 | } |
michael@0 | 1637 | } |
michael@0 | 1638 | power{ |
michael@0 | 1639 | horsepower{ |
michael@0 | 1640 | one{"{0} cv"} |
michael@0 | 1641 | other{"{0} cv"} |
michael@0 | 1642 | } |
michael@0 | 1643 | kilowatt{ |
michael@0 | 1644 | one{"{0} kW"} |
michael@0 | 1645 | other{"{0} kW"} |
michael@0 | 1646 | } |
michael@0 | 1647 | watt{ |
michael@0 | 1648 | one{"{0} W"} |
michael@0 | 1649 | other{"{0} W"} |
michael@0 | 1650 | } |
michael@0 | 1651 | } |
michael@0 | 1652 | pressure{ |
michael@0 | 1653 | hectopascal{ |
michael@0 | 1654 | one{"{0} hPa"} |
michael@0 | 1655 | other{"{0} hPa"} |
michael@0 | 1656 | } |
michael@0 | 1657 | inch-hg{ |
michael@0 | 1658 | one{"{0} inHg"} |
michael@0 | 1659 | other{"{0} inHg"} |
michael@0 | 1660 | } |
michael@0 | 1661 | millibar{ |
michael@0 | 1662 | one{"{0} mb"} |
michael@0 | 1663 | other{"{0} mb"} |
michael@0 | 1664 | } |
michael@0 | 1665 | } |
michael@0 | 1666 | speed{ |
michael@0 | 1667 | kilometer-per-hour{ |
michael@0 | 1668 | one{"{0} km/h"} |
michael@0 | 1669 | other{"{0} km/h"} |
michael@0 | 1670 | } |
michael@0 | 1671 | meter-per-second{ |
michael@0 | 1672 | one{"{0} m/s"} |
michael@0 | 1673 | other{"{0} m/s"} |
michael@0 | 1674 | } |
michael@0 | 1675 | mile-per-hour{ |
michael@0 | 1676 | one{"{0} mi/h"} |
michael@0 | 1677 | other{"{0} mi/h"} |
michael@0 | 1678 | } |
michael@0 | 1679 | } |
michael@0 | 1680 | temperature{ |
michael@0 | 1681 | celsius{ |
michael@0 | 1682 | one{"{0}°C"} |
michael@0 | 1683 | other{"{0}°C"} |
michael@0 | 1684 | } |
michael@0 | 1685 | fahrenheit{ |
michael@0 | 1686 | one{"{0}°F"} |
michael@0 | 1687 | other{"{0}°F"} |
michael@0 | 1688 | } |
michael@0 | 1689 | } |
michael@0 | 1690 | volume{ |
michael@0 | 1691 | cubic-kilometer{ |
michael@0 | 1692 | one{"{0} km³"} |
michael@0 | 1693 | other{"{0} km³"} |
michael@0 | 1694 | } |
michael@0 | 1695 | cubic-mile{ |
michael@0 | 1696 | one{"{0} mi³"} |
michael@0 | 1697 | other{"{0} mi³"} |
michael@0 | 1698 | } |
michael@0 | 1699 | liter{ |
michael@0 | 1700 | one{"{0} l"} |
michael@0 | 1701 | other{"{0} l"} |
michael@0 | 1702 | } |
michael@0 | 1703 | } |
michael@0 | 1704 | } |
michael@0 | 1705 | } |