diff --git a/app/components/WelcomeDialog.vue b/app/components/WelcomeDialog.vue index 3ef580e5..453b91ce 100644 --- a/app/components/WelcomeDialog.vue +++ b/app/components/WelcomeDialog.vue @@ -23,7 +23,7 @@ onMounted(() => {
diff --git a/app/locales/en.json b/app/locales/en.json index 99caba6b..0f93edc0 100644 --- a/app/locales/en.json +++ b/app/locales/en.json @@ -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?", diff --git a/app/locales/ja.json b/app/locales/ja.json index ee87a9e6..620db2ac 100644 --- a/app/locales/ja.json +++ b/app/locales/ja.json @@ -69,7 +69,8 @@ }, "intro": { "title": "「歌いながら日本語を学ぶ」", - "description": "YouTubeベースの歌詞リーダー" + "description": "YouTubeベースの歌詞リーダー", + "start-using": "始めましょう" }, "lyrics": { "batchRemoveLyricsConfirm": "選択した{0}曲の歌詞を削除してもよろしいですか?", diff --git a/app/locales/zh-Hans.json b/app/locales/zh-Hans.json index 64d44dc2..b89246b5 100644 --- a/app/locales/zh-Hans.json +++ b/app/locales/zh-Hans.json @@ -69,7 +69,8 @@ }, "intro": { "title": "「唱歌学日文」", - "description": "基于 YouTube 的歌曲歌词阅读器" + "description": "基于 YouTube 的歌曲歌词阅读器", + "start-using": "开始使用" }, "lyrics": { "batchRemoveLyricsConfirm": "确认要删除选中的 {0} 首歌曲?", diff --git a/app/locales/zh-Hant.json b/app/locales/zh-Hant.json index 404fa30f..1fccd2fb 100644 --- a/app/locales/zh-Hant.json +++ b/app/locales/zh-Hant.json @@ -69,7 +69,8 @@ }, "intro": { "title": "「唱歌學日文」", - "description": "基於 YouTube 的歌曲歌詞閱讀器" + "description": "基於 YouTube 的歌曲歌詞閱讀器", + "start-using": "開始使用" }, "lyrics": { "batchRemoveLyricsConfirm": "確認要刪除選中的 {0} 首歌曲?",