mirror of
https://gitee.com/dromara/carbon.git
synced 2024-11-30 03:07:36 +08:00
15 lines
243 B
JSON
15 lines
243 B
JSON
|
{
|
||
|
"year":"%d 年",
|
||
|
"month":"%d ヶ月",
|
||
|
"week":"%d 週間",
|
||
|
"day":"%d 日",
|
||
|
"hour":"%d 時間",
|
||
|
"minute":"%d 分钟",
|
||
|
"second":"%d 秒",
|
||
|
"now": "たった今",
|
||
|
"ago":"%s前",
|
||
|
"from_now":"%s後",
|
||
|
"before":"%s前",
|
||
|
"after":"%s後"
|
||
|
}
|