diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/zh_CN/date/month.ts | 24 | ||||
| -rw-r--r-- | src/locales/zh_CN/music/song_name.ts | 6 |
2 files changed, 18 insertions, 12 deletions
diff --git a/src/locales/zh_CN/date/month.ts b/src/locales/zh_CN/date/month.ts index 6776eb77..65424374 100644 --- a/src/locales/zh_CN/date/month.ts +++ b/src/locales/zh_CN/date/month.ts @@ -1,17 +1,17 @@ export default { wide: [ - '1月', - '2月', - '3月', - '4月', - '5月', - '6月', - '7月', - '8月', - '9月', - '10月', - '11月', - '12月', + '一月', + '二月', + '三月', + '四月', + '五月', + '六月', + '七月', + '八月', + '九月', + '十月', + '十一月', + '十二月', ], abbr: [ diff --git a/src/locales/zh_CN/music/song_name.ts b/src/locales/zh_CN/music/song_name.ts index c5331c78..9a8e2283 100644 --- a/src/locales/zh_CN/music/song_name.ts +++ b/src/locales/zh_CN/music/song_name.ts @@ -109,4 +109,10 @@ export default [ '少年', '堕', '在你身边', + '悬溺', + '奢香夫人', + '最好的安排', + '夏至未至', + '小城夏天', + '暖暖', ]; |
