Japanese: Small text fixes
This commit is contained in:
parent
7d9c6dee73
commit
a5518ec5d5
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ std::unordered_map<string, string> MessageManager::_jaResources = {
|
||||||
{ "UnsupportedMapper", u8"このMapperを使うゲームはロードできません。" },
|
{ "UnsupportedMapper", u8"このMapperを使うゲームはロードできません。" },
|
||||||
|
|
||||||
{ "GoogleDrive", u8"Google Drive" },
|
{ "GoogleDrive", u8"Google Drive" },
|
||||||
{ "SynchronizationStarted", u8"同期しています。" },
|
{ "SynchronizationStarted", u8"同期中。" },
|
||||||
{ "SynchronizationFailed", u8"同期は失敗しました。" },
|
{ "SynchronizationFailed", u8"同期は失敗しました。" },
|
||||||
{ "SynchronizationCompleted", u8"同期完了。" },
|
{ "SynchronizationCompleted", u8"同期完了。" },
|
||||||
};
|
};
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
<Control ID="chkFdsFastForwardOnLoad">ファミコンディスクシステムのゲームをディスクからロードする時に自動的に最高速度にする</Control>
|
<Control ID="chkFdsFastForwardOnLoad">ファミコンディスクシステムのゲームをディスクからロードする時に自動的に最高速度にする</Control>
|
||||||
|
|
||||||
<Control ID="tpgCloudSave">クラウドバックアップ</Control>
|
<Control ID="tpgCloudSave">クラウドバックアップ</Control>
|
||||||
<Control ID="lblGoogleDriveIntegration">MesenはGoogle Driveを利用することでクラウドバックアップが出来ます。 Google Drive同期を有効にすれば、ゲームのセーブデータはGoogle Driveにバックアップされ、どんなパソコンからのアクセスが可能になります。</Control>
|
<Control ID="lblGoogleDriveIntegration">MesenはGoogle Driveを利用することでクラウドバックアップが出来ます。 Google Drive同期を有効にすれば、ゲームのセーブデータはGoogle Driveにバックアップされ、どんなパソコンからでもアクセスが可能になります。</Control>
|
||||||
<Control ID="lblIntegrationOK">Google Drive同期は有効です。</Control>
|
<Control ID="lblIntegrationOK">Google Drive同期は有効です。</Control>
|
||||||
<Control ID="btnDisableIntegration">Google Drive同期を無効にする</Control>
|
<Control ID="btnDisableIntegration">Google Drive同期を無効にする</Control>
|
||||||
<Control ID="btnEnableIntegration">Google Drive同期を有効にする</Control>
|
<Control ID="btnEnableIntegration">Google Drive同期を有効にする</Control>
|
||||||
|
|
Loading…
Add table
Reference in a new issue