﻿// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
/**
 * ICU <specials> source: <path>/common/main/my.xml
 */
my{
    Version{"2.1.8.9"}
    units{
        compound{
            per{"{0}လျှင်{1}နှုန်း"}
        }
        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}နာရီ"}
            }
            millisecond{
                dnam{"မီလီစက္ကန့်"}
                other{"{0} ms"}
            }
            minute{
                dnam{"မိနစ်"}
                other{"{0}မိနစ်"}
            }
            month{
                dnam{"လ"}
                other{"{0}လ"}
            }
            second{
                dnam{"စက္ကန့်"}
                other{"{0} s"}
            }
            week{
                dnam{"ပတ်"}
                other{"{0}ပတ်"}
            }
            year{
                dnam{"နှစ်"}
                other{"{0} y"}
            }
        }
    }
    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} s"}
                per{"{0}/စက္ကန့်"}
            }
            week{
                dnam{"ပတ်"}
                other{"{0}ပတ်"}
            }
            year{
                dnam{"နှစ်"}
                other{"{0} y"}
            }
        }
    }
}
