This commit is contained in:
Bui 2022-02-17 23:37:10 +00:00
parent e356b094c2
commit 3aff309504
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ var translations = {
en: "Could not load song %s with ID %s.\n\n%s" en: "Could not load song %s with ID %s.\n\n%s"
}, },
accessNotGrantedError: { accessNotGrantedError: {
ja: null, ja: "ファイルへのアクセス権が拒否されました",
en: "Permission to access the file was not granted" en: "Permission to access the file was not granted"
}, },
loading: { loading: {

View File

@ -32,7 +32,7 @@
<noscript> <noscript>
<div data-nosnippet id="unsupportedBrowser"> <div data-nosnippet id="unsupportedBrowser">
<div id="unsupportedWarn">!</div> <div id="unsupportedWarn">!</div>
<span>Taiko Web requires JavaScript to be enabled in the browser</span> <span>太鼓ウェブはJavaScriptを有効にする必要があります。</span>
</div> </div>
</noscript> </noscript>
</body> </body>