summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-03-20 19:07:15 +0900
committerEike Rathke <erack@redhat.com>2014-03-20 20:48:27 +0000
commit18feb733755f32a2b2ae88176806bc300e23a143 (patch)
tree3e4815b1cc286f101cda648effa778af6812f051 /i18npool
parent8f293cd26111ac5b17878ca10d0988096cfac60c (diff)
Translate names of months and the days of the week in Japanese calendars
This affects a displayed name of months e.g. grouped by in a pivot table. See <http://listarchives.libreoffice.org/ja/discuss/msg02906.html> for the original discussion. Change-Id: I2ff0325f9ef2f2f03019291d4b760582b6dfbad8 Reviewed-on: https://gerrit.libreoffice.org/8678 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/ja_JP.xml124
1 files changed, 62 insertions, 62 deletions
diff --git a/i18npool/source/localedata/data/ja_JP.xml b/i18npool/source/localedata/data/ja_JP.xml
index d74c3f17ec55..90a78ff1b782 100644
--- a/i18npool/source/localedata/data/ja_JP.xml
+++ b/i18npool/source/localedata/data/ja_JP.xml
@@ -235,100 +235,100 @@
<DaysOfWeek>
<Day>
<DayID>sun</DayID>
- <DefaultAbbrvName>Sun</DefaultAbbrvName>
- <DefaultFullName>Sunday</DefaultFullName>
+ <DefaultAbbrvName>日</DefaultAbbrvName>
+ <DefaultFullName>日曜日</DefaultFullName>
</Day>
<Day>
<DayID>mon</DayID>
- <DefaultAbbrvName>Mon</DefaultAbbrvName>
- <DefaultFullName>Monday</DefaultFullName>
+ <DefaultAbbrvName>月</DefaultAbbrvName>
+ <DefaultFullName>月曜日</DefaultFullName>
</Day>
<Day>
<DayID>tue</DayID>
- <DefaultAbbrvName>Tue</DefaultAbbrvName>
- <DefaultFullName>Tuesday</DefaultFullName>
+ <DefaultAbbrvName>火</DefaultAbbrvName>
+ <DefaultFullName>火曜日</DefaultFullName>
</Day>
<Day>
<DayID>wed</DayID>
- <DefaultAbbrvName>Wed</DefaultAbbrvName>
- <DefaultFullName>Wednesday</DefaultFullName>
+ <DefaultAbbrvName>水</DefaultAbbrvName>
+ <DefaultFullName>水曜日</DefaultFullName>
</Day>
<Day>
<DayID>thu</DayID>
- <DefaultAbbrvName>Thu</DefaultAbbrvName>
- <DefaultFullName>Thursday</DefaultFullName>
+ <DefaultAbbrvName>木</DefaultAbbrvName>
+ <DefaultFullName>木曜日</DefaultFullName>
</Day>
<Day>
<DayID>fri</DayID>
- <DefaultAbbrvName>Fri</DefaultAbbrvName>
- <DefaultFullName>Friday</DefaultFullName>
+ <DefaultAbbrvName>金</DefaultAbbrvName>
+ <DefaultFullName>金曜日</DefaultFullName>
</Day>
<Day>
<DayID>sat</DayID>
- <DefaultAbbrvName>Sat</DefaultAbbrvName>
- <DefaultFullName>Saturday</DefaultFullName>
+ <DefaultAbbrvName>土</DefaultAbbrvName>
+ <DefaultFullName>土曜日</DefaultFullName>
</Day>
</DaysOfWeek>
<MonthsOfYear>
<Month>
<MonthID>jan</MonthID>
- <DefaultAbbrvName>Jan</DefaultAbbrvName>
- <DefaultFullName>January</DefaultFullName>
+ <DefaultAbbrvName>1月</DefaultAbbrvName>
+ <DefaultFullName>一月</DefaultFullName>
</Month>
<Month>
<MonthID>feb</MonthID>
- <DefaultAbbrvName>Feb</DefaultAbbrvName>
- <DefaultFullName>February</DefaultFullName>
+ <DefaultAbbrvName>2月</DefaultAbbrvName>
+ <DefaultFullName>二月</DefaultFullName>
</Month>
<Month>
<MonthID>mar</MonthID>
- <DefaultAbbrvName>Mar</DefaultAbbrvName>
- <DefaultFullName>March</DefaultFullName>
+ <DefaultAbbrvName>3月</DefaultAbbrvName>
+ <DefaultFullName>三月</DefaultFullName>
</Month>
<Month>
<MonthID>apr</MonthID>
- <DefaultAbbrvName>Apr</DefaultAbbrvName>
- <DefaultFullName>April</DefaultFullName>
+ <DefaultAbbrvName>4月</DefaultAbbrvName>
+ <DefaultFullName>四月</DefaultFullName>
</Month>
<Month>
<MonthID>may</MonthID>
- <DefaultAbbrvName>May</DefaultAbbrvName>
- <DefaultFullName>May</DefaultFullName>
+ <DefaultAbbrvName>5月</DefaultAbbrvName>
+ <DefaultFullName>五月</DefaultFullName>
</Month>
<Month>
<MonthID>jun</MonthID>
- <DefaultAbbrvName>Jun</DefaultAbbrvName>
- <DefaultFullName>June</DefaultFullName>
+ <DefaultAbbrvName>6月</DefaultAbbrvName>
+ <DefaultFullName>六月</DefaultFullName>
</Month>
<Month>
<MonthID>jul</MonthID>
- <DefaultAbbrvName>Jul</DefaultAbbrvName>
- <DefaultFullName>July</DefaultFullName>
+ <DefaultAbbrvName>7月</DefaultAbbrvName>
+ <DefaultFullName>七月</DefaultFullName>
</Month>
<Month>
<MonthID>aug</MonthID>
- <DefaultAbbrvName>Aug</DefaultAbbrvName>
- <DefaultFullName>August</DefaultFullName>
+ <DefaultAbbrvName>8月</DefaultAbbrvName>
+ <DefaultFullName>八月</DefaultFullName>
</Month>
<Month>
<MonthID>sep</MonthID>
- <DefaultAbbrvName>Sep</DefaultAbbrvName>
- <DefaultFullName>September</DefaultFullName>
+ <DefaultAbbrvName>9月</DefaultAbbrvName>
+ <DefaultFullName>九月</DefaultFullName>
</Month>
<Month>
<MonthID>oct</MonthID>
- <DefaultAbbrvName>Oct</DefaultAbbrvName>
- <DefaultFullName>October</DefaultFullName>
+ <DefaultAbbrvName>10月</DefaultAbbrvName>
+ <DefaultFullName>十月</DefaultFullName>
</Month>
<Month>
<MonthID>nov</MonthID>
- <DefaultAbbrvName>Nov</DefaultAbbrvName>
- <DefaultFullName>November</DefaultFullName>
+ <DefaultAbbrvName>11月</DefaultAbbrvName>
+ <DefaultFullName>十一月</DefaultFullName>
</Month>
<Month>
<MonthID>dec</MonthID>
- <DefaultAbbrvName>Dec</DefaultAbbrvName>
- <DefaultFullName>December</DefaultFullName>
+ <DefaultAbbrvName>12月</DefaultAbbrvName>
+ <DefaultFullName>十二月</DefaultFullName>
</Month>
</MonthsOfYear>
<Eras>
@@ -389,63 +389,63 @@
<MonthsOfYear>
<Month>
<MonthID>jan</MonthID>
- <DefaultAbbrvName>Jan</DefaultAbbrvName>
- <DefaultFullName>January</DefaultFullName>
+ <DefaultAbbrvName>1月</DefaultAbbrvName>
+ <DefaultFullName>一月</DefaultFullName>
</Month>
<Month>
<MonthID>feb</MonthID>
- <DefaultAbbrvName>Feb</DefaultAbbrvName>
- <DefaultFullName>February</DefaultFullName>
+ <DefaultAbbrvName>2月</DefaultAbbrvName>
+ <DefaultFullName>二月</DefaultFullName>
</Month>
<Month>
<MonthID>mar</MonthID>
- <DefaultAbbrvName>Mar</DefaultAbbrvName>
- <DefaultFullName>March</DefaultFullName>
+ <DefaultAbbrvName>3月</DefaultAbbrvName>
+ <DefaultFullName>三月</DefaultFullName>
</Month>
<Month>
<MonthID>apr</MonthID>
- <DefaultAbbrvName>Apr</DefaultAbbrvName>
- <DefaultFullName>April</DefaultFullName>
+ <DefaultAbbrvName>4月</DefaultAbbrvName>
+ <DefaultFullName>四月</DefaultFullName>
</Month>
<Month>
<MonthID>may</MonthID>
- <DefaultAbbrvName>May</DefaultAbbrvName>
- <DefaultFullName>May</DefaultFullName>
+ <DefaultAbbrvName>5月</DefaultAbbrvName>
+ <DefaultFullName>五月</DefaultFullName>
</Month>
<Month>
<MonthID>jun</MonthID>
- <DefaultAbbrvName>Jun</DefaultAbbrvName>
- <DefaultFullName>June</DefaultFullName>
+ <DefaultAbbrvName>6月</DefaultAbbrvName>
+ <DefaultFullName>六月</DefaultFullName>
</Month>
<Month>
<MonthID>jul</MonthID>
- <DefaultAbbrvName>Jul</DefaultAbbrvName>
- <DefaultFullName>July</DefaultFullName>
+ <DefaultAbbrvName>7月</DefaultAbbrvName>
+ <DefaultFullName>七月</DefaultFullName>
</Month>
<Month>
<MonthID>aug</MonthID>
- <DefaultAbbrvName>Aug</DefaultAbbrvName>
- <DefaultFullName>August</DefaultFullName>
+ <DefaultAbbrvName>8月</DefaultAbbrvName>
+ <DefaultFullName>八月</DefaultFullName>
</Month>
<Month>
<MonthID>sep</MonthID>
- <DefaultAbbrvName>Sep</DefaultAbbrvName>
- <DefaultFullName>September</DefaultFullName>
+ <DefaultAbbrvName>9月</DefaultAbbrvName>
+ <DefaultFullName>九月</DefaultFullName>
</Month>
<Month>
<MonthID>oct</MonthID>
- <DefaultAbbrvName>Oct</DefaultAbbrvName>
- <DefaultFullName>October</DefaultFullName>
+ <DefaultAbbrvName>10月</DefaultAbbrvName>
+ <DefaultFullName>十月</DefaultFullName>
</Month>
<Month>
<MonthID>nov</MonthID>
- <DefaultAbbrvName>Nov</DefaultAbbrvName>
- <DefaultFullName>November</DefaultFullName>
+ <DefaultAbbrvName>11月</DefaultAbbrvName>
+ <DefaultFullName>十一月</DefaultFullName>
</Month>
<Month>
<MonthID>dec</MonthID>
- <DefaultAbbrvName>Dec</DefaultAbbrvName>
- <DefaultFullName>December</DefaultFullName>
+ <DefaultAbbrvName>12月</DefaultAbbrvName>
+ <DefaultFullName>十二月</DefaultFullName>
</Month>
</MonthsOfYear>
<Eras>