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

Unified Diff: source/data/locales/es_PY.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/locales/es_PR.txt ('k') | source/data/locales/es_SV.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/es_PY.txt
diff --git a/source/data/locales/es_PY.txt b/source/data/locales/es_PY.txt
index 135aa34c6f0c30650a4c6c870e38d0a2dfb351a8..b129760dafb21b59213315fbc3989f21d1c18393 100644
--- a/source/data/locales/es_PY.txt
+++ b/source/data/locales/es_PY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PY.xml
@@ -19,5 +19,178 @@ es_PY{
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.19.94"}
+ calendar{
+ gregorian{
+ dayNames{
+ format{
+ short{
+ "do",
+ "lu",
+ "ma",
+ "mi",
+ "ju",
+ "vi",
+ "sa",
+ }
+ }
+ stand-alone{
+ short{
+ "Do",
+ "Lu",
+ "Ma",
+ "Mi",
+ "Ju",
+ "Vi",
+ "Sa",
+ }
+ }
+ }
+ dayPeriod{
+ format{
+ narrow{
+ evening1{"de la tarde"}
+ morning1{"de la madrugada"}
+ morning2{"de la mañana"}
+ night1{"de la noche"}
+ }
+ }
+ stand-alone{
+ narrow{
+ noon{"m."}
+ }
+ }
+ }
+ intervalFormats{
+ Md{
+ M{"d/M 'al' d/M"}
+ d{"d/M 'al' d/M"}
+ }
+ h{
+ a{"h a 'a' h a"}
+ h{"h 'a' h a"}
+ }
+ hm{
+ a{"h:mm a 'a' h:mm a"}
+ h{"h:mm 'a' h:mm a"}
+ m{"h:mm 'a' h:mm a"}
+ }
+ yMMM{
+ M{"MMM 'a' MMM y"}
+ y{"MMM 'de' y 'a' MMM 'de' y"}
+ }
+ yMMMM{
+ M{"MMMM 'a' MMMM 'de' y"}
+ y{"MMMM 'de' y 'a' MMMM 'de' y"}
+ }
+ yMMMd{
+ M{"d 'de' MMM 'al' d 'de' MMM 'de' y"}
+ }
+ yMd{
+ M{"d/M/y 'al' d/M/y"}
+ d{"d/M/y 'al' d/M/y"}
+ y{"d/M/y 'al' d/M/y"}
+ }
+ }
+ monthNames{
+ format{
+ abbreviated{
+ "ene.",
+ "feb.",
+ "mar.",
+ "abr.",
+ "may.",
+ "jun.",
+ "jul.",
+ "ago.",
+ "sept.",
+ "oct.",
+ "nov.",
+ "dic.",
+ }
+ }
+ stand-alone{
+ abbreviated{
+ "ene.",
+ "feb.",
+ "mar.",
+ "abr.",
+ "may.",
+ "jun.",
+ "jul.",
+ "ago.",
+ "sept.",
+ "oct.",
+ "nov.",
+ "dic.",
+ }
+ }
+ }
+ }
+ }
+ fields{
+ day{
+ relative{
+ "-1"{"ayer"}
+ "-2"{"antes de ayer"}
+ "0"{"hoy"}
+ "1"{"mañana"}
+ "2"{"pasado mañana"}
+ }
+ }
+ mon-narrow{
+ relative{
+ "-1"{"el lun. pasado"}
+ "0"{"este lun."}
+ "1"{"el próximo lun."}
+ }
+ }
+ second-narrow{
+ relativeTime{
+ future{
+ one{"dentro de {0} seg."}
+ other{"dentro de {0} seg."}
+ }
+ past{
+ one{"hace {0} seg."}
+ other{"hace {0} seg."}
+ }
+ }
+ }
+ second-short{
+ dn{"seg."}
+ relativeTime{
+ future{
+ one{"dentro de {0} seg."}
+ other{"dentro de {0} seg."}
+ }
+ past{
+ one{"hace {0} seg."}
+ other{"hace {0} seg."}
+ }
+ }
+ }
+ sun-narrow{
+ relative{
+ "-1"{"el dom. pasado"}
+ "0"{"este dom."}
+ "1"{"el próximo dom."}
+ }
+ }
+ tue-narrow{
+ relative{
+ "-1"{"el mar. pasado"}
+ "0"{"este mar."}
+ "1"{"el próximo mar."}
+ }
+ }
+ zone{
+ dn{"zona horaria"}
+ }
+ }
+ listPattern{
+ unit-short{
+ end{"{0} y {1}"}
+ }
+ }
}
« no previous file with comments | « source/data/locales/es_PR.txt ('k') | source/data/locales/es_SV.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698