Skip to content

Commit

Permalink
optimize: SubjectRelationDialog.vue (#657)
Browse files Browse the repository at this point in the history
* optimize: SubjectRelationDialog.vue

* docs: update CHANGELOG.MD
  • Loading branch information
chivehao committed Aug 16, 2024
1 parent 65c9af1 commit 839438c
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 512 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- 剧集分组和条目关系类型均添加OVA和OAD
- Console条目详情页的剧集Tab名加上数量显示

## 优化

- Console条目关系页使用Tab进行显示

# 0.15.4

## 新特性
Expand Down
16 changes: 15 additions & 1 deletion console/src/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ module:
novel: Novel({length})
real: Real({length})
before: Before({length})
after: "After({length})\t"
after: After({length})
same-worldview: SameWorldView({length})
ost: OST({length})
ova: OVA({length})
Expand Down Expand Up @@ -528,6 +528,20 @@ module:
button:
cancel: Cancel
confirm: Confirm
type:
OTHER: Other
ANIME: Anime
COMIC: Comic
GAME: Game
MUSIC: Music
NOVEL: Novel
REAL: Real
BEFORE: Before
AFTER: After
SAME_WORLDVIEW: SameWord
ORIGINAL_SOUND_TRACK: OST
ORIGINAL_VIDEO_ANIMATION: OVA
ORIGINAL_ANIMATION_DISC: OAD
dialog:
episode:
details:
Expand Down
14 changes: 14 additions & 0 deletions console/src/locales/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,20 @@ module:
button:
cancel: 取消
confirm: 关联
type:
OTHER: 其它
ANIME: 动漫
COMIC: 漫画
GAME: 游戏
MUSIC: 音乐
NOVEL: 小说
REAL: 三次元
BEFORE: 前传
AFTER: 后传
SAME_WORLDVIEW: 相同世界观
ORIGINAL_SOUND_TRACK: OST
ORIGINAL_VIDEO_ANIMATION: OVA
ORIGINAL_ANIMATION_DISC: OAD
dialog:
episode:
details:
Expand Down
Loading

0 comments on commit 839438c

Please sign in to comment.