mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-12 16:01:35 +08:00
更新国际化支持
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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
1401
src/locales/zh-TW.ts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user