Skip to content

Commit

Permalink
Change some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Aug 25, 2020
1 parent dfdc531 commit a8825bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/core/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
const resources = {
ja: {
continueProcessingPdf:
"このPDFファイルをダウンロードし、Mouse Dictionaryの内部ビューアで表示します。よろしいですか?\n(設定画面で、この確認ダイアログを省略するようにすることも出来ます)",
"このPDFファイルをダウンロードし、Mouse Dictionaryの内部ビューアで表示します。よろしいですか?\n(設定画面で、この確認ダイアログ表示をオフにすることもできます)",
doesntSupportFrame: "Mouse Dictionaryは、フレームのあるページで使用することはできません。",
downloadingPdf: "📘ダウンロード中...",
preparingPdf: "📘PDFビューア準備中...",
nonPdf: "PDFファイルではないようです。処理を中断しました。",
},
en: {
continueProcessingPdf:
"Are you sure you want Mouse Dictionary download this PDF file and show it with its internal viewer?\n(You can turn off this confirmation permanently by changing settings)",
"Are you sure you want to download this PDF file and show it with Mouse Dictionary's internal viewer?\n(You can turn off this confirmation permanently by changing settings)",
doesntSupportFrame: "Mouse Dictionary doesn't support frame pages.",
downloadingPdf: "📘Downloading...",
preparingPdf: "📘Preparing PDF viewer...",
Expand Down

0 comments on commit a8825bc

Please sign in to comment.