Update strings.js

fixed missing words
This commit is contained in:
Beomsoo Kim 2022-05-27 23:43:06 +09:00 committed by GitHub
parent 7c7e50abd6
commit 8f25f9491f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ var translations = {
accessNotGrantedError: {
ja: "ファイルへのアクセス権が拒否されました",
en: "Permission to access the file was not granted",
ko: "파일에 할 수 있는 권한이 부여되지 않았습니다."
ko: "파일에 접근할 수 있는 권한이 부여되지 않았습니다."
},
loading: {
ja: "ロード中...",
@ -1305,7 +1305,8 @@ var translations = {
importError: {
ja: "インポートエラー",
en: "Import Error",
tw: "匯入失敗"
tw: "匯入失敗",
ko: "불러오기 오류"
},
noSongs: {
ja: "提供されたフォルダーに太鼓譜面ファイルは見つかりませんでした。",