fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -238,38 +238,41 @@
|
|||
"staff": "Staf"
|
||||
},
|
||||
"time": {
|
||||
"day": "{0} hari",
|
||||
"days": "{0} hari",
|
||||
"day_short": "{0}h",
|
||||
"days_short": "{0}h",
|
||||
"hour": "{0} jam",
|
||||
"hours": "{0} jam",
|
||||
"hour_short": "{0}j",
|
||||
"hours_short": "{0}j",
|
||||
"in_future": "dalam {0}",
|
||||
"in_past": "{0} yang lalu",
|
||||
"minute": "{0} menit",
|
||||
"minutes": "{0} menit",
|
||||
"minute_short": "{0}m",
|
||||
"minutes_short": "{0}m",
|
||||
"month": "{0} bulan",
|
||||
"months": "{0} bulan",
|
||||
"month_short": "{0}b",
|
||||
"months_short": "{0}b",
|
||||
"now": "baru saja",
|
||||
"now_short": "sekarang",
|
||||
"second": "{0} detik",
|
||||
"seconds": "{0} detik",
|
||||
"second_short": "{0}d",
|
||||
"seconds_short": "{0}d",
|
||||
"week": "{0} pekan",
|
||||
"weeks": "{0} pekan",
|
||||
"week_short": "{0}p",
|
||||
"weeks_short": "{0}p",
|
||||
"year": "{0} tahun",
|
||||
"years": "{0} tahun",
|
||||
"year_short": "{0}t",
|
||||
"years_short": "{0}t"
|
||||
"in_future": "dalam {0}",
|
||||
"in_past": "{0} yang lalu",
|
||||
"unit": {
|
||||
"day": "{0} hari",
|
||||
"days": "{0} hari",
|
||||
"day_short": "{0}h",
|
||||
"days_short": "{0}h",
|
||||
"hour": "{0} jam",
|
||||
"hours": "{0} jam",
|
||||
"hour_short": "{0}j",
|
||||
"hours_short": "{0}j",
|
||||
|
||||
"minute": "{0} menit",
|
||||
"minutes": "{0} menit",
|
||||
"minute_short": "{0}m",
|
||||
"minutes_short": "{0}m",
|
||||
"month": "{0} bulan",
|
||||
"months": "{0} bulan",
|
||||
"month_short": "{0}b",
|
||||
"months_short": "{0}b",
|
||||
"second": "{0} detik",
|
||||
"seconds": "{0} detik",
|
||||
"second_short": "{0}d",
|
||||
"seconds_short": "{0}d",
|
||||
"week": "{0} pekan",
|
||||
"weeks": "{0} pekan",
|
||||
"week_short": "{0}p",
|
||||
"weeks_short": "{0}p",
|
||||
"year": "{0} tahun",
|
||||
"years": "{0} tahun",
|
||||
"year_short": "{0}t",
|
||||
"years_short": "{0}t"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"conversation": "Percakapan",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue