-
Notifications
You must be signed in to change notification settings - Fork 107
/
difference.ja.yml
35 lines (34 loc) · 1.27 KB
/
difference.ja.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
just_now:
past: "[0,Inf] たった今"
future: "[0,Inf] たった今"
second:
past: "[0,1] %count% 秒前|[2,Inf] %count% 秒前"
future: "[0,1] %count% 秒後|[2,Inf] %count% 秒後"
minute:
past: "{1} %count% 分前|[2,Inf] %count% 分前"
future: "{1} %count% 分後|[2,Inf] %count% 分後"
hour:
past: "{1} %count% 時間前|[2,Inf] %count% 時間前"
future: "{1} %count% 時間後|[2,Inf] %count% 時間後"
day:
past: "{1} %count% 日前|[2,Inf] %count% 日前"
future: "{1} %count% 日後|[2,Inf] %count% 日後"
week:
past: "{1} %count% 週間前|[2,Inf] %count% 週間前"
future: "{1} %count% 週間後|[2,Inf] %count% 週間後"
month:
past: "{1} %count% ヶ月前|[2,Inf] %count% ヶ月前"
future: "{1} %count% ヶ月後|[2,Inf] %count% ヶ月後"
year:
past: "{1} %count% 年前|[2,Inf] %count% 年前"
future: "{1} %count% 年後|[2,Inf] %count% 年後"
compound:
second: "[0,1] %count% 秒|[2,Inf] %count% 秒"
minute: "{1} %count% 分|[2,Inf] %count% 分"
hour: "{1} %count% 時間|[2,Inf] %count% 時間"
day: "{1} %count% 日|[2,Inf] %count% 日"
week: "{1} %count% 週間|[2,Inf] %count% 週間"
month: "{1} %count% 月|[2,Inf] %count% 月"
year: "{1} %count% 年|[2,Inf] %count% 年"
past: "%value%前"
future: "%value%後"