mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -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で検索"
|
||||
},
|
||||
"DownloadManager": {
|
||||
"Show in Folder": "フォルダで見て",
|
||||
"Reveal in Finder": "Finderで明らかにする",
|
||||
"Open": "開いた",
|
||||
"Show in Folder": "フォルダーを開く",
|
||||
"Reveal in Finder": "Finderで確認する",
|
||||
"Open": "開く",
|
||||
"Downloaded": "ダウンロード済み",
|
||||
"File not Found": "ファイルが見つかりません",
|
||||
"The file you are trying to open cannot be found in the specified path.": "開こうとしているファイルが指定されたパスに見つかりません."
|
||||
|
@ -34,9 +34,9 @@
|
||||
"Search with Google": "Googleで検索"
|
||||
},
|
||||
"DownloadManager": {
|
||||
"Show in Folder": "フォルダで見て",
|
||||
"Reveal in Finder": "Finderで明らかにする",
|
||||
"Open": "開いた",
|
||||
"Show in Folder": "フォルダーを開く",
|
||||
"Reveal in Finder": "Finderで確認する",
|
||||
"Open": "開く",
|
||||
"Downloaded": "ダウンロード済み",
|
||||
"File not Found": "ファイルが見つかりません",
|
||||
"The file you are trying to open cannot be found in the specified path.": "開こうとしているファイルが指定されたパスに見つかりません."
|
||||
|
Loading…
Reference in New Issue
Block a user