-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathJapanese.xml
More file actions
233 lines (233 loc) · 18.3 KB
/
Japanese.xml
File metadata and controls
233 lines (233 loc) · 18.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?xml version="1.0" encoding="UTF-8"?>
<LanguageStrings version="1.5.12" Author="cosmos223">
<MainWindow>
<staticSensorsListHeader>温度センサー:</staticSensorsListHeader>
<listColumnFan>ファン</listColumnFan>
<listColumnRPM>最小回転数/現在の回転数/最大回転数(毎分)</listColumnRPM>
<listColumnControl>制御方法</listColumnControl>
<listColumnSensor>センサー</listColumnSensor>
<listColumnSensorValue>温度</listColumnSensorValue>
<listSeparatorDrives>Disk Drives:</listSeparatorDrives>
<popupMenuItemControl>制御方法の変更...</popupMenuItemControl>
<popupMenuItemReset>自動制御に戻す</popupMenuItemReset>
<fanControlAutomatic>自動</fanControlAutomatic>
<fanControlAutomaticInfo>自動制御 (システムによる制御)</fanControlAutomaticInfo>
<fanControlConstant>回転数 %1</fanControlConstant>
<fanControlSensor>温度 %1</fanControlSensor>
<fanControlUnknown>Unknown!</fanControlUnknown>
<buttonFanControlCustom>カスタム...</buttonFanControlCustom>
<buttonFanControlCustomInfo>カスタムコントロールモードの指定</buttonFanControlCustomInfo>
<buttonMinimize>最小化</buttonMinimize>
<buttonMinimizeMac>メニューバーに隠す</buttonMinimizeMac>
<buttonPreferences>環境設定...</buttonPreferences>
<buttonAbout>Macs Fan Control について...</buttonAbout>
<messageHelperToolInstall>Macs Fan Controlは、ファンを制御するためのヘルパーツールをインストールする必要があります。ファンと温度センサーを監視したいだけの場合は、これをスキップすることができます。</messageHelperToolInstall>
<messageHelperToolUpgrade>Macs Fan Controlは、ファンの制御に使用されるヘルパーツールの最新版をインストールする必要があります。</messageHelperToolUpgrade>
<messageFanControlNotAvailableTitle>ファンの制御不可</messageFanControlNotAvailableTitle>
<messageFanControlNotAvailable>Macs Fan Controlは、ファンの制御、速度の調整をするために必要なヘルパーアプリに接続できませんでした。 \n\n管理者のパスワードを求められた場合、必ず入力してください。\n\nモニタリング専用モードで、アプリを使用し続けることもできます。</messageFanControlNotAvailable>
<messageFanControlNotAvailableButtonMonitoringOnly>モニタリング専用モード</messageFanControlNotAvailableButtonMonitoringOnly>
<messageNoFansDetected>ファンを検出できませんでした。[SMCリセット](https://support.apple.com/ja-jp/HT201295)を試してください。</messageNoFansDetected>
<messageNoFansAvailable>このコンピュータはファンがなく、自然冷却されています。</messageNoFansAvailable>
</MainWindow>
<FanControlDialog>
<title>%1 ファンの制御方法</title>
<radioConstant>回転数を一定値</radioConstant>
<radioSensor>センサー温度による制御</radioSensor>
<staticIncrease>ファン速度が増加を始める温度:</staticIncrease>
<staticMax>最大温度:</staticMax>
<statusWarning>何かが間違っています - 最小/最大のファンの値が同じです。(%1).<br/> 他のファン制御ソフトウェアをアンインストールしてからSMCリセットして確認して下さい。</statusWarning>
<saveToCurrentPreset>現在のプリセット ('%1') に保存する</saveToCurrentPreset>
</FanControlDialog>
<Presets>
<activePresetLabel>有効なプリセット:</activePresetLabel>
<presetAutomatic>自動</presetAutomatic>
<presetFullBlast>フル回転</presetFullBlast>
<presetCurrentUnsaved>カスタム*</presetCurrentUnsaved>
<presetMenuSave>保存...</presetMenuSave>
<presetMenuRename>名前を変更</presetMenuRename>
<presetMenuDelete>削除</presetMenuDelete>
<presetMenuPredefined>定義済みプリセット:</presetMenuPredefined>
<presetMenuCustom>カスタムプリセット:</presetMenuCustom>
<presetMenuApply>適用</presetMenuApply>
<presetMenuProVersion>PROバージョンで利用可能</presetMenuProVersion>
<presetMenuCurrent>プリセット - %1</presetMenuCurrent>
<presetMenuDiscard>破棄 (すべてのファンを自動に戻す)</presetMenuDiscard>
<labelPresetName>プリセットの名前:</labelPresetName>
<savePresetTitle>カスタムプリセットを保存</savePresetTitle>
<editPresetTitle>プリセットの名前を変更</editPresetTitle>
<presetCreateNew>新規...</presetCreateNew>
<presetCreateNewTitle>新規プリセットを作成</presetCreateNewTitle>
<presetCreateNewMessage>現在、すべてのファンがシステムによって制御されています。\n\n新しいプリセットを作成できるようにするには、少なくとも1台のファンの制御を「カスタム」に変更してください。</presetCreateNewMessage>
<presetCreateNewMessage2>現在、すべてのファンが既存のプリセット「%1」により、フル回転しています。少なくとも1つのファン制御を変更してください。</presetCreateNewMessage2>
<presetCreateNewButton>「%1」ファン用のカスタム・コントロール</presetCreateNewButton>
</Presets>
<UpgradeToProDialog>
<title>Macs Fan Control プロへのアップグレード</title>
<proInfo1>プロバージョンでは、ファンのカスタムプリセットを作成・保存できるため、アクティビティに応じて素早く切り替えることができます。</proInfo1>
<proInfo2>すでにご購入いただいている方は、下の「ライセンスを入力」をクリックしてください。</proInfo2>
<buttonPurchase>購入</buttonPurchase>
<buttonEnterLicense>ライセンスを入力</buttonEnterLicense>
<buttonLater>あとで</buttonLater>
</UpgradeToProDialog>
<EnterLicenseDialog>
<title>プロバージョンを解除</title>
<infoText>Macs Fan Controlをすでに購入されている方は、電子メールのレシートに記載されているお客様のメールアドレスとライセンスキーを以下のボックスに入力してください。これでMacs Fan ControlのPro機能が完全に解除されます。</infoText>
<licenseVerifyInfo>入力された情報は、インターネット上で確認されます。</licenseVerifyInfo>
<email>メールアドレス</email>
<licenseKey>ライセンスキー</licenseKey>
<buttonUnlock>解除</buttonUnlock>
<buttonRestoreLicense>ライセンスの復元</buttonRestoreLicense>
<invalidLicenseTitle>ライセンスが無効です。</invalidLicenseTitle>
<invalidLicenseText>すべての文字、数字、ダッシュが正しい順序で入力されていることを確認してください。手で番号を入力している場合は、代わりにメールのレシートからコピー&ペーストしてください。</invalidLicenseText>
<invalidLicenseMismatchOS>このライセンス・キーは有効ですが、%1 で使用することはできません。</invalidLicenseMismatchOS>
<thanksTitle>この度は「Macs Fan Control Pro」をご購入いただきありがとうございます。</thanksTitle>
<thanksInfo>無料版での制限はすべて解除されていますので、ぜひご利用ください。</thanksInfo>
</EnterLicenseDialog>
<TrialDialog>
<trialVersion>Trial version</trialVersion>
<message>Thank you for trying %1</message>
<messageSecondary>The only app able to control fans on Intel-based Macs in Windows</messageSecondary>
<timeLeftDays>You have %1 days remaining of your trial period.</timeLeftDays>
<timeLeftHours>You have %1 hours remaining of your trial period.</timeLeftHours>
<trialOver>The trial of %1 days is over.</trialOver>
<buttonContinue>Continue Trial</buttonContinue>
<buttonActivate>Activate License</buttonActivate>
<buttonBuy>Buy Now</buttonBuy>
</TrialDialog>
<TrayMenu>
<itemShow>Macs Fan Control を表示</itemShow>
<itemAvailableFans>ファン:</itemAvailableFans>
<itemFanPresets>ファンのプリセット:</itemFanPresets>
<itemMoreLinks>もっと</itemMoreLinks>
<itemWebsite>ウェブサイトへ</itemWebsite>
<itemCheckForUpdates>アップデートの確認...</itemCheckForUpdates>
<itemTechInfoZip>Create tech zip file...</itemTechInfoZip>
<itemRateApp>MacUpdateで評価</itemRateApp>
<itemFollowTwitter>@crystalidea をフォローする</itemFollowTwitter>
<itemUninstall>アンインストール...</itemUninstall>
<itemExit>Macs Fan Control を終了</itemExit>
<itemExitMac>Macs Fan Control を終了</itemExitMac>
<itemSensorBased>温度制御</itemSensorBased>
<itemUpgradeToPro>プロバージョンにアップグレード</itemUpgradeToPro>
</TrayMenu>
<techInfoZipMessage>
<message>A support package '%1' consisting of anonymous technical data and main window screenshot is created on your desktop.\n\nPlease send this file to support@crystalidea.com or post at our GitHub Issue Tracker.</message>
<browseButton>Show zip file</browseButton>
</techInfoZipMessage>
<PreferencesWindow>
<title>環境設定</title>
<TabGeneral>一般</TabGeneral>
<tabTrayIcon>トレイアイコン</tabTrayIcon>
<tabSensors>センサー</tabSensors>
<tabTrayIconMac>メニューバーアイコン表示</tabTrayIconMac>
<tabDiagnostics>Diagnostics</tabDiagnostics>
<staticLanguage>言語:</staticLanguage>
<checkSystemStart>システム開始時に最小化して起動 (推奨)</checkSystemStart>
<checkUpdatesOnStartup>アプリ起動時にアップデートを確認</checkUpdatesOnStartup>
<checkDockIcon>Show icon in dock</checkDockIcon>
<checkFahrenheit>温度単位に華氏を使用</checkFahrenheit>
<checkPrecise>可能な場合温度を正確に表示 (例 45.4)</checkPrecise>
<labelSensors>以下の温度を読み取ります</labelSensors>
<checkExternalGPU>Thunderboltで接続されたeGPU</checkExternalGPU>
<checkSATADrives>接続された SATA ドライブ</checkSATADrives>
<checkNVMeDrives>接続された NVMe ドライブ</checkNVMeDrives>
<staticSensor>センサー:</staticSensor>
<staticFan>ファン:</staticFan>
<staticIcon>アイコン:</staticIcon>
<comboIconOptionShow>表示</comboIconOptionShow>
<comboIconOptionShowBW>表示 (モノクロ)</comboIconOptionShowBW>
<comboOptionNone>なし</comboOptionNone>
<checkTwoLines>ファン/センサーの測定値を2行で表示し、スペースを節約</checkTwoLines>
<staticCelsiusOnlyOnWindows>(摂氏のみ)</staticCelsiusOnlyOnWindows>
<checkLog>ログを有効 (再起動が必要)</checkLog>
<browseLog>参照</browseLog>
</PreferencesWindow>
<AboutDialog>
<title>Macs Fan Control について</title>
<staticTechnicalSupport>テクニカルサポートフォーラム</staticTechnicalSupport>
<staticOnlineHelp>オンラインヘルプ</staticOnlineHelp>
<staticFreeVersion>無料版</staticFreeVersion>
<staticProVersion>プロ版, %1 computer(s) ライセンス</staticProVersion>
<staticWarning>このプログラムは自分のMacを損傷させずに使用する方法を知っている上級者向けの機能です。 作者は、データの損失、損害、利益損失またはプログラムの使用や誤用とその他のいかなるタイプの損失にも責任を負いません。 </staticWarning>
</AboutDialog>
<RateMeDialog>
<message>MacUpdateでアプリを評価する</message>
<informativeText>もし、あなたが %1 を楽しんで使っているなら、少し時間を割いて評価していただけませんか? 1分もかかりません。ご協力ありがとうございます!</informativeText>
<buttonRate>MacUpdateで評価</buttonRate>
<buttonNoThanks>いいえ、結構です</buttonNoThanks>
<checkDontShowAgain>このメッセージを今後表示しない</checkDontShowAgain>
</RateMeDialog>
<UninstallDialog>
<title>Macs Fan Control をアンインストールしますか。</title>
<message>環境設定、ファンヘルパーツール、Pro版のライセンスデータを含め、アプリをお使いのMacから完全にアンインストールします。ファン制御に対するすべての変更は元に戻り、ファンはシステムによって自動的に制御されます。 \n\nアプリをアンインストールする際に、認証を求められる場合があります。</message>
<authorizeText>ファンヘルパーツールをアンインストールするために、アプリを認証してください。</authorizeText>
<buttonUninstall>アンインストール</buttonUninstall>
</UninstallDialog>
<messageFanControlLimited>
<title>Fans disabled by hardware</title>
<message>Due to low temperatures, this Mac model has automatically disabled the fans. Manual fan control will take effect once the system reactivates them, when it determines that cooling is necessary.</message>
<checkDiscard>Do not show this message again</checkDiscard>
<buttonMoreInfo>More info...</buttonMoreInfo>
</messageFanControlLimited>
<Common>
<buttonClose>閉じる</buttonClose>
<buttonOK>OK</buttonOK>
<buttonCancel>キャンセル</buttonCancel>
<buttonContinue>次へ</buttonContinue>
</Common>
<core>
<UpdateChecker>
<ReleasedOn>%1 日にリリース</ReleasedOn>
<CheckForUpdates>アップデートの確認...</CheckForUpdates>
<NewVersionAvailable>新しいバージョンの %1 が入手できます。</NewVersionAvailable>
<NewVersionAvailableText>%1 %2 が入手できます(使用中のバージョンは %3 です)。今すぐダウンロードしますか?</NewVersionAvailableText>
<UpdateAlertTitle>ソフトウェア・アップデート</UpdateAlertTitle>
<UpdateAlertReleaseNotes>リリースノート:</UpdateAlertReleaseNotes>
<UpdateAlertRemindLater>後で通知</UpdateAlertRemindLater>
<UpdateAlertSkip>このバージョンはスキップ</UpdateAlertSkip>
<UpdateAlertInstall>アップデートをインストール</UpdateAlertInstall>
<UpdateAlertAutomaticUpdates>アップデートを自動で確認させますか</UpdateAlertAutomaticUpdates>
<MessageNoUpdateAvailable>最新版を使用しています!</MessageNoUpdateAvailable>
<MessageNoUpdateAvailableDescription>%1 %2 は現在入手できる最新バージョンです。</MessageNoUpdateAvailableDescription>
<MessageErrorConnect>アップデートをダウンロード中にエラーが発生しました。後でもう一度やり直してください。</MessageErrorConnect>
<MessageErrorParse>アップデートフィードを解析中にエラーが発生しました。</MessageErrorParse>
<UpdateProgressTitle>%1 をアップデート中</UpdateProgressTitle>
<UpdateProgressCancel>キャンセル</UpdateProgressCancel>
<UpdateProgressInstallAndRelaunch>インストールして再起動</UpdateProgressInstallAndRelaunch>
<UpdateProgressStatusDownloading>アップデートをダウンロードしています…</UpdateProgressStatusDownloading>
<UpdateProgressExtract>アップデートを展開しています…</UpdateProgressExtract>
<UpdateProgressStatusReady>インストールできます</UpdateProgressStatusReady>
<UpdateProgressSize>%1 / %2</UpdateProgressSize>
<UpdateProgressB>B</UpdateProgressB>
<UpdateProgressKB>KB</UpdateProgressKB>
<UpdateProgressMB>MB</UpdateProgressMB>
<UpdateProgressGB>GB</UpdateProgressGB>
</UpdateChecker>
<LetsMoveMac>
<kStrMoveApplicationCouldNotMove>アプリケーションフォルダに移動できませんでした</kStrMoveApplicationCouldNotMove>
<kStrMoveApplicationQuestionTitle>アプリケーション\"フォルダに移動しますか?</kStrMoveApplicationQuestionTitle>
<kStrMoveApplicationQuestionTitleHome>ホームフォルダ内の\"アプリケーション\"フォルダに移動しますか?</kStrMoveApplicationQuestionTitleHome>
<kStrMoveApplicationQuestionMessage>%1 このアプリケーションを\"アプリケーション\"フォルダに移動できます。</kStrMoveApplicationQuestionMessage>
<kStrMoveApplicationButtonMove>アプリケーションフォルダに移動する</kStrMoveApplicationButtonMove>
<kStrMoveApplicationButtonDoNotMove>移動しない</kStrMoveApplicationButtonDoNotMove>
<kStrMoveApplicationQuestionInfoWillRequirePasswd>この操作には管理者パスワードが必要です。</kStrMoveApplicationQuestionInfoWillRequirePasswd>
<kStrMoveApplicationQuestionInfoInDownloadsFolder>これにより\"ダウンロード\"フォルダを整理できます。</kStrMoveApplicationQuestionInfoInDownloadsFolder>
</LetsMoveMac>
<QLineEditEx>
<actionUndo>元に戻す</actionUndo>
<actionRedo>やり直す</actionRedo>
<actionCut>カット</actionCut>
<actionCopy>コピー</actionCopy>
<actionPaste>ペースト</actionPaste>
<actionDelete>削除</actionDelete>
<actionSelectAll>全選択</actionSelectAll>
</QLineEditEx>
<QMessageBoxEx>
<buttonOK>OK</buttonOK>
<buttonCancel>キャンセル</buttonCancel>
<buttonClose>閉じる</buttonClose>
<buttonYes>はい</buttonYes>
<buttonNo>いいえ</buttonNo>
</QMessageBoxEx>
</core>
</LanguageStrings>