﻿// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
/**
 * ICU <specials> source: <path>/common/main/ja.xml
 */
ja{
    Version{"2.1.8.9"}
    units{
        compound{
            per{"毎{1} {0}"}
        }
        duration{
            day{
                dnam{"日"}
                other{"{0} 日"}
            }
            hour{
                dnam{"時間"}
                other{"{0} 時間"}
                per{"{0}/時間"}
            }
            microsecond{
                dnam{"マイクロ秒"}
                other{"{0} マイクロ秒"}
            }
            millisecond{
                dnam{"ミリ秒"}
                other{"{0} ミリ秒"}
            }
            minute{
                dnam{"分"}
                other{"{0} 分"}
            }
            month{
                dnam{"か月"}
                other{"{0} か月"}
            }
            nanosecond{
                dnam{"ナノ秒"}
                other{"{0} ナノ秒"}
            }
            second{
                dnam{"秒"}
                other{"{0} 秒"}
                per{"{0}/秒"}
            }
            week{
                dnam{"週間"}
                other{"{0} 週間"}
            }
            year{
                dnam{"年"}
                other{"{0} 年"}
            }
        }
    }
    unitsNarrow{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"日"}
                other{"{0}日"}
            }
            hour{
                dnam{"時間"}
                other{"{0}時間"}
            }
            microsecond{
                dnam{"µs"}
                other{"{0}μs"}
            }
            millisecond{
                dnam{"ms"}
                other{"{0}ms"}
            }
            minute{
                dnam{"分"}
                other{"{0}分"}
            }
            month{
                dnam{"か月"}
                other{"{0}か月"}
            }
            nanosecond{
                dnam{"ns"}
                other{"{0}ns"}
            }
            second{
                dnam{"秒"}
                other{"{0}秒"}
            }
            week{
                dnam{"週間"}
                other{"{0}週間"}
            }
            year{
                dnam{"年"}
                other{"{0}年"}
            }
        }
    }
    unitsShort{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"日"}
                other{"{0} 日"}
            }
            hour{
                dnam{"時間"}
                other{"{0} 時間"}
                per{"{0}/時間"}
            }
            microsecond{
                dnam{"マイクロ秒"}
                other{"{0} μs"}
            }
            millisecond{
                dnam{"ミリ秒"}
                other{"{0} ms"}
            }
            minute{
                dnam{"分"}
                other{"{0} 分"}
            }
            month{
                dnam{"か月"}
                other{"{0} か月"}
            }
            nanosecond{
                dnam{"ナノ秒"}
                other{"{0} ns"}
            }
            second{
                dnam{"秒"}
                other{"{0} 秒"}
                per{"{0}/秒"}
            }
            week{
                dnam{"週間"}
                other{"{0} 週間"}
            }
            year{
                dnam{"年"}
                other{"{0} 年"}
            }
        }
    }
}
