Messages.properties 481 字节
Newer Older
K
i18n  
kohsuke 已提交
1 2 3 4 5 6
Util.second={0} {0,choice,0#seconds|1#second|1<seconds}
Util.minute={0} {0,choice,0#minutes|1#minute|1<minutes}
Util.hour  ={0} {0,choice,0#hours|1#hour|1<hours}
Util.day   ={0} {0,choice,0#days|1#day|1<days}
Util.month ={0} {0,choice,0#months|1#month|1<months}
Util.year  ={0} {0,choice,0#years|1#year|1<years}
K
kohsuke 已提交
7

K
kohsuke 已提交
8 9 10 11
# ideally it should be "{0} ago" but this saves more space
# another implication of this is that where we use this,
# we often want to add "ago" there
Util.pastTime={0}