更新国际化支持

This commit is contained in:
jxxghp
2025-04-28 15:12:07 +08:00
parent 308a8ab30d
commit 6be4694327
9 changed files with 1450 additions and 11 deletions

View File

@@ -22,6 +22,13 @@ export default {
saving: 'Saving',
reset: 'Reset',
},
mediaType: {
movie: 'Movie',
tv: 'TV Show',
anime: 'Anime',
collection: 'Collection',
unknown: 'Unknown',
},
theme: {
light: 'Light',
dark: 'Dark',

View File

@@ -22,6 +22,13 @@ export default {
saving: '保存中',
reset: '重置',
},
mediaType: {
movie: '电影',
tv: '电视剧',
anime: '动漫',
collection: '合集',
unknown: '未知',
},
theme: {
light: '浅色',
dark: '深色',

1401
src/locales/zh-TW.ts Normal file

File diff suppressed because it is too large Load Diff