ELECTRON-1051: fix localisation strings for download manager (#564)

* ELECTRON-1051: fix localisation strings for download manager

* ELECTRON-1051: fix localisation strings for download manager mac
This commit is contained in:
Vishwas Shashidhar 2019-01-30 19:10:38 +05:30 committed by GitHub
parent c7a780a827
commit 7a511afd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -34,9 +34,9 @@
"Search with Google": "Googleで検索" "Search with Google": "Googleで検索"
}, },
"DownloadManager": { "DownloadManager": {
"Show in Folder": "フォルダで見て", "Show in Folder": "フォルダーを開く",
"Reveal in Finder": "Finderで明らかにする", "Reveal in Finder": "Finderで確認する",
"Open": "開いた", "Open": "開",
"Downloaded": "ダウンロード済み", "Downloaded": "ダウンロード済み",
"File not Found": "ファイルが見つかりません", "File not Found": "ファイルが見つかりません",
"The file you are trying to open cannot be found in the specified path.": "開こうとしているファイルが指定されたパスに見つかりません." "The file you are trying to open cannot be found in the specified path.": "開こうとしているファイルが指定されたパスに見つかりません."

View File

@ -34,9 +34,9 @@
"Search with Google": "Googleで検索" "Search with Google": "Googleで検索"
}, },
"DownloadManager": { "DownloadManager": {
"Show in Folder": "フォルダで見て", "Show in Folder": "フォルダーを開く",
"Reveal in Finder": "Finderで明らかにする", "Reveal in Finder": "Finderで確認する",
"Open": "開いた", "Open": "開",
"Downloaded": "ダウンロード済み", "Downloaded": "ダウンロード済み",
"File not Found": "ファイルが見つかりません", "File not Found": "ファイルが見つかりません",
"The file you are trying to open cannot be found in the specified path.": "開こうとしているファイルが指定されたパスに見つかりません." "The file you are trying to open cannot be found in the specified path.": "開こうとしているファイルが指定されたパスに見つかりません."