mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
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:
parent
c7a780a827
commit
7a511afd74
@ -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.": "開こうとしているファイルが指定されたパスに見つかりません."
|
||||||
|
@ -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.": "開こうとしているファイルが指定されたパスに見つかりません."
|
||||||
|
Loading…
Reference in New Issue
Block a user