fix time formats

This commit is contained in:
FloatingGhost 2022-07-19 11:01:24 +01:00
parent cfb55594a5
commit a32cd0a98c
28 changed files with 825 additions and 755 deletions

View file

@ -613,38 +613,40 @@
"nsfw": "工作不安全"
},
"time": {
"hours": "{0} 時",
"days_short": "{0}天",
"day_short": "{0}天",
"days": "{0} 天",
"hour": "{0} 時",
"hour_short": "{0}時",
"hours_short": "{0}時",
"years_short": "{0} y",
"now": "剛剛",
"day": "{0} 天",
"in_future": "還有 {0}",
"in_past": "{0} 之前",
"minute": "{0} 分鐘",
"minute_short": "{0} 分",
"minutes_short": "{0} 分",
"minutes": "{0} 分鐘",
"month": "{0} 月",
"months": "{0} 月",
"month_short": "{0} 月",
"months_short": "{0} 月",
"now": "剛剛",
"now_short": "剛剛",
"second": "{0} 秒",
"seconds": "{0} 秒",
"second_short": "{0} 秒",
"seconds_short": "{0} 秒",
"week": "{0}周",
"weeks": "{0}周",
"week_short": "{0}周",
"weeks_short": "{0}周",
"year": "{0} 年",
"years": "{0} 年",
"year_short": "{0}年"
"unit": {
"hours": "{0} 時",
"days_short": "{0}天",
"day_short": "{0}天",
"days": "{0} 天",
"hour": "{0} 時",
"hour_short": "{0}時",
"hours_short": "{0}時",
"years_short": "{0} y",
"day": "{0} 天",
"minute": "{0} 分鐘",
"minute_short": "{0} 分",
"minutes_short": "{0} 分",
"minutes": "{0} 分鐘",
"month": "{0} 月",
"months": "{0} 月",
"month_short": "{0} 月",
"months_short": "{0} 月",
"second": "{0} 秒",
"seconds": "{0} 秒",
"second_short": "{0} 秒",
"seconds_short": "{0} 秒",
"week": "{0}周",
"weeks": "{0}周",
"week_short": "{0}周",
"weeks_short": "{0}周",
"year": "{0} 年",
"years": "{0} 年",
"year_short": "{0}年"
}
},
"post_status": {
"media_description_error": "無法更新媒體,請重試",