Skip to content

Commit

Permalink
1. "歌曲定位"功能的各种语言翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
stark81 committed Jul 11, 2023
1 parent 5563772 commit fb3bb5c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export default {
changeScanningPath: 'Change Scanning Path',
search: 'Search',
description: `Due to the lack of editing functionality for playlist descriptions that is currently under development, \n a default description for the local playlist has been set. \n Please wait until the relevant features are completed before making any changes.`,
positionTrack: 'Locate Track',
scrollToTop: 'Scroll To Top',
},
explore: {
explore: 'Explore',
Expand Down
2 changes: 2 additions & 0 deletions src/locale/lang/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export default {
changeScanningPath: 'Tarama yolu değiştirme',
search: 'Yerel müzik arama',
description: `Çalma listesi açıklaması düzenleme özelliği henüz geliştirilmediğinden, \n yerel çalma listesi için varsayılan bir açıklama ayarlandı. \n Lütfen ilgili özellikler tamamlandıktan sonra ayarlamaları yapınız`,
positionTrack: 'Şarkıyı Bul',
scrollToTop: 'Başa Dön',
},
explore: {
explore: 'Keşfet',
Expand Down
2 changes: 2 additions & 0 deletions src/locale/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default {
changeScanningPath: '更改扫描路径',
search: '搜索本地音乐',
description: `由于歌单简介的编辑功能并没有开发,\n因此这里是设置了一段本地歌单的默认简介,\n请待到相关功能完成后再进行设置吧~`,
positionTrack: '定位歌曲',
scrollToTop: '返回顶部',
},
explore: {
explore: '发现',
Expand Down
2 changes: 2 additions & 0 deletions src/locale/lang/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default {
changeScanningPath: '更改掃描路徑',
search: '搜索本地音樂',
description: `由於歌單簡介的編輯功能尚未開發,\n因此這裡設置了一段本地歌單的默認簡介,\n請等待相關功能完成後再進行設置吧~`,
positionTrack: '定位歌曲',
scrollToTop: '返回頂部',
},
explore: {
explore: '探索',
Expand Down
4 changes: 2 additions & 2 deletions src/views/localMusic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@
<div
v-if="isLocal && currentTab === 'localSongs'"
@click="playingTrackPosition"
>定位歌曲</div
>{{ $t('localMusic.positionTrack') }}</div
>
<div @click="scrollToTop">返回顶部</div>
<div @click="scrollToTop">{{ $t('localMusic.scrollToTop') }}</div>
</div>
</div>
</template>
Expand Down

0 comments on commit fb3bb5c

Please sign in to comment.