Skip to content

Commit

Permalink
i18n: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 25, 2024
1 parent c256b02 commit fea0f73
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/WelcomeDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ onMounted(() => {
<div flex p5>
<SimpleButton
icon="i-uil-play"
title="開始使用"
:title="$t('intro.start-using')"
ma
@click="open = false"
/>
Expand Down
3 changes: 2 additions & 1 deletion app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
},
"intro": {
"title": "Sing and Learn Japanese",
"description": "A song lyrics reader based on YouTube"
"description": "A song lyrics reader based on YouTube",
"start-using": "Start"
},
"lyrics": {
"batchRemoveLyricsConfirm": "Are you sure you want to delete the selected {0} songs?",
Expand Down
3 changes: 2 additions & 1 deletion app/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
},
"intro": {
"title": "「歌いながら日本語を学ぶ」",
"description": "YouTubeベースの歌詞リーダー"
"description": "YouTubeベースの歌詞リーダー",
"start-using": "始めましょう"
},
"lyrics": {
"batchRemoveLyricsConfirm": "選択した{0}曲の歌詞を削除してもよろしいですか?",
Expand Down
3 changes: 2 additions & 1 deletion app/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
},
"intro": {
"title": "「唱歌学日文」",
"description": "基于 YouTube 的歌曲歌词阅读器"
"description": "基于 YouTube 的歌曲歌词阅读器",
"start-using": "开始使用"
},
"lyrics": {
"batchRemoveLyricsConfirm": "确认要删除选中的 {0} 首歌曲?",
Expand Down
3 changes: 2 additions & 1 deletion app/locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
},
"intro": {
"title": "「唱歌學日文」",
"description": "基於 YouTube 的歌曲歌詞閱讀器"
"description": "基於 YouTube 的歌曲歌詞閱讀器",
"start-using": "開始使用"
},
"lyrics": {
"batchRemoveLyricsConfirm": "確認要刪除選中的 {0} 首歌曲?",
Expand Down

0 comments on commit fea0f73

Please sign in to comment.